[FFmpeg-cvslog] vf_colorspace: Add support for full range yuv

2016-08-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Aug 25 19:14:58 2016 -0400| [69abf4f93cb67cc52ff55f318ae09f261e7ad27e] | committer: Michael Niedermayer vf_colorspace: Add support for full range yuv Whenever a full range video is input, since the YUVJ* formats are not listed as supported for t

[FFmpeg-cvslog] vf_colorspace: Check av_frame_copy_props() return value

2016-08-27 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Thu Aug 25 19:14:57 2016 -0400| [6648da359114696351db7e7468f0769a7d61c387] | committer: Michael Niedermayer vf_colorspace: Check av_frame_copy_props() return value This function can potentially allocate memory. Reviewed-by: "Ronald S. Bultje" Sign

[FFmpeg-cvslog] avfilter/vf_atadenoise: add planes option

2016-08-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 27 13:44:21 2016 +0200| [b2c6a11fb60429c9698b9d1e8538d32d741e68c5] | committer: Paul B Mahol avfilter/vf_atadenoise: add planes option Make possible filtering only some planes. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2c6a11f

[FFmpeg-cvslog] avfilter/vf_convolution: add >8 bit depth support

2016-08-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 27 16:04:07 2016 +0200| [f242d74d170e020d433267b6cd4c7fe400883939] | committer: Paul B Mahol avfilter/vf_convolution: add >8 bit depth support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f242d74d170e020d433267b6cd4c7fe400883939 --

[FFmpeg-cvslog] avformat/utils: fix a codecpar non use

2016-08-27 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 26 15:28:21 2016 -0300| [dc7e5adbc0867956102afc85e2b59b878e5a27ed] | committer: James Almer avformat/utils: fix a codecpar non use Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co