CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/09/12 15:04:49
Modified files:
graphics/ffmpeg: Makefile
graphics/ffmpeg/patches: patch-libavcodec_cavsdec_c
patch-libavformat_wv_c
Added files:
graphics/ffmpeg/patches: patch-libavcodec_h263dec_c
patch-libavcodec_mjpegdec_c
patch-libavcodec_mpegaudiodec_c
patch-libavcodec_wavpack_c
patch-libavformat_rtpdec_asf_c
patch-libavformat_utils_c
Log message:
Some FFmpeg security and bug fixes from upstream, from Brad:
- jpegdec: Actually search for and parse RSTn.
- mpeg4: Adjust dummy frame threshold for packed DivX.
- mpeg4: Fix another packed DivX issue.
- jpegdec: Better RSTn skiping.
- Fix memory corruption in case of memory allocation failure.
- cavsdec: Avoid possible crash with crafted input.
- rtp: Fix integer underflow that could allow remote code execution. MSVR-11-008
8
- rtpdec_asf: Fix memleak.
- mp3dec: Dont spam the user on multiple MP3 frames.
- wavpack: Fixed invalid access with corrupted extra bits sub-blocks.
- wavpack: Fixed invalid writes with corrupted bitstreams.
- wavpack: Fixed invalid access with corrupted bitstream.