[FFmpeg-cvslog] avfilter/vf_pseudocolor: add support for more formats

2017-12-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 12 19:31:50 2017 +0100| [a0e4c41d086bbc32dfefef0b81ed0f59fe04d4ab] | committer: Paul B Mahol avfilter/vf_pseudocolor: add support for more formats Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a0e4c41d0

[FFmpeg-cvslog] avformat/mux: factorize AVFormatContext->avoid_negative_ts initialization

2017-12-12 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 11 01:02:30 2017 -0300| [0e2fbd68e2796e7ed3cc7b327cd03908802045c1] | committer: James Almer avformat/mux: factorize AVFormatContext->avoid_negative_ts initialization Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.video

[FFmpeg-cvslog] avfilter/formats: fix wrong function name in error message

2017-12-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon Dec 4 12:50:34 2017 +0800| [4280948702bc256e21c375790b889c735d233b0d] | committer: Michael Niedermayer avfilter/formats: fix wrong function name in error message Use perdefined micro __FUNCTION__ rather than hard coding function name to fix wrong funct

[FFmpeg-cvslog] libavcodec/mpegvideo_parser: improve detection of progressive mpeg2

2017-12-12 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Wed Dec 6 14:54:12 2017 -0800| [88e2dc7d0448d1d4656c78454bc5f17063b867e7] | committer: Aman Gupta libavcodec/mpegvideo_parser: improve detection of progressive mpeg2 Previously many progressive mpeg2video samples were detected as interlaced by ffmpeg/ffpr