[FFmpeg-cvslog] libavformat/oggdec.c: Check return value from avio_read()

2020-04-23 Thread John Rummell
ffmpeg | branch: release/2.8 | John Rummell | Mon Mar 30 14:56:11 2020 -0700| [e11e62a80a0a3a0336d5e4ce0861cecc4a2d5c3a] | committer: Michael Niedermayer libavformat/oggdec.c: Check return value from avio_read() If the buffer doesn't contain enough bytes when reading a stream, fail r

[FFmpeg-cvslog] libavformat/amr.c: Check return value from avio_read()

2020-04-23 Thread John Rummell
ffmpeg | branch: release/2.8 | John Rummell | Mon Mar 30 21:30:33 2020 -0700| [1881989f2f297c857fcffc50f57bcfb7a74fcb79] | committer: Michael Niedermayer libavformat/amr.c: Check return value from avio_read() If the buffer doesn't contain enough bytes when reading a stream, fail rather

[FFmpeg-cvslog] libavformat/mov.c: Free aes_decrypt to avoid leaking memory

2020-04-23 Thread John Rummell
ffmpeg | branch: release/2.8 | John Rummell | Mon Mar 30 14:08:01 2020 -0700| [01e696609b62e29ea2a1276729ef6af3a011b4b1] | committer: Michael Niedermayer libavformat/mov.c: Free aes_decrypt to avoid leaking memory Found by Chromium fuzzers (crbug.com/1057205). Signed-off-by: Michael

[FFmpeg-cvslog] libavformat/amr.c: Check return value from avio_read()

2020-04-02 Thread John Rummell
ffmpeg | branch: master | John Rummell | Mon Mar 30 21:30:33 2020 -0700| [5b967f56b6d85f62446836fc8ef64d0dcfcbda17] | committer: Michael Niedermayer libavformat/amr.c: Check return value from avio_read() If the buffer doesn't contain enough bytes when reading a stream, fail rather

[FFmpeg-cvslog] libavformat/oggdec.c: Check return value from avio_read()

2020-04-01 Thread John Rummell
ffmpeg | branch: master | John Rummell | Mon Mar 30 14:56:11 2020 -0700| [b7c67b1ae3657058b32b9235119d07529ad5cce1] | committer: Michael Niedermayer libavformat/oggdec.c: Check return value from avio_read() If the buffer doesn't contain enough bytes when reading a stream, fail rather

[FFmpeg-cvslog] libavformat/mov.c: Free aes_decrypt to avoid leaking memory

2020-04-01 Thread John Rummell
ffmpeg | branch: master | John Rummell | Mon Mar 30 14:08:01 2020 -0700| [ad91cf1f2f5793db5c6dd7ab9947fcc6d7832607] | committer: Michael Niedermayer libavformat/mov.c: Free aes_decrypt to avoid leaking memory Found by Chromium fuzzers (crbug.com/1057205). Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/decode: Update decode_simple_internal() to get the side data correctly.

2017-06-20 Thread John Rummell
ffmpeg | branch: master | John Rummell | Wed Jun 14 14:43:04 2017 -0700| [966a0a814d4e0a731a74949379076e1328ca3e78] | committer: James Almer avcodec/decode: Update decode_simple_internal() to get the side data correctly. Use avci->last_pkt_props to get the side data. Using |pkt| doesn