Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-01Check for unsupported parameters in ff_j2k_dwt_init()Laurent Aimar
2011-10-01Check for out of bound reads in jpeg 2000 decoder.Laurent Aimar
2011-10-01Prevent calling init_vlc() with invalid parameters in motionpixels decoder.Laurent Aimar
2011-10-01Prevent NULL dereference when the palette is missing in the xan decoder.Laurent Aimar
2011-10-01Fixed out of bound accesses in xan_unpack() of the xan decoder.Laurent Aimar
2011-10-01libvpxenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-01bitstream: Replace av_realloc by av_realloc_f when relevant.Nicolas George
2011-10-01Check for out of bound reads in the flic decoder.Laurent Aimar
2011-10-01Prevent out of bound accesses in the xan decoder.Laurent Aimar
2011-10-01Check for invalid/corrupted bitstream in sun raster decoder.Laurent Aimar
2011-10-01Prevent NULL dereferences when missing the reference frame in the xan decoder.Laurent Aimar
2011-10-01Check for out of bounds reads in sun rasterfile decoder.Laurent Aimar
2011-10-01Check for corrupted extra data in wmavoice decoder.Laurent Aimar
2011-10-01Check for out of bound writes in the wmavoice decoder.Laurent Aimar
2011-10-01Prevent NULL dereferences when missing the reference frame in the bink decoder.Laurent Aimar
2011-10-01Check for out of bound writes when building tree in bink decoder.Laurent Aimar
2011-10-01Check for various out of bound writes in the bink decoder.Laurent Aimar
2011-10-01Reset internal state on corrupted blocks in wavpack decoder.Laurent Aimar
2011-10-01Validate the number of audio channels before using it in wmapro decoder.Laurent Aimar
2011-10-01ws_snd: make sure number of channels is 1Justin Ruggles
2011-10-01ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles
2011-10-01ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles
2011-10-01flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles
2011-10-01Fix a buffer overflow in libx264 interface to x264 encoder. Previous code ign...Mike Scheutzow
2011-10-01libaac+ supporttipok
2011-10-01Check for out of bound bands limit in mpc v8 decoder.Laurent Aimar
2011-10-01h264: ff_h264_decode_extradata: check buffer argsAlexander Strasser
2011-10-01Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder.Laurent Aimar
2011-10-01Fix out of bound reads in rle_unpack() of vmd video decoder.Laurent Aimar
2011-10-01Check for out of bound reads in vmd_decode() of vmd video decoder.Laurent Aimar
2011-10-01Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder.Laurent Aimar
2011-10-01Prevent out of bound read in lz_unpack in vmd video decoder.Laurent Aimar
2011-10-01Prevent NULL dereferences when the previous frame is missing in vmd video dec...Laurent Aimar
2011-10-01Check for invalid update parameters in vmd video decoder.Laurent Aimar
2011-10-01Fix potential overread in vmd audio decoder.Laurent Aimar
2011-10-01vp56:Fix error recovery code on size changes in vp5/6 decoderLaurent Aimar
2011-10-01vp6:Reset the internal state when aborting key frames header parsing in vp6 d...Laurent Aimar
2011-10-01h264: pass buffer & size to ff_h264_decode_extradata()Michael Niedermayer
2011-10-01h264: Check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar
2011-10-01fft: avoid a signed overflowSean McGovern
2011-10-01tiffenc: initialize forgotten avctx.Jean First
2011-10-01tiffenc: Add forgotten avclass to context.Jean First
2011-10-01aacsbr: add a assert0 to check for a inconsistency thatMichael Niedermayer
2011-10-01mpeg4videoenc: remove forgotten return -1Michael Niedermayer
2011-10-01mpeg4videoenc: guess a good aspect when we cant store the exact one.Michael Niedermayer
2011-10-01mpegvideo: increase emu edge buffer sizeMichael Niedermayer
2011-09-29h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list()Michael Niedermayer
2011-09-29h264: More correct ref_count check in decode_slice_header()Michael Niedermayer
2011-09-27Fix segfault in save_bits:Sascha Sommer
2011-09-22vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody