Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-15 Thread KO Myung-Hun
Hi/2. Dave Yeo wrote: > On 04/14/16 07:29 PM, Dave Yeo wrote: >>> From fbff28a583cc9fd7144dd4f9dc37b7b5f8aa Mon Sep 17 00:00:00 2001 >> From: Dmitriy Kuminov >> Date: Thu, 14 Apr 2016 01:45:01 +0400 >> Subject: [PATCH 2/3] configure: Do not create/install versioned DLLs on

Re: [FFmpeg-devel] [PATCH 1/3] configure: Support backslashes in TMPDIR on OS/2.

2016-04-15 Thread KO Myung-Hun
Hi/2. Dave Yeo wrote: > From b322802ecc6d87fae3afb17fbca8217993d8d0c7 Mon Sep 17 00:00:00 2001 > From: Dmitriy Kuminov > Date: Thu, 14 Apr 2016 01:41:30 +0400 > Subject: [PATCH 1/3] configure: Support backslashes in TMPDIR on OS/2. > > Signed-off-by: Dave Yeo

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-15 Thread Michael Niedermayer
On Sat, Apr 16, 2016 at 12:07:27AM +0200, Gerion Entrup wrote: > On Donnerstag, 14. April 2016 19:52:46 CEST Michael Niedermayer wrote: > > On Thu, Apr 14, 2016 at 07:06:29PM +0200, Gerion Entrup wrote: > > > On Montag, 11. April 2016 14:54:57 CEST Michael Niedermayer wrote: > > > > On Mon, Apr

Re: [FFmpeg-devel] [PATCH] vf_scale: support bt2020 in in/out_color_matrix properties.

2016-04-15 Thread Ronald S. Bultje
Hi, On Fri, Apr 15, 2016 at 2:39 PM, wm4 wrote: > On Fri, 15 Apr 2016 14:26:47 -0400 > "Ronald S. Bultje" wrote: > > > --- > > libavfilter/vf_scale.c | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git

Re: [FFmpeg-devel] [PATCH]lavc/webp: Warn if anim chunk is not read

2016-04-15 Thread Michael Niedermayer
On Tue, Apr 12, 2016 at 10:16:13PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Afaict, FFmpeg is not very good at reading webp files. > Attached patch makes it more obvious to the user why. > > Please comment, Carl Eugen > webp.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [FFmpeg-devel] [PATCH] vf_scale: support bt2020 in in/out_color_matrix properties.

2016-04-15 Thread Michael Niedermayer
On Fri, Apr 15, 2016 at 02:26:47PM -0400, Ronald S. Bultje wrote: > --- > libavfilter/vf_scale.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) LGTM (if noone else objects) thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No great genius has

[FFmpeg-devel] [PATCH 2/3 v2] doc/examples: Enchance argument parsing in fffuzz

2016-04-15 Thread Pawel Golinski
Now any combination of arguments is allowed. --- doc/examples/fffuzz.c | 64 --- 1 file changed, 51 insertions(+), 13 deletions(-) diff --git a/doc/examples/fffuzz.c b/doc/examples/fffuzz.c index 6672f42..fdf97e7 100644 --- a/doc/examples/fffuzz.c

[FFmpeg-devel] [PATCH 3/3 v2] doc/examples: Add "thread_type" and "threads" flags to fffuzz

2016-04-15 Thread Pawel Golinski
--- doc/examples/fffuzz.c | 38 -- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/doc/examples/fffuzz.c b/doc/examples/fffuzz.c index fdf97e7..50bccee 100644 --- a/doc/examples/fffuzz.c +++ b/doc/examples/fffuzz.c @@ -225,7 +225,11 @@ static

[FFmpeg-devel] [PATCH 1/3 v2] doc/examples: Add fffuzz example

2016-04-15 Thread Pawel Golinski
There are some afl specific macros inside, to make the example usable with afl fuzzer. --- doc/examples/fffuzz.c | 370 ++ 1 file changed, 370 insertions(+) create mode 100644 doc/examples/fffuzz.c diff --git a/doc/examples/fffuzz.c

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-04-15 Thread Gerion Entrup
On Donnerstag, 14. April 2016 19:52:46 CEST Michael Niedermayer wrote: > On Thu, Apr 14, 2016 at 07:06:29PM +0200, Gerion Entrup wrote: > > On Montag, 11. April 2016 14:54:57 CEST Michael Niedermayer wrote: > > > On Mon, Apr 11, 2016 at 02:30:37PM +0200, Gerion Entrup wrote: > > > > On Montag, 11.

Re: [FFmpeg-devel] [PATCH]lavc/dds: Fix GRAY8A decoding

