[FFmpeg-cvslog] doc/filters: state negate filter's option

2018-07-05 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jul 5 19:54:32 2018 +0530| [4cd5c3f9ec7859503d733ba7b5ab23994c1b2fc5] | committer: Gyan Doshi doc/filters: state negate filter's option Also clarify that the negate_alpha option is a boolean > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avformat/mxfdec: Fix av_log context

2018-07-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jul 3 20:38:06 2018 +0200| [bab0716c7f4793ec42e05a5aa7e80d82a0dd4e75] | committer: Michael Niedermayer avformat/mxfdec: Fix av_log context Fixes: out of array access Fixes: mxf-crash-1c2e59bf07a34675bfb3ada5e1ec22fa9f38f923 Found-by: Paul C

[FFmpeg-cvslog] avformat/asfdec_o: Check size_bmp more fully

2018-07-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jul 3 21:01:23 2018 +0200| [2b46ebdbff1d8dec7a3d8ea280a612b91a582869] | committer: Michael Niedermayer avformat/asfdec_o: Check size_bmp more fully Fixes: integer overflow and out of array access Fixes: asfo-crash-46080c4341572a7137a162331af

[FFmpeg-cvslog] avformat/pva: Check for EOF before retrying in read_part_of_packet()

2018-07-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jul 3 22:14:42 2018 +0200| [9807d3976be0e92e4ece3b4b1701be894cd7c2e1] | committer: Michael Niedermayer avformat/pva: Check for EOF before retrying in read_part_of_packet() Fixes: Infinite loop Fixes: pva-4b1835dbc2027bf3c567005dcc78e85199240

[FFmpeg-cvslog] avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata()

2018-07-05 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jul 3 21:37:46 2018 +0200| [a7e032a277452366771951e29fd0bf2bd5c029f0] | committer: Michael Niedermayer avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata() Fixes: use after free() Fixes: rmdec-crash-ffe85b

[FFmpeg-cvslog] configure: toolchain-tsan does not need -fPIE.

2018-07-05 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue Jul 3 22:17:06 2018 +0200| [a2317556efb79cbe8e21bf75d56c75e4086602ec] | committer: Carl Eugen Hoyos configure: toolchain-tsan does not need -fPIE. Fixes compilation with some kernel-gcc combinations: https://gcc.gnu.org/bugzilla/show_bug.cgi?id