aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2011-10-09xxan: check for out of bound accessesLaurent Aimar
2011-10-09txd: check for out of bound reads.Laurent Aimar
2011-10-09qtrle: check for invalid line offsetLaurent Aimar
2011-10-09vqavideo: check for out of bound reads.Laurent Aimar
2011-10-09vqavideo: check for invalid/unsupported versionLaurent Aimar
2011-10-09eamad: release the reference frame on video size changesLaurent Aimar
2011-10-09eamad: check for out of bound reads when doing MCLaurent Aimar
2011-10-09eamad: avoid NULL derefence when missing the reference frame.Laurent Aimar
2011-10-09eatgv: fix pointer arithmetic overflows.Laurent Aimar
2011-10-09eatgv: fix out of bound reads on corrupted motions vectors.Laurent Aimar
2011-10-09eamad: clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary b...Laurent Aimar
2011-10-09atrac1: give a valid context pointer to av_log().Laurent Aimar
2011-10-08Start adding pixel definitions for planar rgb.Themaister
2011-10-08dct-test: document the number of bits we use for testing.Michael Niedermayer
2011-10-08dct-test: better term for meximum error.Michael Niedermayer
2011-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-08H264: set colorspace and full range to values indicating unspecified by defaultMichael Niedermayer
2011-10-07bintext: reset x and y pos after each frame decode.Clément Bœsch
2011-10-07mpc8: Check out of bound bands limitLaurent Aimar
2011-10-07xan: Prevent NULL dereference with missing paletteLaurent Aimar
2011-10-07xan: Check for out of bound reads in xan_huffman_decode()Laurent Aimar
2011-10-07xan: Fixed out of bound accesses in xan_unpack()Laurent Aimar
2011-10-07motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar
2011-10-07shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar
2011-10-07dsicinav: Check for out of bounds writesLaurent Aimar
2011-10-07tiertexseqv: Check for out of bound readsLaurent Aimar
2011-10-07quickdraw: Check for out of bound readsLaurent Aimar
2011-10-07dsicinav: Check for out of bounds readsLaurent Aimar
2011-10-07motionpixels: Fix the size of workspace buffersLaurent Aimar
2011-10-07motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar
2011-10-07wmavoice: Check for corrupted extra dataLaurent Aimar
2011-10-07wmavoice: Check for out of bound writesLaurent Aimar
2011-10-07xan: Prevent NULL dereferences with missing reference frameLaurent Aimar
2011-10-07bink: Prevent NULL dereferences with missing reference frameLaurent Aimar
2011-10-07wavpack: Reset internal state on corrupted blocksLaurent Aimar
2011-10-07wmapro: Validate the number of audio channels before using itLaurent Aimar
2011-10-07shorten: Prevent block size from increasingLaurent Aimar
2011-10-07xan: Prevent out of bound accessesLaurent Aimar
2011-10-07Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer
2011-10-07libstagefright: start decode_thread() only after decode_frame() is called at ...Mohamed Naufal
2011-10-07libstagefright: mark the dummy frame as keyframe.Mohamed Naufal
2011-10-07libstagefright: limit the output queue sizeMohamed Naufal
2011-10-07libstagefright: return EOS if CustomSource::read() is called after decode_thr...Mohamed Naufal
2011-10-07libstagefright: set the correct frame sizeMohamed Naufal
2011-10-07H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer
2011-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-07lavc: add ff_init_buffer_info()Michael Niedermayer
2011-10-07h264: reject unsupported 422 9 bit streamsLaurent Aimar
2011-10-07h264: fix the size of PPS::chroma_qp_tableLaurent Aimar
2011-10-07vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar