summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-31check number of bytes read by input->read in demuxing mpeg block/pesMatthias Hopf
2008-12-31handle read errors/insufficient data when forwarding asf dataMatthias Hopf
2009-01-01check for buffers smaller than headers in real demuxerThomas Viehmann
2009-01-01Avoid underflow in input size calculation for compressed atomsMatthias Hopf
2008-12-31check size before accessing memory in matroska decodingMatthias Hopf
2009-01-01check return value of input->read_block for NULL in yuv_frames demuxingThomas Viehmann
2008-12-31check return value of input->read_block for NULL in mpeg demuxingMatthias Hopf
2008-12-31abort if buffer for matroska block data cannot be allocatedMatthias Hopf
2008-12-31handle read errors when demuxing mpeg dataMatthias Hopf
2009-01-01check length parameter against buffer length in libsputext read_line_from_inputMatthias Hopf
2009-01-01check for negative/too large return values of get_size when demuxing mod streamsThomas Viehmann
2008-12-31check for negative return values of read when demuxing mng streamsThomas Viehmann
2008-12-31check that track's codec_private_len fits in signed variables when decoding m...Matthias Hopf
2008-12-31handle read errors when forwarding in multiple demuxersMatthias Hopf
2009-01-04fail to set up codec when fifo is not set upThomas Viehmann
2009-01-04Fix for CVE-2008-5243.Matthias Hopf
2009-01-04Fix for CVE-2008-5240Matthias Hopf
2009-01-04Fix for CVE-2008-5239Matthias Hopf
2009-01-04Fix for CVE-2008-5237Matthias Hopf
2009-01-04Fix for CVE-2008-5236.Matthias Hopf
2009-01-04Fix for CVE-2008-5234.Matthias Hopf
2008-08-25Fix a possible heap buffer overflow in the ffmpeg video decoder.Darren Salt
2008-08-20Integer overflow in ff_audio_decode_data()Tielei
2008-08-25Fix CDDB access on 64-bit.Darren Salt
2008-08-18Fix another compilation failure when using C++.Darren Salt
2008-08-17Fix a compilation failure when using C++.Darren Salt
2008-08-13Improve parsing of cddb informationArnold Metselaar
2008-08-13add cdda_class_get_dir method to cdda pluginArnold Metselaar
2008-05-28Fix exploitable heap buffer overflow in id3.c.Diego 'Flameeyes' Pettenò
2008-08-13Check for possible buffer overflow attempts in the Real demuxer.Darren Salt
2008-08-13Check for allocation failures.Darren Salt
2008-08-13Use size_t for data length variables.Darren Salt
2008-08-13Merge.Darren Salt
2008-08-13Apply the deinterlacer size fix to the XCB Xv plugin.Darren Salt
2008-08-13Allow (and prefer) use of external libfaad.Darren Salt
2008-08-13Remove faad.h since we don't use it.Darren Salt
2008-08-13Update to libfaad 2.6.1, fixing a crash with a corrupted AAC file.Darren Salt
2008-08-08Fix crash with corrupted WMV files when checking for aspect ratio information.Darren Salt
2008-08-08Fix crash with corrupted AVI files (chunk size).Darren Salt
2008-08-08video_out_opengl: Actually bail out if no display found.Matthias Hopf
2008-08-08Merge.Matthias Hopf
2008-08-07Merge.Darren Salt
2008-08-07Fix a segfault introduced in the Windows Media crash fix.Darren Salt
2008-08-07Fix crashes with fuzzed Ogg files. (CVE-2008-3231)Darren Salt
2008-08-06Fix crashes with fuzzed Windows Media files.Darren Salt
2008-08-01video_out_opengl: Activate only if visual is direct rendering capableMatthias Hopf
2008-07-28Only set the tuner if we're going to use it (fixes baseband video inputs)Simon Farnsworth
2008-07-28Preallocate after we know how large the frames will be (fixes a buffer overrun)Simon Farnsworth
2008-07-23Xv deinterlacing was looking at the input image size, not the output image size.Simon Farnsworth
2008-07-16Add support for the Snow video codec.Darren Salt