[FFmpeg-cvslog] ivfenc: Add VPX codec tags.

2016-09-10 Thread Alex Converse
ffmpeg | branch: master | Alex Converse | Fri Sep 9 08:05:20 2016 -0700| [09317e3e06d7126337c2311ecf8bb7762369c110] | committer: Alex Converse ivfenc: Add VPX codec tags. This fixes remuxing VPX from MP4 without manually overwriting the tag. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avfilter/vf_overlay: inline yuv output formats

2016-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 10 16:23:13 2016 +0200| [97297fb1446f3d5713b4258fa24ccaff3f4f932b] | committer: Paul B Mahol avfilter/vf_overlay: inline yuv output formats Overall speedup ~10-20% Tested-by: Michael on mingw32 mingw64 linux32 mips and arm > http://git.videolan

[FFmpeg-cvslog] avfilter/vf_overlay: split blend_image into functions for each overlay format

2016-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 10 12:17:08 2016 +0200| [140a0485d3775330c42f431e4ff49737d747799c] | committer: Paul B Mahol avfilter/vf_overlay: split blend_image into functions for each overlay format Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avfilter/avf_concat: Make independent of the channel layout

2016-09-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 6 01:13:52 2016 +0200| [054f912c0d73c54625a0b186e597f7db82b563fb] | committer: Michael Niedermayer avfilter/avf_concat: Make independent of the channel layout Reviewed-by: Nicolas George Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] avcodec/cuvid: Always check for internal errors during parsing

2016-09-10 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Sep 10 12:51:01 2016 -0700| [4029f05c8b0943a5446f254142d5e2bfedb50a0d] | committer: Timo Rothenpieler avcodec/cuvid: Always check for internal errors during parsing The cuvid parser is basically undocumented, and although you'd think that a faile

[FFmpeg-cvslog] avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layouts()

2016-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 10 13:05:31 2016 +0200| [b257266ee8b3f6db5d6135ba7c8fbcd3fba5c9dc] | committer: Paul B Mahol avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layouts() Adds support for filtering frames with unknown channel layouts. Signe