[FFmpeg-cvslog] avfilter: add lut2 filter

2016-08-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 24 10:36:31 2016 +0200| [5d7743019b327b947f5e96ca6289654c4aa7] | committer: Paul B Mahol avfilter: add lut2 filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d7743019b327b947f5e96ca6289654c4aa7 --- Changelog

[FFmpeg-cvslog] avfilter: add yuvtestsrc source filter

2016-08-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Aug 24 18:55:05 2016 +0200| [feb2ea6e09bfe4048bfd2c3a59d3976f3d9e9835] | committer: Paul B Mahol avfilter: add yuvtestsrc source filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=feb2ea6e09bfe4048bfd2c3a59d3976f3d9e9835 --- Changel

[FFmpeg-cvslog] tests/audiomatch: Fix compile warning

2016-08-25 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Thu Aug 25 05:40:17 2016 -0700| [500662784341373d625af629cad94826beca3bc8] | committer: Michael Niedermayer tests/audiomatch: Fix compile warning Making sure bestpos is initialized to zero to prevent gcc from kvetching. It's harmless (although it's not ob

[FFmpeg-cvslog] avfilter/af_acrusher: Rename sun/sov

2016-08-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 25 12:33:08 2016 +0200| [e1ced854f2fb5ca1940928d20ef17b67d30815e8] | committer: Michael Niedermayer avfilter/af_acrusher: Rename sun/sov The names are hard to understand and also seem to break build on at least some solaris versions Sig

[FFmpeg-cvslog] mov: Remove old b-frame/video delay heuristic

2016-08-25 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Thu Aug 25 16:58:15 2016 +0100| [425be3c810e019c7a1298be7219536fa28f7ba49] | committer: Paul B Mahol mov: Remove old b-frame/video delay heuristic This was added before edts support existed, and is no longer valid. Signed-off-by: Derek Buitenhuis

[FFmpeg-cvslog] mov: Remove ancient heuristic hack

2016-08-25 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Thu Aug 25 16:58:14 2016 +0100| [04f8d312877ffdcb816c7ff74b94eaa06dd6e1f0] | committer: Paul B Mahol mov: Remove ancient heuristic hack This breaks files with legitimate single-entry edit lists, and the hack, introduced in f03a081df09f9c4798a17d7e24

[FFmpeg-cvslog] webm_chunk: Set pts precision to milliseconds

2016-08-25 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Mon Aug 22 17:13:23 2016 -0700| [42a635ddae21ef4cd879c821a4da7508d345fdf8] | committer: Michael Niedermayer webm_chunk: Set pts precision to milliseconds Milliseconds is the de-factor precision for timestamps in Matroska/WebM media. Signe

[FFmpeg-cvslog] af_hdcd: for easier maintenance alongside libhdcd

2016-08-25 Thread Burt P
ffmpeg | branch: master | Burt P | Mon Aug 22 17:34:35 2016 -0500| [9d5e3c3f59aa0bd3e38a5e209cc8cf8b844f99da] | committer: Burt P af_hdcd: for easier maintenance alongside libhdcd Mostly just re-arranges some code to make it easier to update this filter and libhdcd together. filter_frame() is m

[FFmpeg-cvslog] af_hdcd: av_frame_free(out) if av_frame_copy_props() fails

2016-08-25 Thread Burt P
ffmpeg | branch: master | Burt P | Thu Aug 25 17:05:39 2016 -0500| [ec220a8c1ca5135681ae9a9bc8c4532ce67eea44] | committer: Burt P af_hdcd: av_frame_free(out) if av_frame_copy_props() fails Signed-off-by: Burt P > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec220a8c1ca5135681ae9a

[FFmpeg-cvslog] libavcodec/bsfs: Fix bsf option setting

2016-08-25 Thread Jan Sebechlebsky
ffmpeg | branch: master | Jan Sebechlebsky | Fri Aug 26 00:47:12 2016 +0200| [bcd115316234e29ae1df93bce517a608f44ec8ff] | committer: Michael Niedermayer libavcodec/bsfs: Fix bsf option setting AV_OPT_SEARCH_CHILDREN flag must be passed to av_opt_set_dict() to set options for private context.