[FFmpeg-cvslog] doc/filters.texi: add yet another laplacian edge detector

2017-08-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 5 10:36:48 2017 +0200| [c47491041466043a260412504f4294a2b458ebdb] | committer: Paul B Mahol doc/filters.texi: add yet another laplacian edge detector > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c47491041466043a260412504f4294a2b45

[FFmpeg-cvslog] avfilter: add floodfill filter

2017-08-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 5 20:27:32 2017 +0200| [2cc56741b1f4e33c4fdb8234da31bdfc3c5c5e05] | committer: Paul B Mahol avfilter: add floodfill filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2cc56741b1f4e33c4fdb8234da31bdfc3c5c5e05 --- Changelog

[FFmpeg-cvslog] swscale: fix gbrap16 alpha channel issues

2017-08-05 Thread James Cowgill
ffmpeg | branch: master | James Cowgill | Thu Aug 3 16:21:54 2017 +0100| [013ec23cbe5d78a04b1b6c00c43f45773e45e7e5] | committer: Michael Niedermayer swscale: fix gbrap16 alpha channel issues Fixes filter-pixfmts-scale test failing on big-endian systems due to alpSrc not being cast to (const i

[FFmpeg-cvslog] avformat/utils: fix memory leak in avformat_free_context

2017-08-05 Thread Steven Siloti
ffmpeg | branch: master | Steven Siloti | Tue Jul 18 11:26:39 2017 -0700| [949debd1d1df3a96315b3a3083831162845c1188] | committer: Michael Niedermayer avformat/utils: fix memory leak in avformat_free_context The pointer to the packet queue is stored in the internal structure so the queue needs

[FFmpeg-cvslog] avcodec/aacdec_fixed: fix invalid shift in predict()

2017-08-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 4 03:26:30 2017 +0200| [1e443051b277f73b94a2f660d3fd31a1a7beab52] | committer: Michael Niedermayer avcodec/aacdec_fixed: fix invalid shift in predict() Fixes: runtime error: shift exponent -2 is negative Fixes: 2818/clusterfuzz-testcase-

[FFmpeg-cvslog] avcodec/h264_slice: Fix overflow in slice offset

2017-08-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 4 02:41:05 2017 +0200| [1f53bde6d817ae13a47748f321adbdfa79e15982] | committer: Michael Niedermayer avcodec/h264_slice: Fix overflow in slice offset Fixes: runtime error: signed integer overflow: 1610612736 * 2 cannot be represented in t