Re: [FFmpeg-devel] [PATCH] avfilter/af_atempo: Make independent of the channel layout

2016-09-05 Thread Pavel Koshevoy
On Sep 5, 2016 4:41 PM, "Michael Niedermayer" wrote: > > Signed-off-by: Michael Niedermayer > --- > libavfilter/af_atempo.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c > index 7b3d57c..d5d29b3 100644 > --- a/libavfi

Re: [FFmpeg-devel] [PATCH] lavc/audiotoolboxdec: fix OSX SDK detection

2016-09-05 Thread Rodger Combs
> On Sep 5, 2016, at 22:58, Dmitry Kalinkin wrote: > > __MAC_10_11 can be present in updated revision of an older SDK so it > can't reliably detect availability of kAudioFormatEnhancedAC3 constant. > > Fixes: b4daa2c40f ('lavc/audiotoolboxdec: add eac3 decoder') > Cc: Rodger Combs > Signed-off

Re: [FFmpeg-devel] [PATCH] lavc/audiotoolboxdec: fix OSX SDK detection

2016-09-05 Thread Rodger Combs
> On Sep 5, 2016, at 23:08, Dmitry Kalinkin wrote: > > >> On 06 Sep 2016, at 00:05, Rodger Combs wrote: >> >> >>> On Sep 5, 2016, at 22:58, Dmitry Kalinkin wrote: >>> >>> __MAC_10_11 can be present in updated revision of an older SDK so it >>> can't reliably detect availability of kAudioFo

[FFmpeg-devel] [PATCH 2/3] lavf/matroskaenc: skip writing "duration" tags