2016-04-15 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > >> do you have explanation why it should change? > > > > Because I believe it is wrong. > Should be ok, but keep postproc step for case when > y and a are swapped. Done and pushed, thanks for spotting this. Thank you, Carl Eugen

Re: [FFmpeg-devel] [PATCH]lavf/bink: Support SMUSH files

2016-04-15 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > > > Attached patch fixes ticket #5410 for me. > > > > New patch for Monkey Island 4 files attached. > > Improved patch with less overhead attached. Oked by Paul on irc and pushed. Thank you, Carl Eugen ___

Re: [FFmpeg-devel] [PATCH] vf_scale: support bt2020 in in/out_color_matrix properties.

2016-04-15 Thread wm4
On Fri, 15 Apr 2016 14:26:47 -0400 "Ronald S. Bultje" wrote: > --- > libavfilter/vf_scale.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c > index ac9d4c3..22bee96 100644 > ---

[FFmpeg-devel] [PATCH] vf_scale: support bt2020 in in/out_color_matrix properties.

2016-04-15 Thread Ronald S. Bultje
--- libavfilter/vf_scale.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index ac9d4c3..22bee96 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -237,9 +237,11 @@ static const int *parse_yuv_type(const

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-15 Thread Michael Niedermayer
On Fri, Apr 15, 2016 at 12:38:23PM +0200, wm4 wrote: > On Fri, 15 Apr 2016 00:06:27 -0300 > James Almer wrote: > > > On 4/14/2016 7:30 PM, Michael Niedermayer wrote: > > > On Tue, Apr 12, 2016 at 01:25:43PM +0200, wm4 wrote: > > >> On Tue, 12 Apr 2016 13:10:09 +0200 > > >>

Re: [FFmpeg-devel] [PATCH] fix avcodec_find_best_pix_fmt_of_list

2016-04-15 Thread Michael Niedermayer
On Fri, Apr 15, 2016 at 06:49:07PM +0200, Frédéric Devernay wrote: > (best format was wrong and depended on list order, see > https://trac.ffmpeg.org/ticket/5223 ) no patch is attched to this mail if you intended to attach one [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH] fix avcodec_find_best_pix_fmt_of_list

2016-04-15 Thread Frédéric Devernay
(best format was wrong and depended on list order, see https://trac.ffmpeg.org/ticket/5223 ) ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavc/webp: Warn if anim chunk is not read

2016-04-15 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Afaict, FFmpeg is not very good at reading webp files. > Attached patch makes it more obvious to the user why. Ping, any objections? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH v5 2/3] avformat/tee: Fix leaks in tee muxer when open_slave fails

2016-04-15 Thread Jan Sebechlebsky
On 04/15/2016 02:28 AM, Marton Balint wrote: On Thu, 14 Apr 2016, Marton Balint wrote: On Tue, 12 Apr 2016, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Calling close_slave in case error is to be returned from open_slave will free allocated

Re: [FFmpeg-devel] [PATCH] avcodec/avcodec: Document signed/unsignedness of sample formats in relation to bits_per_raw_sample

2016-04-15 Thread Michael Niedermayer
On Fri, Apr 15, 2016 at 12:44:15PM +0200, wm4 wrote: > On Fri, 15 Apr 2016 00:42:22 +0200 > Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/avcodec.h |8 ++-- > > 1 file changed, 6 insertions(+),

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-15 Thread Dave Yeo
On 04/14/16 07:29 PM, Dave Yeo wrote: From fbff28a583cc9fd7144dd4f9dc37b7b5f8aa Mon Sep 17 00:00:00 2001 From: Dmitriy Kuminov Date: Thu, 14 Apr 2016 01:45:01 +0400 Subject: [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2. Attached Dave From

Re: [FFmpeg-devel] [PATCH] lavf/mpl2dec: skip BOM

2016-04-15 Thread wm4
On Fri, 15 Apr 2016 15:01:23 +0200 Clément Bœsch wrote: > On Fri, Apr 15, 2016 at 02:58:00PM +0200, wm4 wrote: > > Stolen from microdvddec.c. > > > > Fixes ticket #5442. > > --- > > libavformat/mpl2dec.c | 4 > > 1 file changed, 4 insertions(+) > > > > diff --git

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

2016-04-15 Thread Carl Eugen Hoyos
Derek Buitenhuis gmail.com> writes: > Why is this in libavfilter and not libavcodec, when it is > described as a decoder? Please fix the documentation, neither the author nor myself are native speakers. Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH 3/3] doc/examples: Add thread_type flag to fffuzz

2016-04-15 Thread Kieran Kunhya
On Mon, 11 Apr 2016 at 22:37 Pawel Golinski wrote: > --- > doc/examples/fffuzz.c | 26 +- > 1 file changed, 25 insertions(+), 1 deletion(-) > > > For simplicity can you make this match the ffmpeg.c command line. so -thread_type slice and -threads 4 or

Re: [FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

2016-04-15 Thread Michael Niedermayer
On Thu, Apr 14, 2016 at 07:29:26PM -0700, Dave Yeo wrote: > >From fbff28a583cc9fd7144dd4f9dc37b7b5f8aa Mon Sep 17 00:00:00 2001 > From: Dmitriy Kuminov > Date: Thu, 14 Apr 2016 01:45:01 +0400 > Subject: [PATCH 2/3] configure: Do not create/install versioned DLLs > on OS/2. >

Re: [FFmpeg-devel] [PATCH] lavf/mpl2dec: skip BOM

2016-04-15 Thread Clément Bœsch
On Fri, Apr 15, 2016 at 02:58:00PM +0200, wm4 wrote: > Stolen from microdvddec.c. > > Fixes ticket #5442. > --- > libavformat/mpl2dec.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/mpl2dec.c b/libavformat/mpl2dec.c > index 59589d5..2a0cb28 100644 > ---

[FFmpeg-devel] [PATCH] lavf/mpl2dec: skip BOM

2016-04-15 Thread wm4
Stolen from microdvddec.c. Fixes ticket #5442. --- libavformat/mpl2dec.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/mpl2dec.c b/libavformat/mpl2dec.c index 59589d5..2a0cb28 100644 --- a/libavformat/mpl2dec.c +++ b/libavformat/mpl2dec.c @@ -26,6 +26,7 @@ #include

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

2016-04-15 Thread Derek Buitenhuis
On 3/22/2016 11:22 AM, Benjamin St wrote: > This patch applies filtering/decoding for hdcds(see ticket #4441) . The > filter is heavily based on > https://github.com/kode54/foo_hdcd/. (Is this ok? Copyright?) > > Discuss, Review Hi, Sorry to be late to the party (I just saw this pushed.) Why

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

2016-04-15 Thread wm4
On Wed, 6 Apr 2016 17:09:21 -0600 Nic Wolfe wrote: > Thanks for elaborating wm4. Out of curiosity when you say "generic" > and "normal" metadata what do you mean? Are you talking about using > generic key names or is there another way to store metadata? > > I have attached a

Re: [FFmpeg-devel] [PATCH] lavc/mediacodec: add hwaccel support

2016-04-15 Thread wm4
On Thu, 14 Apr 2016 14:19:42 +0200 Matthieu Bouron wrote: > On Thu, Apr 7, 2016 at 4:18 PM, wm4 wrote: > > > On Fri, 18 Mar 2016 17:50:39 +0100 > > Matthieu Bouron wrote: > > > > > From: Matthieu Bouron

Re: [FFmpeg-devel] [PATCH] avcodec: Add bits_per_raw_sample to AVCodecParameters

2016-04-15 Thread wm4
On Fri, 15 Apr 2016 00:06:27 -0300 James Almer wrote: > On 4/14/2016 7:30 PM, Michael Niedermayer wrote: > > On Tue, Apr 12, 2016 at 01:25:43PM +0200, wm4 wrote: > >> On Tue, 12 Apr 2016 13:10:09 +0200 > >> Michael Niedermayer wrote: > >> > >>> On

Re: [FFmpeg-devel] [PATCH] avcodec/avcodec: Document signed/unsignedness of sample formats in relation to bits_per_raw_sample

2016-04-15 Thread wm4
On Fri, 15 Apr 2016 00:42:22 +0200 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/avcodec.h |8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/avcodec.h

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

2016-04-15 Thread Carl Eugen Hoyos
Benjamin St gmail.com> writes: > OK, added av_assert0() checks. Tested again and applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 01/11] lavf/mux: fix auto-inserted bsfs that read extradata

2016-04-15 Thread Hendrik Leppkes
On Fri, Apr 15, 2016 at 10:37 AM, Rodger Combs wrote: > --- > libavformat/mux.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/libavformat/mux.c b/libavformat/mux.c > index 33301f1..0ed0c3d 100644 > --- a/libavformat/mux.c > +++ b/libavformat/mux.c >

Re: [FFmpeg-devel] [PATCH 11/11] fate/aac: add automatic bsf test

2016-04-15 Thread Hendrik Leppkes
On Fri, Apr 15, 2016 at 10:37 AM, Rodger Combs wrote: > --- > tests/fate/aac.mak | 3 +++ > tests/ref/fate/aac-autobsf-adtstoasc | 1 + > 2 files changed, 4 insertions(+) > create mode 100644 tests/ref/fate/aac-autobsf-adtstoasc > > diff --git

[FFmpeg-devel] [PATCH 06/11] lavf/segment: fix writing separate header with auto BSF

2016-04-15 Thread Rodger Combs
--- libavformat/segment.c | 46 +++--- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/libavformat/segment.c b/libavformat/segment.c index 41d8e53..6368f9b 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -260,6 +260,7 @@

[FFmpeg-devel] [PATCH 07/11] lavf/movenc: add deinit function

2016-04-15 Thread Rodger Combs
--- libavformat/movenc.c | 63 ++-- 1 file changed, 27 insertions(+), 36 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 5acb9af..1e1dc84 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -5263,21 +5263,18

[FFmpeg-devel] [PATCH 08/11] lavf/dashenc: add deinit function

2016-04-15 Thread Rodger Combs
--- libavformat/dashenc.c | 51 +-- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 519f9c4..0848052 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -580,16

[FFmpeg-devel] [PATCH 09/11] lavf/movenc+dashenc: add automatic bitstream filtering

2016-04-15 Thread Rodger Combs
This is disabled by default when the empty_moov flag is enabled --- libavformat/dashenc.c | 41 +++- libavformat/movenc.c | 105 +++--- 2 files changed, 121 insertions(+), 25 deletions(-) diff --git a/libavformat/dashenc.c

[FFmpeg-devel] [PATCH 02/11] lavf: add a flag to enable/disable automatic bitstream filtering

2016-04-15 Thread Rodger Combs
This is mostly useful for muxers that wrap other muxers, such as dashenc and segment. The actual duplicated bitstream filtering is largely harmless, but delaying the header can cause problems when the muxer intended the header to be written to a separate file. --- libavformat/avformat.h | 1

[FFmpeg-devel] [PATCH 04/11] lavf/mux: add avformat_init_output

2016-04-15 Thread Rodger Combs
This allows a consumer to run the muxer's init function without actually writing the header, which is useful in chained muxers that support automatic bitstream filtering. --- libavformat/avformat.h | 34 ++-- libavformat/internal.h | 10 + libavformat/mux.c |

[FFmpeg-devel] [PATCH 10/11] fate/h264: add automatic bsf test

2016-04-15 Thread Rodger Combs
--- tests/fate/h264.mak | 2 ++ tests/ref/fate/h264-autobsf-mp4toannexb | 1 + 2 files changed, 3 insertions(+) create mode 100644 tests/ref/fate/h264-autobsf-mp4toannexb diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index eb42b12..0cdfc1f 100644 ---

[FFmpeg-devel] [PATCH 05/11] lavf/segment: add deinit function

2016-04-15 Thread Rodger Combs
--- libavformat/segment.c | 47 --- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/libavformat/segment.c b/libavformat/segment.c index df6f4b5..41d8e53 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -627,8 +627,9 @@

[FFmpeg-devel] [PATCH 11/11] fate/aac: add automatic bsf test

2016-04-15 Thread Rodger Combs
--- tests/fate/aac.mak | 3 +++ tests/ref/fate/aac-autobsf-adtstoasc | 1 + 2 files changed, 4 insertions(+) create mode 100644 tests/ref/fate/aac-autobsf-adtstoasc diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index 3d64031..c71f990 100644 --- a/tests/fate/aac.mak +++

[FFmpeg-devel] [PATCH 01/11] lavf/mux: fix auto-inserted bsfs that read extradata

2016-04-15 Thread Rodger Combs
--- libavformat/mux.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavformat/mux.c b/libavformat/mux.c index 33301f1..0ed0c3d 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -1054,6 +1054,16 @@ int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt)

[FFmpeg-devel] [PATCH 03/11] lavf/mux: run AVCodec::deinit if write_header fails

2016-04-15 Thread Rodger Combs
--- libavformat/mux.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index aea9095..5bc237f 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -477,8 +477,11 @@ int avformat_write_header(AVFormatContext *s, AVDictionary

Re: [FFmpeg-devel] [PATCH 2/2 v2] fate: add readvitc filter test

2016-04-15 Thread Tobias Rapp
Attached an updated patch, rebased onto current git master. The sample file for the FATE test can be found at: https://cerebrum.noa-archive.com/noacloud/public.php?service=filest=88eeb716819bba39584be03c2d1f053b (1.4MB) and is assumed to be stored as $FATE_SAMPLES/filter/sample-vitc.avi Sample

Re: [FFmpeg-devel] [PATCH 1/2 v5] avfilter: add readvitc filter

2016-04-15 Thread Tobias Rapp
On 14.04.2016 22:29, Michael Niedermayer wrote: On Thu, Apr 14, 2016 at 08:49:58AM +0200, Tobias Rapp wrote: On 08.04.2016 17:01, Tobias Rapp wrote: On 08.04.2016 15:24, Tobias Rapp wrote: On 08.04.2016 14:54, Paul B Mahol wrote: On 4/8/16, Tobias Rapp wrote: On