[FFmpeg-cvslog] avcodec/Makefile: add missing pngdsp dependency to the lscr decoder

2019-05-14 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 14 16:47:56 2019 -0300| [58d167bcd51725490d5307011e950a5342db5ade] | committer: James Almer avcodec/Makefile: add missing pngdsp dependency to the lscr decoder Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avfilter: add asr filter

2019-05-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun May 5 15:01:53 2019 +0200| [f49cec2ba8830dd8df0ac73a39c118f6e20b06bd] | committer: Paul B Mahol avfilter: add asr filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f49cec2ba8830dd8df0ac73a39c118f6e20b06bd --- Changelog

[FFmpeg-cvslog] avfilter/vf_stack: Don't modify const strings

2019-05-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue May 14 06:15:17 2019 +0200| [670251de56cdcda0c32d588959c8ed2da09075a2] | committer: Paul B Mahol avfilter/vf_stack: Don't modify const strings b3b7ba62 introduced undefined behaviour: A (non-modifiable) string literal has been assigned to a mo

[FFmpeg-cvslog] avfilter: add xmedian filter

2019-05-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri May 3 14:08:49 2019 +0200| [8ef163ba9e3d2d7cb31856c33f86439e234fe623] | committer: Paul B Mahol avfilter: add xmedian filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ef163ba9e3d2d7cb31856c33f86439e234fe623 --- Changelog

[FFmpeg-cvslog] avcodec/cinepak: Check available input against encoded buffer size

2019-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 12 22:06:30 2019 +0200| [87a54e150e9cb6479e590faaf66d9f405a97fb6c] | committer: Michael Niedermayer avcodec/cinepak: Check available input against encoded buffer size Fixes: Timeout (12sec -> 2sec) Fixes: 14606/clusterfuzz-testcase-minim

[FFmpeg-cvslog] avutil: Add missing reference files for pixdesc fate test

2019-05-14 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue May 14 07:53:13 2019 +0200| [8b2140de6314f9ea9ebbaf6a127cca35306d8a67] | committer: Michael Niedermayer avutil: Add missing reference files for pixdesc fate test Commit cd48318035 added support for NV24 and NV42, including several fate tests f

[FFmpeg-cvslog] lavf/dashdec: fix the coding logic after open_input fail

2019-05-14 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat May 11 15:23:43 2019 +0800| [c663046b41057d0cec519e305e1cc4798ab3da50] | committer: Steven Liu lavf/dashdec: fix the coding logic after open_input fail setting return status following goto will never be executed, so adjust the location in the code. Rev

[FFmpeg-cvslog] lavf/dashdec: refactoring error handle logic for open_input

2019-05-14 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat May 11 15:23:44 2019 +0800| [bf6e0f709be20f3aad6c6fe9b85411507bdf025c] | committer: Steven Liu lavf/dashdec: refactoring error handle logic for open_input refactoring error handle logic for open_input. Reviewed-by: Steven Liu Signed-off-by: Jun Zhao