2016-09-05 Thread Rodger Combs
--- libavformat/matroskaenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index decb66d..7deccaa 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -1314,6 +1314,7 @@ static int mkv_check_tag_name(const char *name

[FFmpeg-devel] [PATCH 1/3] lavf/matroskaenc: move skipped metadata keys to separate function

2016-09-05 Thread Rodger Combs
--- libavformat/matroskaenc.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 2a2877f..decb66d 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -1308,6 +1308,16 @@ static int

[FFmpeg-devel] [PATCH 3/3] lavf/matroskaenc: use mkv_check_tag_name consistently; update test

2016-09-05 Thread Rodger Combs
--- libavformat/matroskaenc.c | 10 +- tests/fate/matroska.mak | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 7deccaa..3eeb09b 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -1

Re: [FFmpeg-devel] [PATCH] ffmpeg: drop format specific stream copy heuristics

2016-09-05 Thread Michael Niedermayer
On Mon, Sep 05, 2016 at 10:04:35PM -0300, James Almer wrote: > On 9/5/2016 12:41 PM, Michael Niedermayer wrote: > > On Mon, Sep 05, 2016 at 04:41:52PM +0200, Clément Bœsch wrote: > >> From: Clément Bœsch > >> > >> These adjusted codec fields do not seem to be in use anymore and prevent > >> the co

Re: [FFmpeg-devel] [PATCH] ffmpeg: drop format specific stream copy heuristics

2016-09-05 Thread James Almer
On 9/5/2016 10:04 PM, James Almer wrote: > On 9/5/2016 12:41 PM, Michael Niedermayer wrote: >> On Mon, Sep 05, 2016 at 04:41:52PM +0200, Clément Bœsch wrote: >>> From: Clément Bœsch >>> >>> These adjusted codec fields do not seem to be in use anymore and prevent >>> the convert of ffmpeg*.c to cod

Re: [FFmpeg-devel] [PATCH] ffmpeg: drop format specific stream copy heuristics

2016-09-05 Thread James Almer
On 9/5/2016 12:41 PM, Michael Niedermayer wrote: > On Mon, Sep 05, 2016 at 04:41:52PM +0200, Clément Bœsch wrote: >> From: Clément Bœsch >> >> These adjusted codec fields do not seem to be in use anymore and prevent >> the convert of ffmpeg*.c to codecpar. > > ./ffmpeg -i ~/tickets/4914/xdcam8m

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-09-05 Thread Andrey Utkin
On Sun, Sep 04, 2016 at 06:24:37PM +0200, Stefano Sabatini wrote: > +A well-formed file will consists of an initial @samp{FORMAT} section, I guess either "file will consist" or "file consists" goes here. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Ronald S. Bultje
Hi, On Mon, Sep 5, 2016 at 7:08 AM, Hendrik Leppkes wrote: > On Mon, Sep 5, 2016 at 12:17 PM, Ronald S. Bultje > wrote: > > It was proposed that we could go one step further and do parsing > > not in the demuxer step (av_read_frame) > > Personally, I use avformat demuxing with a bunch of other

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Ronald S. Bultje
Hi, On Mon, Sep 5, 2016 at 6:52 AM, Paul B Mahol wrote: > On 9/5/16, Ronald S. Bultje wrote: > > Hi, > > > > On Sep 5, 2016 12:05 PM, "Michael Niedermayer" > > wrote: > >> > >> On Mon, Sep 05, 2016 at 05:25:14AM -0400, Ronald S. Bultje wrote: > >> > Hi, > >> > > >> > On Sep 5, 2016 11:18 AM, "

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Ronald S. Bultje
Hi, On Mon, Sep 5, 2016 at 6:49 AM, Michael Niedermayer wrote: > On Mon, Sep 05, 2016 at 06:17:02AM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Sep 5, 2016 12:05 PM, "Michael Niedermayer" > > wrote: > > > > > > On Mon, Sep 05, 2016 at 05:25:14AM -0400, Ronald S. Bultje wrote: > > > > Hi,

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/fifo: Make independent of the channel layout

2016-09-05 Thread Paul B Mahol
On 9/6/16, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavfilter/fifo.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > should be ok ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/

[FFmpeg-devel] [PATCH 2/2] avfilter/fifo: Make independent of the channel layout

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/fifo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/fifo.c b/libavfilter/fifo.c index f0b77ff..abfbba1 100644 --- a/libavfilter/fifo.c +++ b/libavfilter/fifo.c @@ -104,7 +104,7 @@ static void queue_pop(Fif

[FFmpeg-devel] [PATCH 1/2] avfilter/avf_concat: Make independent of the channel layout

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/avf_concat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavfilter/avf_concat.c b/libavfilter/avf_concat.c index 4fa9447..56e4179 100644 --- a/libavfilter/avf_concat.c +++ b/libavfilter/avf_concat.c @@ -260,7 +260,6 @@

Re: [FFmpeg-devel] [PATCH] avfilter/af_atempo: Make independent of the channel layout

2016-09-05 Thread Paul B Mahol
On 9/6/16, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavfilter/af_atempo.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman

Re: [FFmpeg-devel] [PATCH] avfilter/af_amix: make independent of the channel layout

2016-09-05 Thread Paul B Mahol
On 9/6/16, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavfilter/af_amix.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/lis

[FFmpeg-devel] [PATCH] avfilter/af_atempo: Make independent of the channel layout

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/af_atempo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavfilter/af_atempo.c b/libavfilter/af_atempo.c index 7b3d57c..d5d29b3 100644 --- a/libavfilter/af_atempo.c +++ b/libavfilter/af_atempo.c @@ -1044,9 +1044,8 @@ st

[FFmpeg-devel] [PATCH] avfilter/af_amix: make independent of the channel layout

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/af_amix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/af_amix.c b/libavfilter/af_amix.c index 3e5e7ee..0e32c8a 100644 --- a/libavfilter/af_amix.c +++ b/libavfilter/af_amix.c @@ -235,7 +235,7 @@ static int confi

[FFmpeg-devel] [PATCH] avfilter/af_amerge: allow merging 1 input only

2016-09-05 Thread Marton Balint
Useful when the amerge filter parameters are generated from a script based on the number of input streams, by allowing 1 input it does not have to be handled specially. The split filter also allows 1 output, so it is more consistent to allow merging 1 input as well. Signed-off-by: Marton Balint

[FFmpeg-devel] [PATCH] avfilter/af_volumedetect: Remove dependency on channel layout

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavfilter/af_volumedetect.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c index 4815bcc..c6a6dba 100644 --- a/libavfilter/af_volumedetect.c +++ b/libavfilter/af_volumedet

Re: [FFmpeg-devel] [PATCH] avfilter/af_amerge: add reorder_inputs option to be able to turn off reordering

2016-09-05 Thread Michael Niedermayer
On Mon, Sep 05, 2016 at 04:43:02PM +0200, Nicolas George wrote: > Le decadi 20 fructidor, an CCXXIV, Marton Balint a écrit : > > The order of the channels to remain unchanged regardless of the input > > channel layout (which is often guessed only). Filtering in ffmpeg is > > unfortunately forcing y

Re: [FFmpeg-devel] [PATCH] avfilter/af_amerge: add reorder_inputs option to be able to turn off reordering

2016-09-05 Thread Marton Balint
On Mon, 5 Sep 2016, Nicolas George wrote: Le decadi 20 fructidor, an CCXXIV, Marton Balint a écrit : The order of the channels to remain unchanged regardless of the input channel layout (which is often guessed only). Filtering in ffmpeg is unfortunately forcing you to use channel layouts, even

Re: [FFmpeg-devel] [PATCH] avfilter: add ablur filter

2016-09-05 Thread Paul B Mahol
On 9/5/16, James Almer wrote: > On 9/5/2016 12:03 PM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> doc/filters.texi | 18 +++ >> libavfilter/Makefile | 1 + >> libavfilter/allfilters.c | 1 + >> libavfilter/vf_ablur.c | 341 >> ++

Re: [FFmpeg-devel] [PATCH 2/4] test/fate: Add Ticket 236 / mov stream copy test

2016-09-05 Thread James Almer
On 9/5/2016 2:58 PM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > tests/fate/ffmpeg.mak | 5 + > tests/ref/fate/copy-236 | 2 ++ > 2 files changed, 7 insertions(+) > create mode 100644 tests/ref/fate/copy-236 > > diff --git a/tests/fate/ffmpeg.mak b/tests/fate/f

Re: [FFmpeg-devel] [PATCH] avfilter: add ablur filter

2016-09-05 Thread James Almer
On 9/5/2016 12:03 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 18 +++ > libavfilter/Makefile | 1 + > libavfilter/allfilters.c | 1 + > libavfilter/vf_ablur.c | 341 > +++ > 4 files changed, 361 i

[FFmpeg-devel] [PATCH 4/4] tests/fate/ffmpeg: add simple ts->avi copy test

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- tests/fate/ffmpeg.mak| 5 + tests/ref/fate/copy-4914-avi | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 tests/ref/fate/copy-4914-avi diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak index 22e0e62..7315c01 100644 --- a/tes

[FFmpeg-devel] [PATCH 3/4] tests/fate/ffmpeg: add test for mpegts->mxf steram copy (Ticket 4914)

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- tests/fate/ffmpeg.mak| 5 + tests/ref/fate/copy-4914 | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 tests/ref/fate/copy-4914 diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak index e896d05..22e0e62 100644 --- a/tests/fate/ffmp

[FFmpeg-devel] [PATCH 2/4] test/fate: Add Ticket 236 / mov stream copy test

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- tests/fate/ffmpeg.mak | 5 + tests/ref/fate/copy-236 | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 tests/ref/fate/copy-236 diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak index 3b91c12..e896d05 100644 --- a/tests/fate/ffmpeg.

[FFmpeg-devel] [PATCH 1/4] tests/fate-run: add transcode() as a simplified enc_dec()

2016-09-05 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- tests/fate-run.sh | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 5841b0c..8c3938a 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -192,6 +192,21 @@ enc_dec(){ tests/tiny_psnr $s

[FFmpeg-devel] typo in file ffmpeg_vaapi.c at line 305

2016-09-05 Thread Mihai Chindea
https://github.com/FFmpeg/FFmpeg/blob/master/ffmpeg_vaapi.c#L305 i imagine it should test with ctx->output_format, not ctx->decode_format which is always AV_PIX_FMT_NONE due to previous assignment ... Regards, ___ ffmpeg-devel mailing list ffmpeg-devel

Re: [FFmpeg-devel] PATCH: dshow prevent some windows 10 anniv. ed crashes

2016-09-05 Thread Roger Pack
On 9/4/16, Carl Eugen Hoyos wrote: > Hi! > > 2016-08-20 12:09 GMT+02:00 Timo Rothenpieler : >> On 8/19/2016 3:28 PM, Roger Pack wrote: >>> No complaints, would someone please push it for me? Sorry still >>> haven't figured out the key thing yet. >> >> pushed > > Did this fix ticket #5775? Not ent

Re: [FFmpeg-devel] [PATCH v5 5/5] avformat/tee: Use BSF list API

2016-09-05 Thread Jan Sebechlebsky
On 09/01/2016 09:42 PM, sebechlebsky...@gmail.com wrote: From: Jan Sebechlebsky Signed-off-by: Jan Sebechlebsky --- Changes since the last version of the patch: - added check for avcodec_parameters_copy return value - fixed stray space - rewritten cycle receiving packets from bsf so

Re: [FFmpeg-devel] [PATCH] ffmpeg: drop format specific stream copy heuristics

2016-09-05 Thread Michael Niedermayer
On Mon, Sep 05, 2016 at 05:49:10PM +0200, Clément Bœsch wrote: > On Mon, Sep 05, 2016 at 05:41:25PM +0200, Michael Niedermayer wrote: > > On Mon, Sep 05, 2016 at 04:41:52PM +0200, Clément Bœsch wrote: > > > From: Clément Bœsch > > > > > > These adjusted codec fields do not seem to be in use anymo

Re: [FFmpeg-devel] [PATCH] ffmpeg: drop format specific stream copy heuristics

2016-09-05 Thread Clément Bœsch
On Mon, Sep 05, 2016 at 05:41:25PM +0200, Michael Niedermayer wrote: > On Mon, Sep 05, 2016 at 04:41:52PM +0200, Clément Bœsch wrote: > > From: Clément Bœsch > > > > These adjusted codec fields do not seem to be in use anymore and prevent > > the convert of ffmpeg*.c to codecpar. > > ./ffmpeg

Re: [FFmpeg-devel] [PATCH] ffmpeg: drop format specific stream copy heuristics

2016-09-05 Thread Michael Niedermayer
On Mon, Sep 05, 2016 at 04:41:52PM +0200, Clément Bœsch wrote: > From: Clément Bœsch > > These adjusted codec fields do not seem to be in use anymore and prevent > the convert of ffmpeg*.c to codecpar. ./ffmpeg -i ~/tickets/4914/xdcam8mp2-1s_small.ts -c:v copy out.mxf fails, no output anymore

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-09-05 Thread Nicolas George
Le decadi 20 fructidor, an CCXXIV, Paul B Mahol a écrit : > What is "output" in this context? Imagine you are trying to debug a problem in filters with a particular file. You suspect an issue with timestamps, or with whatever. To check, you may want to change the input file slightly. This is not v

[FFmpeg-devel] [PATCH] avfilter: add ablur filter

2016-09-05 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- doc/filters.texi | 18 +++ libavfilter/Makefile | 1 + libavfilter/allfilters.c | 1 + libavfilter/vf_ablur.c | 341 +++ 4 files changed, 361 insertions(+) create mode 100644 libavfilter/vf_ablur.c di

Re: [FFmpeg-devel] [PATCH] avfilter/af_amerge: add reorder_inputs option to be able to turn off reordering

2016-09-05 Thread Nicolas George
Le decadi 20 fructidor, an CCXXIV, Marton Balint a écrit : > The order of the channels to remain unchanged regardless of the input > channel layout (which is often guessed only). Filtering in ffmpeg is > unfortunately forcing you to use channel layouts, even if you don't want to, > even if you only

[FFmpeg-devel] [PATCH] ffmpeg: drop format specific stream copy heuristics

2016-09-05 Thread Clément Bœsch
From: Clément Bœsch These adjusted codec fields do not seem to be in use anymore and prevent the convert of ffmpeg*.c to codecpar. --- ffmpeg.c | 42 -- 1 file changed, 42 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index d858407..9516b2d 100644 --- a/f

Re: [FFmpeg-devel] order T-shirts

2016-09-05 Thread Nicolas George
Le nonidi 19 fructidor, an CCXXIV, Ronald S. Bultje a écrit : > I like it, I still don't have one! I would very much like to wear FFmpeg t-shirts on occasion too. Regards, -- Nicolas George signature.asc Description: Digital signature ___ ffmpeg-d

Re: [FFmpeg-devel] [PATCH] lavf: add ffprobe demuxer

2016-09-05 Thread Paul B Mahol
On 9/4/16, Stefano Sabatini wrote: > On date Sunday 2016-09-04 18:27:55 +0200, Paul B Mahol encoded: >> On 9/4/16, Stefano Sabatini wrote: >> > From: Nicolas George >> > >> > With several modifications and documentation by Stefano Sabatini >> > . >> > >> > Signed-off-by: Nicolas George >> > ---

[FFmpeg-devel] [PATCH 2/2] lavc/mediacodecdec_h264: use h264_parse.h instead of h264dec.h

2016-09-05 Thread Matthieu Bouron
From: Matthieu Bouron ff_h264_decode_extradata is referenced by h264_parse.h and not h264dec.h. --- libavcodec/mediacodecdec_h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec/mediacodecdec_h264.c index 9b71561..a141174 100644

[FFmpeg-devel] [PATCH 1/2] lavc/mediacodecdec_h264: move bsf variable declaration at the top of the function

2016-09-05 Thread Matthieu Bouron
From: Matthieu Bouron --- libavcodec/mediacodecdec_h264.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec/mediacodecdec_h264.c index 18f186b..9b71561 100644 --- a/libavcodec/mediacodecdec_h264.c +++ b/libavcodec/mediacodecdec_h2

Re: [FFmpeg-devel] order T-shirts

2016-09-05 Thread Steven Liu
2016-09-05 19:13 GMT+08:00 Thilo Borgmann : > > > > > > Am 05.09.2016 um 02:35 schrieb Lou Logan : > > > >> On Sun, Sep 4, 2016, at 01:34 PM, Thomas Volkert wrote: > >> > >> If you like or don't like this idea, feel free to leave a comment here. > > > > I know some guys who make shirts. I'll get a

[FFmpeg-devel] [PATCH 2/5] af_hdcd: hdcd_analyze_gen() using int instead of float

2016-09-05 Thread Burt P
Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index cde2340..c8bda82 100644 --- a/libavfilter/af_hdcd.c +++ b/libavfilter/af_hdcd.c @@ -1316,11 +1316,10 @@ static void hdcd

[FFmpeg-devel] [PATCH 3/5] af_hdcd: fix possible integer overflow

2016-09-05 Thread Burt P
Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index c8bda82..c249589 100644 --- a/libavfilter/af_hdcd.c +++ b/libavfilter/af_hdcd.c @@ -1004,16 +1004,15 @@ AVFILTER_DEFINE_

[FFmpeg-devel] [PATCH 1/5] af_hdcd: some types renamed to remove _t

2016-09-05 Thread Burt P
Following a suggestion by Diego Biurrun. _t is reserved for POSIX, apparently. Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 58 +-- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c i

[FFmpeg-devel] [PATCH 4/5] af_hdcd: move decoding setup from init to config_input

2016-09-05 Thread Burt P
Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index c249589..1487a0b 100644 --- a/libavfilter/af_hdcd.c +++ b/libavfilter/af_hdcd.c @@ -17

[FFmpeg-devel] [PATCH 5/5] af_hdcd: tweak hdcd_analyze_prepare() a bit

2016-09-05 Thread Burt P
* use the actual sample rate * use a more sensible frequency for the tone * update fate test result Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 9 ++--- tests/fate/filter-audio.mak | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libavfilter/af_hdcd.c b/liba

[FFmpeg-devel] [PATCH 0/5] af_hdcd changes

2016-09-05 Thread Burt P
Hi. Patches follow. -- Burt ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] order T-shirts

2016-09-05 Thread Thilo Borgmann
> Am 05.09.2016 um 02:35 schrieb Lou Logan : > >> On Sun, Sep 4, 2016, at 01:34 PM, Thomas Volkert wrote: >> >> If you like or don't like this idea, feel free to leave a comment here. > > I know some guys who make shirts. I'll get a quote too. > > Can you provide some images of what the shi

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Hendrik Leppkes
On Mon, Sep 5, 2016 at 12:17 PM, Ronald S. Bultje wrote: > It was proposed that we could go one step further and do parsing > not in the demuxer step (av_read_frame) Personally, I use avformat demuxing with a bunch of other decoders which might still need the parser to run first to re-package fra

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Paul B Mahol
On 9/5/16, Ronald S. Bultje wrote: > Hi, > > On Sep 5, 2016 12:05 PM, "Michael Niedermayer" > wrote: >> >> On Mon, Sep 05, 2016 at 05:25:14AM -0400, Ronald S. Bultje wrote: >> > Hi, >> > >> > On Sep 5, 2016 11:18 AM, "Michael Niedermayer" >> > wrote: >> > > >> > > TODO: version bump, docs >> > >

[FFmpeg-devel] dash encoder. Correct generated manifest for MPEG-DASH MPD Validator and calculate current bandwidth for eath chunk. Now works correctly with dash.sj

2016-09-05 Thread Ligverd Haer
Create valide manifest. Calculate current bandwidth for eath chunk. Now works correctly with dash.sj diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 519f9c4..06b4e60 100644 --- a/libavformat/dashenc.c +++ b/libavformat/dashenc.c @@ -498,18 +498,15 @@ static int write_manifest(AVFor

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Michael Niedermayer
On Mon, Sep 05, 2016 at 06:17:02AM -0400, Ronald S. Bultje wrote: > Hi, > > On Sep 5, 2016 12:05 PM, "Michael Niedermayer" > wrote: > > > > On Mon, Sep 05, 2016 at 05:25:14AM -0400, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Sep 5, 2016 11:18 AM, "Michael Niedermayer" > > > wrote: > > > >

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Ronald S. Bultje
Hi, On Sep 5, 2016 12:05 PM, "Michael Niedermayer" wrote: > > On Mon, Sep 05, 2016 at 05:25:14AM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Sep 5, 2016 11:18 AM, "Michael Niedermayer" > > wrote: > > > > > > TODO: version bump, docs > > > > > > Signed-off-by: Michael Niedermayer > > > ---

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Michael Niedermayer
On Mon, Sep 05, 2016 at 05:25:14AM -0400, Ronald S. Bultje wrote: > Hi, > > On Sep 5, 2016 11:18 AM, "Michael Niedermayer" > wrote: > > > > TODO: version bump, docs > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/avformat.h | 8 > > libavformat/options_table.h |

[FFmpeg-devel] [PATCH v3] swscale: add unscaled conversion from yuv420p to p010

2016-09-05 Thread Timo Rothenpieler
--- libswscale/swscale_unscaled.c| 57 tests/ref/fate/filter-pixdesc-p010le | 2 +- tests/ref/fate/filter-pixfmts-copy | 2 +- tests/ref/fate/filter-pixfmts-crop | 2 +- tests/ref/fate/filter-pixfmts-field | 2 +- tests/ref/fate/filter-pixfmts-

Re: [FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Ronald S. Bultje
Hi, On Sep 5, 2016 11:18 AM, "Michael Niedermayer" wrote: > > TODO: version bump, docs > > Signed-off-by: Michael Niedermayer > --- > libavformat/avformat.h | 8 > libavformat/options_table.h | 1 + > libavformat/utils.c | 3 +++ > 3 files changed, 12 insertions(+) > > dif

[FFmpeg-devel] [PATCH] avformat: Allow forcing use of AVParsers

2016-09-05 Thread Michael Niedermayer
TODO: version bump, docs Signed-off-by: Michael Niedermayer --- libavformat/avformat.h | 8 libavformat/options_table.h | 1 + libavformat/utils.c | 3 +++ 3 files changed, 12 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3ee7051..33b921a

Re: [FFmpeg-devel] [PATCH]lavc/pnmdec: Do not fail by default for truncated pbm files

2016-09-05 Thread Carl Eugen Hoyos
2016-09-05 10:26 GMT+02:00 Paul B Mahol : > On 9/5/16, Carl Eugen Hoyos wrote: >> New patch attached. > > It seems this patch disables check for all cases when experimental is enabled, > but check for overflow in only one case. I am not sure I understand: Do you mean I missed a case where an ove

Re: [FFmpeg-devel] [PATCH v2] swscale: add unscaled conversion from yuv420p to p010

2016-09-05 Thread Carl Eugen Hoyos
2016-09-05 11:06 GMT+02:00 Ali KIZIL : > 2016-09-05 12:04 GMT+03:00 Carl Eugen Hoyos : > >> 2016-09-05 10:53 GMT+02:00 Ali KIZIL : >> >> > Is there any obstacle to release this patch ? >> >> Which patch? > > Sorry Carl, maybe I missed. I mean the patch for "add unscaled > conversion from yuv420p to

Re: [FFmpeg-devel] [PATCH v2] swscale: add unscaled conversion from yuv420p to p010

2016-09-05 Thread Carl Eugen Hoyos
2016-09-03 15:25 GMT+02:00 Timo Rothenpieler : > +static int planar8ToP010leWrapper If you want, you can rename this function to planar8ToP01xleWrapper or planar8ToP016leWrapper after removing the binary and. Carl Eugen ___ ffmpeg-devel mailing list ff

Re: [FFmpeg-devel] [PATCH v2] swscale: add unscaled conversion from yuv420p to p010

2016-09-05 Thread Ali KIZIL
2016-09-05 12:04 GMT+03:00 Carl Eugen Hoyos : > 2016-09-05 10:53 GMT+02:00 Ali KIZIL : > > > Is there any obstacle to release this patch ? > > Which patch? > > Carl Eugen > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mai

Re: [FFmpeg-devel] [PATCH v2] swscale: add unscaled conversion from yuv420p to p010

2016-09-05 Thread Carl Eugen Hoyos
2016-09-05 10:53 GMT+02:00 Ali KIZIL : > Is there any obstacle to release this patch ? Which patch? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v2] swscale: add unscaled conversion from yuv420p to p010

2016-09-05 Thread Ali KIZIL
2016-09-04 20:34 GMT+03:00 Ronald S. Bultje : > Hi, > > On Sep 4, 2016 5:42 PM, "Timo Rothenpieler" wrote: > > > > On 9/4/2016 4:06 PM, Carl Eugen Hoyos wrote: > > > 2016-09-04 16:02 GMT+02:00 Timo Rothenpieler : > > >> The purpose of this patch is to make conversion from > > >> yuv420p (8 bit) t

Re: [FFmpeg-devel] [PATCH]lavc/pnmdec: Do not fail by default for truncated pbm files

2016-09-05 Thread Paul B Mahol
On 9/5/16, Carl Eugen Hoyos wrote: > 2016-09-05 9:21 GMT+02:00 Michael Niedermayer : >> On Sun, Sep 04, 2016 at 08:58:44PM +0200, Carl Eugen Hoyos wrote: > >>> @@ -159,6 +163,8 @@ static int pnm_decode_frame(AVCodecContext *avctx, >>> void *data, >>> } >>> }else{ >>>

Re: [FFmpeg-devel] [PATCH]lavc/pnmdec: Do not fail by default for truncated pbm files

2016-09-05 Thread Carl Eugen Hoyos
2016-09-05 9:21 GMT+02:00 Michael Niedermayer : > On Sun, Sep 04, 2016 at 08:58:44PM +0200, Carl Eugen Hoyos wrote: >> @@ -159,6 +163,8 @@ static int pnm_decode_frame(AVCodecContext *avctx, void >> *data, >> } >> }else{ >> for (i = 0; i < avctx->height; i++) { >> +

Re: [FFmpeg-devel] [PATCH]lavc/avpacket: Fix undefined behaviour, do not pass null pointer to memcpy()

2016-09-05 Thread Carl Eugen Hoyos
2016-09-04 22:43 GMT+02:00 Michael Niedermayer : > On Sun, Sep 04, 2016 at 09:15:47PM +0200, Carl Eugen Hoyos wrote: >> Fixes ticket #5128. >> --- >> libavcodec/avpacket.c |3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) > > LGTM Patch applied. Thank you, Carl Eugen ___

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: Replace AvxSynth Team by Stephen Hutchinson for avisynth.c

2016-09-05 Thread Michael Niedermayer
On Wed, Aug 31, 2016 at 10:45:20PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When you are offended

Re: [FFmpeg-devel] [PATCH]lavc/pnmdec: Do not fail by default for truncated pbm files

2016-09-05 Thread Michael Niedermayer
On Sun, Sep 04, 2016 at 08:58:44PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Some scanner - scannersoftware combination (HP_Officejet_Pro_X476dn_MFP > - sane) truncates trailing zeros in pbm files and FreeImage (a library > used in free and proprietary image software) reads such files. > Attached

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix incomplete write of subtitle HLS playlist

2016-09-05 Thread Michael Niedermayer
On Fri, Sep 02, 2016 at 08:20:21PM +0100, Franklin Phillips wrote: > This patch is a fix for the bug with ticket number 5812 > (https://trac.ffmpeg.org/ticket/5812). > > Basically, the bug is that the last segment and the "#EXT-X-ENDLIST" > tag are not being written to the subtitle playlist file w