]> git.sesse.net Git - ffmpeg/history - libavcodec
4xm: prevent NULL dereference with invalid huffman table
[ffmpeg] / libavcodec /
2011-10-10 Laurent Aimar4xm: prevent NULL dereference with invalid huffman...
2011-10-10 Laurent Aimar4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in tempor...
2011-10-10 Laurent Aimarptx: check for out of bound reads
2011-10-10 Laurent Aimartiffdec: fix out of bound reads/writes
2011-10-10 Laurent Aimareacmv: check for out of bound reads
2011-10-10 Laurent Aimareacmv: fix potential pointer arithmetic overflows
2011-10-10 Laurent Aimaradpcm: fix out of bound reads due to integer overflow
2011-10-10 Laurent Aimaranm: prevent infinite loop
2011-10-10 Laurent Aimaravs: check for out of bound reads
2011-10-10 Baptiste Coudurierdnxhddec: handle cid change in bitstream.
2011-10-10 Kostya Shishkovvc1: K&R reformatting cosmetics
2011-10-10 Justin Rugglesra288: log an error message when output buffer is too...
2011-10-10 Justin Rugglesra288: use a more descriptive calculation for output...
2011-10-10 Justin Rugglesra144: use macro constants to make the code more unders...
2011-10-10 Justin Rugglesra144dec: log an error message when output buffer is...
2011-10-10 Justin Rugglesra144dec: use a more descriptive calculation for output...
2011-10-10 Mashiat Sarker Sha... lavc: Micro version bump for VC1 interlaced decoding...
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 3/3
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 2/3
2011-10-10 Mashiat Sarker Sha... vc1dec: interlaced stream decoding support 1/3
2011-10-10 Gwenole Beauchesnevaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM...
2011-10-09 Mans Rullgardmpeg4dec: use unsigned type for startcode in ff_mpeg4_d...
2011-10-09 Mans Rullgardmpeg124: use sign_extend() function
2011-10-09 Mans Rullgardac3dec: use get_sbits() instead of manually sign-extending
2011-10-09 Mans Rullgard4xm: fix signed overflow
2011-10-09 Mans Rullgardwmavoice: fix a signed overflow
2011-10-09 Mans Rullgardmpegvideo_enc: fix a signed overflow
2011-10-09 Mans Rullgardzmbv: remove memcpy() of decoded frame
2011-10-09 Mans Rullgardmpeg12enc: use sign_extend() function
2011-10-09 Mans Rullgardh264pred: use unsigned types for pixel values, fix...
2011-10-09 Mans Rullgardh264: fix signed overflows in x*0x01010101 expressions
2011-10-09 Mans Rullgardh264pred: remove unused variables
2011-10-08 Mans Rullgardvp8: fix signed overflows
2011-10-08 Mans Rullgardmotion_est: fix some signed overflows
2011-10-08 Mans Rullgarddca: fix signed overflow in shift
2011-10-08 Mans Rullgardaacdec: fix undefined shifts
2011-10-08 Laurent Aimarbink: Check for various out of bound writes
2011-10-08 Laurent Aimarbink: Check for out of bound writes when building tree
2011-10-08 Mans Rullgardput_bits: fix invalid shift by 32 in flush_put_bits()
2011-10-07 Laurent Aimarmpc8: Check out of bound bands limit
2011-10-07 Laurent Aimarxan: Prevent NULL dereference with missing palette
2011-10-07 Laurent Aimarxan: Check for out of bound reads in xan_huffman_decode()
2011-10-07 Laurent Aimarxan: Fixed out of bound accesses in xan_unpack()
2011-10-07 Laurent Aimarmotionpixels: Prevent calling init_vlc() with invalid...
2011-10-07 Laurent Aimarshorten: Fix out of bound writes in fix_bitshift()
2011-10-07 Laurent Aimardsicinav: Check for out of bounds writes
2011-10-07 Laurent Aimartiertexseqv: Check for out of bound reads
2011-10-07 Laurent Aimarquickdraw: Check for out of bound reads
2011-10-07 Laurent Aimardsicinav: Check for out of bounds reads
2011-10-07 Laurent Aimarmotionpixels: Fix the size of workspace buffers
2011-10-07 Laurent Aimarmotionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes...
2011-10-07 Laurent Aimarwmavoice: Check for corrupted extra data
2011-10-07 Laurent Aimarwmavoice: Check for out of bound writes
2011-10-07 Laurent Aimarxan: Prevent NULL dereferences with missing reference...
2011-10-07 Laurent Aimarbink: Prevent NULL dereferences with missing reference...
2011-10-07 Laurent Aimarwavpack: Reset internal state on corrupted blocks
2011-10-07 Laurent Aimarwmapro: Validate the number of audio channels before...
2011-10-07 Laurent Aimarshorten: Prevent block size from increasing
2011-10-07 Laurent Aimarxan: Prevent out of bound accesses
2011-10-07 Michael NiedermayerH264: Only wait before triggering ff_thread_setup_compl...
2011-10-06 Laurent Aimarvp6: Reset the internal state when aborting key frames...
2011-10-06 Laurent Aimarvp56: Release old pictures after a resolution changes
2011-10-06 Laurent Aimarvp6: Check for huffman tree build errors
2011-10-06 Laurent Aimarvp56: Check for missing reference frame data
2011-10-06 Laurent Aimarcinepak: Fix invalid read access on extra data
2011-10-06 Laurent Aimarvmd: fix segfaults on corruped streams
2011-10-06 Laurent Aimarcook: Fix js_vlc_bits value validation for joint stereo
2011-10-06 Laurent AimarFixed deference of NULL pointer in motionpixels decoder.
2011-10-06 Anton Khirnovlibx264: support 9- and 10-bit output.
2011-10-05 Ronald S. Bultjeh264: correct implicit_weight for field-interlaced...
2011-10-05 Ronald S. Bultjempegvideo: set correct offset for edge emulation buffer.
2011-10-05 Ronald S. Bultjempegvideo: fix position of bottom edge.
2011-10-05 Diego BiurrunFix 'heigth' vs. 'height' typos.
2011-10-05 Anton Khirnovlavc/lavf: use unique private classes.
2011-10-05 Anton Khirnovlavc: use designated initializers for av_codec_context_...
2011-10-04 Justin Rugglesqcelpdec: cosmetics: do not add line break before openi...
2011-10-04 Justin Rugglesqcelp: check output buffer size before decoding
2011-10-04 Chris Rankinqcelpdec: fix the return value of qcelp_decode_frame().
2011-10-04 Justin Rugglessipr: fix the output data size check and only calculate...
2011-10-04 Diego BiurrunSynchronize various 4CCs and codec tags from FFmpeg.
2011-10-04 Justin Rugglesqdm2: check output buffer size before decoding
2011-10-04 Laurent AimarFix out of bound reads in the QDM2 decoder.
2011-10-04 Laurent AimarCheck for out of bound writes in the QDM2 decoder.
2011-10-03 Anton Khirnovlibvpx: fix build with older libvpx versions.
2011-10-03 Mans RullgardARM: check for inline asm 'y' operand modifier support
2011-10-02 Justin Rugglesmpc8: check output buffer size before decoding
2011-10-02 Justin Rugglesmpc7: return error if packet is too small.
2011-10-02 Justin Rugglesmpc7: check output buffer size before decoding
2011-10-02 Justin Rugglesnellymoserdec: allocate float_buf only when decoding...
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BUF_LEN instead of 128
2011-10-02 Justin Rugglesnellymoserdec: use NELLY_BLOCK_LEN instead of 64 when...
2011-10-02 Justin Rugglesnellymoserdec: allow user to request SAMPLE_FMT_FLT...
2011-10-02 Justin Rugglesnellymoser: check output buffer size before decoding
2011-10-02 Luca Barbatowin32: improve threading algorithm warning
2011-10-01 Anton Khirnovlavc: add video/audio/encoding flags to global_quality...
2011-10-01 Luca Barbatolibvpxenc: use libvpx's own defaults for some parameters
2011-10-01 Luca Barbatovpxenc: add private options
2011-09-30 Justin Rugglesdpcm: return error if packet is too small
2011-09-30 Justin Rugglesdpcm: use smaller data types for static tables
2011-09-30 Justin Rugglesdpcm: use sol_table_16 directly instead of through...
next