[FFmpeg-cvslog] doc/filters: Add stats_version documentation to PSNR filter

2016-08-02 Thread Lucas Cooper
ffmpeg | branch: master | Lucas Cooper | Mon Aug 1 09:50:59 2016 -0700| [3d7ea1d39e09d22b88c056b16dd04d1c49940012] | committer: Michael Niedermayer doc/filters: Add stats_version documentation to PSNR filter Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] fate: add test for tremolo filter

2016-08-02 Thread Petru Rares Sincraian
ffmpeg | branch: master | Petru Rares Sincraian | Tue Aug 2 09:38:17 2016 +0200| [7be021d9495bb12189e2e51740a1a6e3c881007b] | committer: Michael Niedermayer fate: add test for tremolo filter Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7be02

[FFmpeg-cvslog] lavf/rmdec: Do not return EIO on EOF.

2016-08-02 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Aug 2 16:16:31 2016 +0200| [8ee113afa13846c48685a03d4a1b99f4700fd07a] | committer: Carl Eugen Hoyos lavf/rmdec: Do not return EIO on EOF. Reported-by: applemax82 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ee113afa13846c48685a

[FFmpeg-cvslog] build: Make API documentation depend on config.mak

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Jul 29 18:57:49 2016 -0700| [fbe22355b7d44ab02fa2c7ed059c03e606970009] | committer: Timothy Gu build: Make API documentation depend on config.mak The Doxygen command is generated from the list of installed headers, which may change per configuration (

[FFmpeg-cvslog] murmur3: Add Doxygen documentation

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Aug 1 23:03:24 2016 -0700| [39211cb9aab3bfa5f9491e5874a4b9957a3c0956] | committer: Timothy Gu murmur3: Add Doxygen documentation The interface has been stable for some time now. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39211cb9aab

[FFmpeg-cvslog] avutil: Add detailed Doxygen description to a few hashes

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Aug 1 19:53:50 2016 -0700| [0a7a4e33f3030253aa86eaecd4b05c047e0918f9] | committer: Timothy Gu avutil: Add detailed Doxygen description to a few hashes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a7a4e33f3030253aa86eaecd4b05c047e0918f

[FFmpeg-cvslog] avutil: Group hash functions separately in Doxygen

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Aug 1 19:18:44 2016 -0700| [19d7098c9e7b8568ce47f62a72af742eba478150] | committer: Timothy Gu avutil: Group hash functions separately in Doxygen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19d7098c9e7b8568ce47f62a72af742eba478150 ---

[FFmpeg-cvslog] lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined.

2016-08-02 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Aug 2 17:07:41 2016 +0200| [5aede051202150a1904c0f07a5c7901f402395a5] | committer: Carl Eugen Hoyos lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined. Fixes ticket #5484. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] mathematics: Make function prototypes identical to definitions

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sat Jul 30 12:02:20 2016 -0700| [1fcf243216259d871f55d23d256da90beed4f46f] | committer: Timothy Gu mathematics: Make function prototypes identical to definitions Doxygen gets confused by this. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1

[FFmpeg-cvslog] avcodec/alacenc: allocate bigger packets

2016-08-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Jul 29 15:05:52 2016 +0200| [82b84c71b009884c8d041361027718b19922c76d] | committer: Paul B Mahol avcodec/alacenc: allocate bigger packets > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82b84c71b009884c8d041361027718b19922c76d --- libav

[FFmpeg-cvslog] avfilter/af_dynaudnorm: improve pre-filling code

2016-08-02 Thread LoRd_MuldeR
ffmpeg | branch: master | LoRd_MuldeR | Tue Aug 2 19:50:26 2016 +0200| [8ab200fb8adedc98f935a80539f65bd62136e44f] | committer: Paul B Mahol avfilter/af_dynaudnorm: improve pre-filling code In order to avoid possible clipping at the very beginning. Especially apparent when "alternative" boundar

[FFmpeg-cvslog] avformat/tee: Factor parse_slave_options() out

2016-08-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 1 02:51:56 2016 +0200| [35e7fc60301ecddf841868adfb2965277cb79731] | committer: Michael Niedermayer avformat/tee: Factor parse_slave_options() out Reviewed-by: Nicolas George Signed-off-by: Michael Niedermayer > http://git.videolan.org

[FFmpeg-cvslog] x86/ttaenc: add ff_ttaenc_filter_process_{ssse3, sse4}

2016-08-02 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Aug 2 14:54:06 2016 -0300| [efc9d5c4bc40ca76063ba09017aeb86f4bad461e] | committer: James Almer x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4} Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=efc9d5c4bc40

[FFmpeg-cvslog] avcodec/ttaenc: split off hybrid filter processing as ttaencdsp

2016-08-02 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Aug 2 14:46:55 2016 -0300| [7a9a8afc8253f495c090d8aaf867549435cf6029] | committer: James Almer avcodec/ttaenc: split off hybrid filter processing as ttaencdsp Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a

[FFmpeg-cvslog] cosmetics: Correct comments in decklink_dec

2016-08-02 Thread Patrick Felt
ffmpeg | branch: master | Patrick Felt | Tue Aug 2 13:39:22 2016 -0600| [5469293758c9e35cc6a1508776c98129ab9762f8] | committer: Timothy Gu cosmetics: Correct comments in decklink_dec Signed-off-by: Timothy Gu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5469293758c9e35cc6a150

[FFmpeg-cvslog] lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined.

