Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Disha Singh
> testing this > ./ffmpeg -i in.m4a test.mlp > says it needs 'To use it anyways, you must set "-strict inofficial".' > thats ok if it would work: > > ./ffmpeg -i in.m4a -strict inofficial test.mlp > [mlp @ 0x2494740] Unable to parse option value "inofficial" > > Using :ffmpeg -i ~/input.mp3 -stric

[FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-03-26 Thread Nic Wolfe
The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft, and PixelCropRight elements: https://www.matroska.org/technical/specs/index.html This commit adds support for demuxing these values so that applications using libav* are able to use them when playing the stream. They're added

[FFmpeg-devel] [PATCH] lavd/dshow_crossbar: remove trailing whitespace

2016-03-26 Thread Lou Logan
Signed-off-by: Lou Logan --- Probably don't need to send this for review, but I know nothing of dshow and can't test this trivial change since I don't use Windows. --- libavdevice/dshow_crossbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavdevice/dshow_crossbar.c

Re: [FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-03-26 Thread Predrag Filipovic
My sincere apology: - can you please use my originally sent patch that is (exactly) the same as this one ... it was send through different Email server - Feb 19, 2016 19:11:41 EDT (US) - same Subject, from pred...@agora-cs.com I did (tried to) re-send from this new gmail account - had to ope

Re: [FFmpeg-devel] [PATCH] avcodec/h264_slice: Update first_slice when updating current_slice for 2nd fields

2016-03-26 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 05:17:46PM +, Kieran Kunhya wrote: > On Fri, 25 Mar 2016 at 16:33 Michael Niedermayer > wrote: > > > This fixes Ticket 4389 differently > > Fixes Ticket5371 > > Fixes null pointer dereference > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/h264_slic

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 10:18:47PM +0530, Disha Singh wrote: > This is the revised patch created using git format-patch. > > -Disha > > On Thu, Mar 24, 2016 at 2:45 PM, Paul B Mahol wrote: > > > On 3/21/16, Disha Singh wrote: > > > Qualification task for project TrueHD encoder. > > > There are

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Michael Niedermayer
On Sun, Mar 27, 2016 at 04:55:36AM +0530, Disha Singh wrote: > Just running ./patcheck would do? you have to feed the patch to be checked on stdin as in cat mypatch | ./patcheck [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engage in

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Disha Singh
Just running ./patcheck would do? On Sun, Mar 27, 2016 at 12:50 AM, Lou Logan wrote: > On Sat, 26 Mar 2016 22:18:47 +0530, Disha Singh wrote: > > > From 639aa2a07be6064049b2ba1e134e1474cb7f0806 Mon Sep 17 00:00:00 2001 > > From: dinux5 > > Date: Sat, 26 Mar 2016 22:11:59 +0530 > > Subject: [PAT

Re: [FFmpeg-devel] fate : add test for exr B44, B44A files

2016-03-26 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 09:14:27PM +0100, Martin Vignali wrote: > Hello, > > In attach a patch for fate test of B44/B44A compression inside openexr file. > samples can be download here : http://we.tl/QwJcxVn9CV > need to be put inside : ./fate-suite/exr/ uploaded thx [...] -- Michael GnuP

Re: [FFmpeg-devel] [PATCH] avformat/segment: set format options for all segments

2016-03-26 Thread Marton Balint
On Fri, 25 Mar 2016, Stefano Sabatini wrote: On date Tuesday 2016-03-15 19:21:23 +0100, Marton Balint encoded: Fixes ticket #5318. Signed-off-by: Marton Balint --- libavformat/segment.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/segment.c b/libavfo

Re: [FFmpeg-devel] [PATCH 10/10] swscale/arm/yuv2rgb: make the code bitexact with its aarch64 counter part

2016-03-26 Thread Matthieu Bouron
On Fri, Mar 25, 2016 at 11:46 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libswscale/arm/swscale_unscaled.c | 16 +++ > libswscale/arm/yuv2rgb_neon.S | 89 > +-- > 2 files changed, 47 insertions(+), 58 deletions(-) > > Patch updated (

Re: [FFmpeg-devel] [PATCH 09/10] swscale/arm/yuv2rgb: re-order arguments of the compute_rgba macro

2016-03-26 Thread Matthieu Bouron
On Fri, Mar 25, 2016 at 11:46 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libswscale/arm/yuv2rgb_neon.S | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > Patch updated (resolve a conflict with the updated version of patch 06/10). From 41b0ff49706d82ef964faa7

Re: [FFmpeg-devel] [PATCH 08/10] swscale/arm/yuv2rgb: re-organize the code like its aarch64 counter part

2016-03-26 Thread Matthieu Bouron
On Fri, Mar 25, 2016 at 11:46 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libswscale/arm/yuv2rgb_neon.S | 154 > +++--- > 1 file changed, 69 insertions(+), 85 deletions(-) > Patch updated (resolve a conflict with the updated version of patch

Re: [FFmpeg-devel] [PATCH 07/10] swscale/arm/yuv2rgb: macro-ify

2016-03-26 Thread Matthieu Bouron
On Fri, Mar 25, 2016 at 11:46 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libswscale/arm/yuv2rgb_neon.S | 115 > ++ > 1 file changed, 39 insertions(+), 76 deletions(-) > [...] Patch updated (resolve a conflict with the updated version o

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Steven Liu
2016-03-27 2:42 GMT+08:00 Bodecs Bela : > > > 2016.03.26. 15:10 keltezéssel, Steven Liu írta: > >> Because the hls_flags use delete_segments flag can delete the old >> >> segment files and instead of the hls_wrap option, so remove it. >> >> I suggest to leave hls_wrap option to be available. If yo

Re: [FFmpeg-devel] fate : add test for exr B44, B44A files

2016-03-26 Thread Paul B Mahol
On 3/26/16, Martin Vignali wrote: > 2016-03-26 21:24 GMT+01:00 Paul B Mahol : > >> On 3/26/16, Martin Vignali wrote: >> > Hello, >> > >> > In attach a patch for fate test of B44/B44A compression inside openexr >> > file. >> > samples can be download here : http://we.tl/QwJcxVn9CV >> > need to be

Re: [FFmpeg-devel] [PATCH 4/4] avformat/mov: add support for reading end padding from gapless itunes metadata

2016-03-26 Thread Marton Balint
On Tue, 22 Mar 2016, Michael Niedermayer wrote: On Mon, Mar 21, 2016 at 01:06:21AM +0100, Marton Balint wrote: Signed-off-by: Marton Balint --- libavformat/mov.c| 13 ++--- tests/ref/fate/gaplessenc-itunes-to-ipod-aac | 12 ++-- tests/ref/fate/gapl

Re: [FFmpeg-devel] fate : add test for exr B44, B44A files

2016-03-26 Thread Martin Vignali
2016-03-26 21:24 GMT+01:00 Paul B Mahol : > On 3/26/16, Martin Vignali wrote: > > Hello, > > > > In attach a patch for fate test of B44/B44A compression inside openexr > > file. > > samples can be download here : http://we.tl/QwJcxVn9CV > > need to be put inside : ./fate-suite/exr/ > > > > Detail

Re: [FFmpeg-devel] Configure with --cpu=host and Clang

2016-03-26 Thread yukari yakumo
Oh, seems like upstream already have this patch... Well, clang doesn't have -mcpu at all, there -march only, just for gcc compatibility. 26.03.2016, 23:37, "Reimar Döffinger" : > On 26.03.2016, at 13:10, yukari yakumo wrote: >>  Hi everyone! >>  I'm Gentoo Linux user and currently I play with Cl

Re: [FFmpeg-devel] Configure with --cpu=host and Clang

2016-03-26 Thread Reimar Döffinger
On 26.03.2016, at 13:10, yukari yakumo wrote: > Hi everyone! > I'm Gentoo Linux user and currently I play with Clang as default compiler. > And currently I tried to build ffmpeg 2.8.6 with Clang 3.9.0 and > `-march=native` in C(XX)FLAGS (ffmpeg-2.8.6.ebuild automatically convert this > to `--cpu

Re: [FFmpeg-devel] [PATCH] doc/developer.texi: Add a code of conduct

2016-03-26 Thread Thilo Borgmann
Am 26.03.16 um 15:00 schrieb Josh de Kock: > On 26/03/2016 13:28, Michael Niedermayer wrote: >> +@section Code of conduct >> + >> +Respect other people, treat others the way you yourself want to be treated. > The Code of Conduct is simple, and is based around a few key points: No ',', I think, jus

Re: [FFmpeg-devel] fate : add test for exr B44, B44A files

2016-03-26 Thread Paul B Mahol
On 3/26/16, Martin Vignali wrote: > Hello, > > In attach a patch for fate test of B44/B44A compression inside openexr > file. > samples can be download here : http://we.tl/QwJcxVn9CV > need to be put inside : ./fate-suite/exr/ > > Detail of tests : > > rgba_scanline_float_b44.exr : test scanline B

[FFmpeg-devel] fate : add test for exr B44, B44A files

2016-03-26 Thread Martin Vignali
Hello, In attach a patch for fate test of B44/B44A compression inside openexr file. samples can be download here : http://we.tl/QwJcxVn9CV need to be put inside : ./fate-suite/exr/ Detail of tests : rgba_scanline_float_b44.exr : test scanline B44 float file (uncompress data) rgba_multiscanline

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Lou Logan
On Sat, 26 Mar 2016 22:18:47 +0530, Disha Singh wrote: > From 639aa2a07be6064049b2ba1e134e1474cb7f0806 Mon Sep 17 00:00:00 2001 > From: dinux5 > Date: Sat, 26 Mar 2016 22:11:59 +0530 > Subject: [PATCH] Mlp encoder addition. > > --- > configure |1 + > libavcodec/Makefile|

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/vf_colormatrix: add 10 & 12 bit depth support

2016-03-26 Thread Ronald S. Bultje
Hi, On Sat, Mar 26, 2016 at 10:04 AM, Thomas Mundt < loudmax-at-yahoo...@ffmpeg.org> wrote: > >>>Kieran Kunhya schrieb am Sa, 26.3.2016: > >> On Fri, 25 Mar 2016 at 22:32 Thomas Mundt ffmpeg.org> wrote: > > > >> Signed-off-by: Thomas Mundt > >> --- > >> libavfilter/vf_colormatrix.c | 182 > >>

Re: [FFmpeg-devel] [PATCH 0/4] avfilter/vf_colormatrix: add UHD support

2016-03-26 Thread Thomas Mundt
>>>Ronald S. Bultje schrieb am Sa, 26.3.2016: > Hi, > > On Fri, Mar 25, 2016 at 6:30 PM, Thomas Mundt ffmpeg.org> wrote: > >> These patches add bt.2020 colorspace and 10 and 12 bit depth support. >> The calculation of the Y component is simplified but with identical >> results. >> Some unused v

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Bodecs Bela
2016.03.26. 15:10 keltezéssel, Steven Liu írta: Because the hls_flags use delete_segments flag can delete the old segment files and instead of the hls_wrap option, so remove it. I suggest to leave hls_wrap option to be available. If you use this option, the set of output file names is the sa

Re: [FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-26 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 01:05:56PM +0100, Matthieu Bouron wrote: > On Sat, Mar 26, 2016 at 2:09 AM, Michael Niedermayer > wrote: > > > On Fri, Mar 25, 2016 at 11:46:01PM +0100, Matthieu Bouron wrote: > > > From: Matthieu Bouron > > > > > > --- > > > libswscale/arm/yuv2rgb_neon.S | 89 > > ++

Re: [FFmpeg-devel] [PATCH] avcodec/h264_slice: Update first_slice when updating current_slice for 2nd fields

2016-03-26 Thread Kieran Kunhya
On Fri, 25 Mar 2016 at 16:33 Michael Niedermayer wrote: > This fixes Ticket 4389 differently > Fixes Ticket5371 > Fixes null pointer dereference > > Signed-off-by: Michael Niedermayer > --- > libavcodec/h264_slice.c |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/l

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Steven Liu
2016-03-27 0:35 GMT+08:00 Michael Niedermayer : > On Sat, Mar 26, 2016 at 11:47:37PM +0800, Steven Liu wrote: > > 2016-03-26 22:58 GMT+08:00 Michael Niedermayer : > > > > > On Sat, Mar 26, 2016 at 10:10:28PM +0800, Steven Liu wrote: > > > > Because the hls_flags use delete_segments flag can delete

Re: [FFmpeg-devel] [PATCH]Addition of MLP encoder

2016-03-26 Thread Disha Singh
This is the revised patch created using git format-patch. -Disha On Thu, Mar 24, 2016 at 2:45 PM, Paul B Mahol wrote: > On 3/21/16, Disha Singh wrote: > > Qualification task for project TrueHD encoder. > > There are two patches. > > One has the changes made to other files to support mlpenc.c a

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 11:47:37PM +0800, Steven Liu wrote: > 2016-03-26 22:58 GMT+08:00 Michael Niedermayer : > > > On Sat, Mar 26, 2016 at 10:10:28PM +0800, Steven Liu wrote: > > > Because the hls_flags use delete_segments flag can delete the old > > > > > > segment files and instead of the hls_

Re: [FFmpeg-devel] [PATCH 1/2] fate: Modify a random h264 test to also test the -framerate option

2016-03-26 Thread Michael Niedermayer
On Sun, Mar 20, 2016 at 08:37:58PM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > tests/fate/h264.mak |5 - > tests/ref/fate/h264-conformance-ba1_ft_c |2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) patchset applied [...

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Steven Liu
2016-03-26 22:58 GMT+08:00 Michael Niedermayer : > On Sat, Mar 26, 2016 at 10:10:28PM +0800, Steven Liu wrote: > > Because the hls_flags use delete_segments flag can delete the old > > > > segment files and instead of the hls_wrap option, so remove it. > > options should be deprecated and replacem

Re: [FFmpeg-devel] [PATCH] Fix audiotoolboxenc compile error on OS X 10.8.

2016-03-26 Thread Michael Niedermayer
On Fri, Mar 25, 2016 at 04:13:18AM +, Dan Dennedy wrote: > Fixes error "libavcodec/audiotoolboxenc.c:294:50: error: use of undeclared > identifier 'kAudioCodecPropertyPacketSizeLimitForVBR'." > > That was added to 10.9: > https://developer.apple.com/library/mac/releasenotes/General/APIDiffsMac

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Michael Niedermayer
On Sat, Mar 26, 2016 at 10:10:28PM +0800, Steven Liu wrote: > Because the hls_flags use delete_segments flag can delete the old > > segment files and instead of the hls_wrap option, so remove it. options should be deprecated and replacement documented before removial [...] -- Michael GnuPG

Re: [FFmpeg-devel] [PATCH] mpegts: pcr period option for variable bitrate multiplexing

2016-03-26 Thread Michael Niedermayer
On Fri, Mar 25, 2016 at 12:50:29PM -0400, Predrag Filipovic wrote: > Enable proper PCR insertion for VBR multiplexing (muxrate not specified). > Insertion timing is based on video frame keys and frame period, consequently > pcr period precision is limited to +/- one video frame period. > > Signed-

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Steven Liu
2016-03-26 22:21 GMT+08:00 Carl Eugen Hoyos : > Steven Liu gmail.com> writes: > > > Because the hls_flags use delete_segments flag can delete the old > > > > segment files and instead of the hls_wrap option, so remove it. > > > > Signed-off-by: LiuQi gosun.com> > > I cannot comment on the conten

Re: [FFmpeg-devel] [PATCH]lavc/flicvideo: Implement padding in COPY chunks.

2016-03-26 Thread Carl Eugen Hoyos
Reimar Döffinger gmx.de> writes: > > +if (s->avctx->width & 3) > > +bytestream2_skip(&g2, 4 - (s->avctx->width & 3)); > > Maybe it's more reliable/clear to keep like that Yes, it definitely is imo;-) > but I think this could also be written as > bytestream2_skip(&g2, -s-≥avctx->wid

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Steven Liu
2016-03-26 22:21 GMT+08:00 Carl Eugen Hoyos : > Steven Liu gmail.com> writes: > > > Because the hls_flags use delete_segments flag can delete the old > > > > segment files and instead of the hls_wrap option, so remove it. > > > > Signed-off-by: LiuQi gosun.com> > > I cannot comment on the conten

Re: [FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Carl Eugen Hoyos
Steven Liu gmail.com> writes: > Because the hls_flags use delete_segments flag can delete the old > > segment files and instead of the hls_wrap option, so remove it. > > Signed-off-by: LiuQi gosun.com> I cannot comment on the content of your patch but it seems your mailer has corrupted it so

[FFmpeg-devel] [PATCH] remove the hls_wrap option

2016-03-26 Thread Steven Liu
Because the hls_flags use delete_segments flag can delete the old segment files and instead of the hls_wrap option, so remove it. Signed-off-by: LiuQi --- doc/muxers.texi | 9 - libavformat/hlsenc.c | 8 +++- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/vf_colormatrix: add 10 & 12 bit depth support

2016-03-26 Thread Thomas Mundt
>>>Kieran Kunhya schrieb am Sa, 26.3.2016: >> On Fri, 25 Mar 2016 at 22:32 Thomas Mundt > ffmpeg.org> wrote: > >> Signed-off-by: Thomas Mundt >> --- >> libavfilter/vf_colormatrix.c | 182 >> ++- >> > > These functions are basically the same, have you consid

Re: [FFmpeg-devel] [PATCH] doc/developer.texi: Add a code of conduct

2016-03-26 Thread Josh de Kock
On 26/03/2016 13:28, Michael Niedermayer wrote: > +@section Code of conduct > + > +Respect other people, treat others the way you yourself want to be treated. The Code of Conduct is simple, and is based around a few key points: *insert goal of project here* Be friendly & respectful. This is the m

Re: [FFmpeg-devel] [PATCH 0/4] avfilter/vf_colormatrix: add UHD support

2016-03-26 Thread Ronald S. Bultje
Hi, On Fri, Mar 25, 2016 at 6:30 PM, Thomas Mundt < loudmax-at-yahoo...@ffmpeg.org> wrote: > These patches add bt.2020 colorspace and 10 and 12 bit depth support. > The calculation of the Y component is simplified but with identical > results. > Some unused variables are removed. > The YUV croma

Re: [FFmpeg-devel] [PATCH] doc/developer.texi: Add a code of conduct

2016-03-26 Thread Clément Bœsch
On Sat, Mar 26, 2016 at 02:28:46PM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/developer.texi | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/doc/developer.texi b/doc/developer.texi > index 6db93ce..ec21c57 100644 > --- a/doc

[FFmpeg-devel] [PATCH] doc/developer.texi: Add a code of conduct

2016-03-26 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- doc/developer.texi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/doc/developer.texi b/doc/developer.texi index 6db93ce..ec21c57 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -403,6 +403,25 @@ finding a new maintaine

[FFmpeg-devel] [PATCH]lavc/fic: Be less verbose for invisible or empty cursor

2016-03-26 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #5174, there seems to be nothing invalid about a cursor outside of the screen or an empty cursor. Please comment, Carl Eugen diff --git a/libavcodec/fic.c b/libavcodec/fic.c index 7d698f0..3b5cb29 100644 --- a/libavcodec/fic.c +++ b/libavcodec/fic.c @@ -309,7 +309

Re: [FFmpeg-devel] [PATCH 4/4] avfilter/vf_colormatrix: add 10 & 12 bit depth support

2016-03-26 Thread Kieran Kunhya
On Fri, 25 Mar 2016 at 22:32 Thomas Mundt wrote: > Signed-off-by: Thomas Mundt > --- > libavfilter/vf_colormatrix.c | 182 > ++- > These functions are basically the same, have you considered factoring the code out? Kieran

Re: [FFmpeg-devel] [PATCH 06/10] swscale/arm/yuv2rgb: only process one line at a time for the yuv420p and nv{12, 21} formats

2016-03-26 Thread Matthieu Bouron
On Sat, Mar 26, 2016 at 2:09 AM, Michael Niedermayer wrote: > On Fri, Mar 25, 2016 at 11:46:01PM +0100, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > --- > > libswscale/arm/yuv2rgb_neon.S | 89 > --- > > 1 file changed, 24 insertions(+), 65 del

[FFmpeg-devel] Configure with --cpu=host and Clang

2016-03-26 Thread yukari yakumo
Hi everyone! I'm Gentoo Linux user and currently I play with Clang as default compiler. And currently I tried to build ffmpeg 2.8.6 with Clang 3.9.0 and `-march=native` in C(XX)FLAGS (ffmpeg-2.8.6.ebuild automatically convert this to `--cpu=host` configure flag). But I get `--cpu=host not suppor

Re: [FFmpeg-devel] Fwd: libavcodec/exr : add B44 and B44A compression

2016-03-26 Thread Martin Vignali
2016-03-26 12:28 GMT+01:00 Carl Eugen Hoyos : > Martin Vignali gmail.com> writes: > > > New patch attached, with ILM copyright at the top of the file > > And remove some comments line. > > > > Ping > > The patch was applied today by Paul, no mail appeared > on cvslog so far. > > Carl Eugen > > So

Re: [FFmpeg-devel] Fwd: libavcodec/exr : add B44 and B44A compression

2016-03-26 Thread Carl Eugen Hoyos
Martin Vignali gmail.com> writes: > New patch attached, with ILM copyright at the top of the file > And remove some comments line. > > Ping The patch was applied today by Paul, no mail appeared on cvslog so far. Carl Eugen ___ ffmpeg-devel mailing

[FFmpeg-devel] Fwd: libavcodec/exr : add B44 and B44A compression

2016-03-26 Thread Martin Vignali
2016-03-20 9:31 GMT+01:00 Carl Eugen Hoyos : > Martin Vignali gmail.com> writes: > > > > > The B44/B44A block decoding function (unpack_14 and unpack_3) > > > > come from the official library. > > > > > > Then please add an appropriate copyright notice to your patch. > > > What form the copyright

Re: [FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

2016-03-26 Thread Thomas Mundt
>>>Michael Niedermayer schrieb am Sa, 26.3.2016: > > this causes some compiler warnings > > libavfilter/vf_colormatrix.c: In function ‘calc_coefficients’: > libavfilter/vf_colormatrix.c:163:9: warning: passing argument 2 of > ‘inverse3x3’ from incompatible pointer type [enabled by default] > liba

Re: [FFmpeg-devel] [PATCH]lavc/h264_mp4toannexb: Do not fail if frame already starts with startcode

2016-03-26 Thread Hendrik Leppkes
On Sat, Mar 26, 2016 at 11:10 AM, Carl Eugen Hoyos wrote: > Hendrik Leppkes gmail.com> writes: > >> On Sat, Mar 26, 2016 at 10:38 AM, Carl Eugen Hoyos wrote: > >> > /* nothing to filter */ >> > - if (!avctx->extradata || avctx->extradata_size < 6) { >> > + if ( !avctx->extradata || avctx->ext

Re: [FFmpeg-devel] [PATCH]lavc/h264_mp4toannexb: Do not fail if frame already starts with startcode

2016-03-26 Thread Carl Eugen Hoyos
Hendrik Leppkes gmail.com> writes: > On Sat, Mar 26, 2016 at 10:38 AM, Carl Eugen Hoyos wrote: > > /* nothing to filter */ > > - if (!avctx->extradata || avctx->extradata_size < 6) { > > + if ( !avctx->extradata || avctx->extradata_size < 6 > > + || !buf[0] && !buf[1] && (buf[2] == 1 ||

Re: [FFmpeg-devel] [PATCH] Implement hdcd filtering

2016-03-26 Thread Carl Eugen Hoyos
Benjamin St gmail.com> writes: > I tried to test with the files sample.cdda.flac and > > sample.hdcd.flac attached in the ticket. > > The output is different and one possible reason > > is the usage of floating point arithmetic in the > > filter. > > Did you compare flac files or raw audiodata (

Re: [FFmpeg-devel] [PATCH]lavc/h264_mp4toannexb: Do not fail if frame already starts with startcode

2016-03-26 Thread Hendrik Leppkes
On Sat, Mar 26, 2016 at 10:38 AM, Carl Eugen Hoyos wrote: > index 2d447f7..170db31 100644 > --- a/libavcodec/h264_mp4toannexb_bsf.c > +++ b/libavcodec/h264_mp4toannexb_bsf.c > @@ -167,7 +167,8 @@ static int > h264_mp4toannexb_filter(AVBitStreamFilterContext *bsfc, > int ret = 0; > > /*

Re: [FFmpeg-devel] [PATCH]lavc/h264_mp4toannexb: Do not fail if frame already starts with startcode

2016-03-26 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > /* nothing to filter */ > -if (!avctx->extradata || avctx->extradata_size < 6) { > +if ( !avctx->extradata || avctx->extradata_size < 6 > +|| !buf[0] Inserted "buf_size > 3 && " locally. Carl Eugen

[FFmpeg-devel] [PATCH]lavc/h264_mp4toannexb: Do not fail if frame already starts with startcode

2016-03-26 Thread Carl Eugen Hoyos
Hi! The h264_mp4toannexb filter already does not fail if no extradata is provided. Attached patch makes it also not fail if extradata was provided but the stream is already in Annex B format. Fixes ticket #5380. Please comment, Carl Eugen diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libav