[FFmpeg-cvslog] lavc/mediacodecdec: remove first output buffer timing debug log

2016-10-12 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Oct 6 11:53:13 2016 +0200| [a458ed65b5d1007a9184226edd39fa78d01f694b] | committer: Matthieu Bouron lavc/mediacodecdec: remove first output buffer timing debug log > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a458ed65b5d1007a918422

[FFmpeg-cvslog] lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_count

2016-10-12 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Oct 6 11:56:24 2016 +0200| [cfa3c2655ac2bafe7b76f1e68c8fe6ecee03f1a8] | committer: Matthieu Bouron lavc/mediacodecdec: rename dequeued_buffer_nb to output_buffer_count > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfa3c2655ac2bafe7

[FFmpeg-cvslog] aacenc: use the decoder's lcg PRNG

2016-10-12 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Oct 8 01:47:04 2016 +0100| [230178dfe25ebe27934062c9fa8e2a40e6ad2b0b] | committer: Rostislav Pehlivanov aacenc: use the decoder's lcg PRNG Using lfg was an overkill in this case where the random numbers were only used for encoder descisions

[FFmpeg-cvslog] lavf/riffenc: Always write unexpected channel_mask.

2016-10-12 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Oct 12 12:34:48 2016 +0200| [fe8959bbece4d86a1872b813c25c2682dcd5ef42] | committer: Carl Eugen Hoyos lavf/riffenc: Always write unexpected channel_mask. Allows to write arbitrary channel masks also for 16bit 48kHz pcm. > http://git.videolan.org

[FFmpeg-cvslog] crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handling

2016-10-12 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Oct 8 20:34:00 2016 -0700| [03d6d5f3760e2b06e3ef1f68de62c79c2e8fb173] | committer: Philip Langdale crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handling The hardware handling of packed bframes was always questionable but it used

[FFmpeg-cvslog] crystalhd: Fix handling of PTS

2016-10-12 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Sep 18 12:38:20 2016 -0700| [b5f45208fbe5373c7f9112a8169933b73a8478e1] | committer: Philip Langdale crystalhd: Fix handling of PTS With all the various refactorings that have happened over the years, the current pts logic is very broken for non-t

[FFmpeg-cvslog] avcodec/nvenc: add support for forcing intra/idr frames

2016-10-12 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Oct 12 20:51:43 2016 +0200| [30c558750374b179dc910da6fc354724679d630e] | committer: Timo Rothenpieler avcodec/nvenc: add support for forcing intra/idr frames > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30c558750374b179dc910da6fc

[FFmpeg-cvslog] configure: Use LDEXEFLAGS in check_ld().

2016-10-12 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Wed Oct 5 15:10:23 2016 +0200| [932bbfc5d8ae43e73bf432cd1f7e28ccf16d14d0] | committer: Carl Eugen Hoyos configure: Use LDEXEFLAGS in check_ld(). Avoids detecting libraries that are not compatible with ldexeflags. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avformat/matroska: fix MatroskaVideoFieldOrder enum values

2016-10-12 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 12 16:51:39 2016 -0300| [dc781459cc1a927a944c709c4cb400bb953a4f45] | committer: James Almer avformat/matroska: fix MatroskaVideoFieldOrder enum values The spec says 9: Interlaced with bottom field displayed first and top field stored first 14: In

[FFmpeg-cvslog] avformat: bump minor version after the Matroska field order enum fix

2016-10-12 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Oct 12 19:39:26 2016 -0300| [7cf0ed32faaed948f970f04b6c7ac4544c249c44] | committer: James Almer avformat: bump minor version after the Matroska field order enum fix Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit