[FFmpeg-cvslog] avfilter/af_firequalizer: add fft2 option

2016-11-03 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Thu Nov 3 08:11:27 2016 +0700| [b4e9252ae3d1094b3573299001684ae35d5a5d4f] | committer: Muhammad Faiz avfilter/af_firequalizer: add fft2 option 2-channels convolution using complex fft improves speed significantly not sure if it should be enabled by d

[FFmpeg-cvslog] libx265: Add option to force IDR frames

2016-11-03 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Wed Nov 2 14:37:25 2016 +| [8a8902f2213b28a8dab1520bd42e88e5073f1f59] | committer: Michael Niedermayer libx265: Add option to force IDR frames This is in the same the same vein as c981b1145a857c8f962c93b8eecb1c613b20ffe9. Signed-off-by: Derek

[FFmpeg-cvslog] ffmpeg: Fix bsf corrupting merged side data

2016-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Nov 3 14:55:56 2016 +0100| [11f24e71ff2b598d973fd24bcf950eebaea9b3e6] | committer: Michael Niedermayer ffmpeg: Fix bsf corrupting merged side data Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/ac3dec: Check expacc

2016-11-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Nov 3 11:30:50 2016 +0100| [cee1f4c06986941bd31cc19f4333d436394aa6f9] | committer: Michael Niedermayer avcodec/ac3dec: Check expacc this is somewhat a magic number, which can be understood from reading section "7.1.2 Exponent Strategy" of th

[FFmpeg-cvslog] lavd/xcbgrab: do not try to create refcounted packets.

2016-11-03 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Oct 23 13:57:41 2016 +0200| [0bd1be65e88d6a4f367e698d7a2b105424eb1905] | committer: Nicolas George lavd/xcbgrab: do not try to create refcounted packets. The framework will allocate a buffer and copy the data to it, that takes time. But it avoids

[FFmpeg-cvslog] hevc: Move hevc_decode_extradata before frame decoding

2016-11-03 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Wed Nov 2 11:48:57 2016 -0400| [067910ed134461fd3afc42c82a401e952bd2172f] | committer: Michael Niedermayer hevc: Move hevc_decode_extradata before frame decoding Avoids a forward-declaration in the following commit. Signed-off-by: Vittorio Giovara

[FFmpeg-cvslog] lavf/mov.c: Use the first sidx for tracks without sidx.

2016-11-03 Thread Sasi Inguva
ffmpeg | branch: master | Sasi Inguva | Wed Oct 26 11:31:03 2016 -0700| [4abe1ff08f1fb2a909c4a99bd9e44a81e2c3cc3d] | committer: Michael Niedermayer lavf/mov.c: Use the first sidx for tracks without sidx. According to spec ISO_IEC_15444_12 "For any media stream for which no segment index is pr

[FFmpeg-cvslog] ffmpeg: fix width/height overrides for sub2video processing

2016-11-03 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Thu Nov 3 16:20:59 2016 +0100| [31d657130b02b151a2fe6739f782d9d504b2cfda] | committer: Hendrik Leppkes ffmpeg: fix width/height overrides for sub2video processing > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31d657130b02b151a2fe6739f7

[FFmpeg-cvslog] avconv: decouple configuring filtergraphs and setting input parameters

2016-11-03 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon May 23 14:09:08 2016 +0200| [722ec3eb35bc152ce91d0a4502eca0df1c0086d0] | committer: Anton Khirnov avconv: decouple configuring filtergraphs and setting input parameters Currently, calling configure_filtergraph() will pull in the input parameters fr