2016-08-02 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.1 | Carl Eugen Hoyos | Tue Aug 2 17:07:41 2016 +0200| [9a345b235fbd6dd48030b192b2292b1806f8d600] | committer: Carl Eugen Hoyos lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined. Fixes ticket #5484. (cherry picked from commit 5aede051202150a1904c

[FFmpeg-cvslog] mem: Order function prototypes semantically

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Jul 29 21:46:06 2016 -0700| [ec234ccea4e5954680b59811c2f9ee27bbcc75e9] | committer: Timothy Gu mem: Order function prototypes semantically > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec234ccea4e5954680b59811c2f9ee27bbcc75e9 --- libav

[FFmpeg-cvslog] Doxyfile: Set STRIP_FROM_INC_PATH to project root

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Aug 2 15:10:41 2016 -0700| [708d9e9fbad49cc0723f44954a3c0a93a3f54b37] | committer: Timothy Gu Doxyfile: Set STRIP_FROM_INC_PATH to project root Show proper #include's on struct pages. Before: #include After #include > http://git.videol

[FFmpeg-cvslog] libavcodec/dnxhd: Enable 12-bit DNxHR support.

2016-08-02 Thread Steven Robertson
ffmpeg | branch: master | Steven Robertson | Mon Aug 1 23:26:12 2016 -0700| [e1be80aa11cca765881d04f21119487db53c4ffa] | committer: Michael Niedermayer libavcodec/dnxhd: Enable 12-bit DNxHR support. 10- and 12-bit DNxHR use the same DC coefficient decoding process and VLC table, just with a d

[FFmpeg-cvslog] avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.h

2016-08-02 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Aug 3 00:36:09 2016 -0300| [613c86299ffe43fba81053845665d4b23f53d690] | committer: James Almer avcodec/h264dec: move ff_h264_ps_uninit prototype to h264_ps.h It's the proper place since 8c7932884d09bc580036640453fd6b7ad4dd77b4 Signed-off-by: James A

[FFmpeg-cvslog] avutil/hash: Add more detailed Doxygen documentation

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Mon Aug 1 23:09:04 2016 -0700| [f29ffbc87d069cc4fdbcaee589717cf8921d53bc] | committer: Timothy Gu avutil/hash: Add more detailed Doxygen documentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f29ffbc87d069cc4fdbcaee589717cf8921d53bc --

[FFmpeg-cvslog] mathematics: Extend and edit Doxygen

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sat Jul 30 18:56:34 2016 -0700| [a4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b] | committer: Timothy Gu mathematics: Extend and edit Doxygen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4d7a6d1dd51ad92a42bfc191b473b87ac9ec91b --- libavutil/av

[FFmpeg-cvslog] rational: Extend Doxygen

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sat Jul 30 11:43:24 2016 -0700| [952c4cf7d0dd05f75dd7220b8dcbcfa81e21434d] | committer: Timothy Gu rational: Extend Doxygen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=952c4cf7d0dd05f75dd7220b8dcbcfa81e21434d --- libavutil/rational.h | 1

[FFmpeg-cvslog] doxygen: Standardize root-level modules

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Aug 2 22:05:27 2016 -0700| [58c7bf789f0b5c7345efdfe8313012835337efd6] | committer: Timothy Gu doxygen: Standardize root-level modules > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58c7bf789f0b5c7345efdfe8313012835337efd6 --- libavcode

[FFmpeg-cvslog] jni: Return ENOSYS on unsupported platforms

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Aug 2 20:47:55 2016 -0700| [4e2a8c49202dfe7de41191bda86c218cb89a7a22] | committer: Timothy Gu jni: Return ENOSYS on unsupported platforms > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4e2a8c49202dfe7de41191bda86c218cb89a7a22 --- libav

[FFmpeg-cvslog] mediacodec: Return ENOSYS on unsupported platforms

2016-08-02 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Aug 2 20:48:16 2016 -0700| [fd242479c6667dbd5e6e869c6bbade4f3d368f29] | committer: Timothy Gu mediacodec: Return ENOSYS on unsupported platforms > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd242479c6667dbd5e6e869c6bbade4f3d368f29 ---

[FFmpeg-cvslog] jni: Return ENOSYS on unsupported platforms

2016-08-02 Thread Timothy Gu
ffmpeg | branch: release/3.1 | Timothy Gu | Tue Aug 2 20:47:55 2016 -0700| [327033d913f782c25a585115a0135842ef8aa5e0] | committer: Timothy Gu jni: Return ENOSYS on unsupported platforms > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=327033d913f782c25a585115a0135842ef8aa5e0 ---

[FFmpeg-cvslog] af_hdcd: add flags to AVOption defs

2016-08-02 Thread Burt P
ffmpeg | branch: master | Burt P | Mon Aug 1 10:56:04 2016 -0500| [e0b8cba0580e8a1ccf02f4c6c9bc1f448eec1ac8] | committer: Timothy Gu af_hdcd: add flags to AVOption defs Signed-off-by: Burt P Signed-off-by: Timothy Gu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0b8cba0580e8a

[FFmpeg-cvslog] decklink: Remove unneeded spaces in initializers

2016-08-02 Thread Patrick Felt
ffmpeg | branch: master | Patrick Felt | Tue Aug 2 22:46:28 2016 -0700| [e9659d1a0b77c65be114fe5cd4228cac3356f6eb] | committer: Timothy Gu decklink: Remove unneeded spaces in initializers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9659d1a0b77c65be114fe5cd4228cac3356f6eb ---