[FFmpeg-cvslog] avfilter: update some comments

2016-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 24 13:14:26 2016 +0100| [547d41207804b5651ecb15fec7c2cfa5e42d7f2f] | committer: Paul B Mahol avfilter: update some comments start_frame is no more, samplesref argument is now frame argument. Signed-off-by: Paul B Mahol > http://git.videolan.or

[FFmpeg-cvslog] lavfi/pthread: fix perameters/parameters typo

2016-01-24 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Jan 24 14:41:00 2016 +0100| [17d41220d81d605a242eaf3a5063d240f5e3e40e] | committer: Clément Bœsch lavfi/pthread: fix perameters/parameters typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17d41220d81d605a242eaf3a5063d240f5e3e40e ---

[FFmpeg-cvslog] avdevice: Mark decklink_common.h as unconditional SKIPHEADER

2016-01-24 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Dec 1 21:44:50 2015 -0800| [af54a36fc42d2d2824b5820b59af9f421b849371] | committer: Timothy Gu avdevice: Mark decklink_common.h as unconditional SKIPHEADER It is a C++ file, incompatible with the checkheaders infrastructure. > http://git.videolan.org

[FFmpeg-cvslog] common.mak: Use CCFLAGS for assembly generation as well

2016-01-24 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Dec 1 20:55:37 2015 -0800| [bd4d192081230b217ecab14d39daf06f40067191] | committer: Timothy Gu common.mak: Use CCFLAGS for assembly generation as well CCFLAGS is equivalent to CPPFLAGS + CFLAGS, and it is already being used by other make rules like %.

[FFmpeg-cvslog] decklink: Header cleanup

2016-01-24 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Tue Dec 1 20:58:51 2015 -0800| [61fb70c3866b19dccf473ad4e5ede79d117e8e1c] | committer: Timothy Gu decklink: Header cleanup This commit cleans up the decklink files' header usage so that they pass checkheaders. > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] Print the whitelists if entities are not found on them

2016-01-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 24 16:15:24 2016 +0100| [a7305c780b54b587adb73baa7b387bbcd784a1d1] | committer: Michael Niedermayer Print the whitelists if entities are not found on them Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avformat: Document urls a bit

2016-01-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jan 23 00:35:46 2016 +0100| [3130556c0eb09f3da3c9de6473a97937a4648d62] | committer: Michael Niedermayer avformat: Document urls a bit Spell-checked-by: Moritz Barsnick Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avformat: Remove support for libquvi

2016-01-24 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sun Jan 24 15:54:00 2016 +| [2d40a09b6e73230b160a505f01ed1acf169e1d9f] | committer: Kieran Kunhya avformat: Remove support for libquvi libquvi has not been updated since 2013. It also has a number of security issues. > http://git.videolan.org/gitw

[FFmpeg-cvslog] lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().

2016-01-24 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Thu Jan 21 09:28:30 2016 -0500| [9cf81e573c70c70218c5d0d99063ebf06c012676] | committer: Ronald S. Bultje lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map(). > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9cf81e573c70c70218c5d0d99063

[FFmpeg-cvslog] avfilter/vf_zoompan: rewrite so it doesn't cache all output frames

2016-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 24 11:38:15 2016 +0100| [3b9f41a9c681386e6a73c56debcd70ff47744123] | committer: Paul B Mahol avfilter/vf_zoompan: rewrite so it doesn't cache all output frames Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] configure: Maintain alphabetical order of components

2016-01-24 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sun Jan 24 09:28:55 2016 -0800| [fe71fde24685b5da052f38c9cd3522714de6d6ab] | committer: Timothy Gu configure: Maintain alphabetical order of components This is not "pure" alphabetical order since some components are intentionally kept together. > http://

[FFmpeg-cvslog] Changelog: Add entry on libquvi being removed

2016-01-24 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sun Jan 24 09:45:11 2016 -0800| [794b015035a50ab1f709c49bdf5403b44a2dcbd6] | committer: Timothy Gu Changelog: Add entry on libquvi being removed > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=794b015035a50ab1f709c49bdf5403b44a2dcbd6 --- Cha

[FFmpeg-cvslog] avfilter/vf_zoompan: fix pts handling

2016-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 24 19:57:56 2016 +0100| [f42eae96b22d2f9a823bc616b2424164524eed96] | committer: Paul B Mahol avfilter/vf_zoompan: fix pts handling Now output pts have some sense. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avfilter/vf_zoompan: unbreak filtering with video input

2016-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 24 19:12:33 2016 +0100| [8a343443796a334bd8aa5b342daf5e48049f333f] | committer: Paul B Mahol avfilter/vf_zoompan: unbreak filtering with video input Inserting fifo appears to be working solution to not get filter_frame request we do not want. Si

[FFmpeg-cvslog] Revert "decklink: Header cleanup"

2016-01-24 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Sun Jan 24 12:42:39 2016 -0800| [ce36cb08ed46ae03cb2286b3f8d107e3eaa6a625] | committer: Timothy Gu Revert "decklink: Header cleanup" This reverts commit 61fb70c3866b19dccf473ad4e5ede79d117e8e1c. Reported in #5183 to break the build. Further investigation

[FFmpeg-cvslog] avcodec/flacenc: fix calculation of bits required in case of custom sample rate

2016-01-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Jan 24 20:47:49 2016 +0100| [3e7d6849120d61bb354376d52786c26f20e20835] | committer: Paul B Mahol avcodec/flacenc: fix calculation of bits required in case of custom sample rate Sample rate of 11025 takes 16 bits but previous code would pick only 8. F

[FFmpeg-cvslog] avformat/hls: Check that filename is not "" in probe before checking its extension

2016-01-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jan 24 20:07:48 2016 +0100| [cde57eee98d2e26daeeb1ba0cdd1f3d3acb3eb8a] | committer: Michael Niedermayer avformat/hls: Check that filename is not "" in probe before checking its extension Possibly the check as a whole causes more problems tha

[FFmpeg-cvslog] avcodec/webp: fix decoder dependencies

2016-01-24 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Jan 24 20:30:33 2016 -0300| [1d8f9b7d1ad2a58f612b47e769d00e6f8891d881] | committer: James Almer avcodec/webp: fix decoder dependencies Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d8f9b7d1ad2a58f612b47e769d