]> git.sesse.net Git - ffmpeg/history - libavcodec
id3v2: reduce the scope of some non-globally-used symbols/structures
[ffmpeg] / libavcodec /
2011-10-13 Justin Rugglesshorten: remove the flush function.
2011-10-13 Justin Rugglestruespeech: use sizeof() instead of hardcoded sizes
2011-10-13 Justin Rugglestruespeech: remove unneeded variable, 'consumed'
2011-10-13 Justin Rugglestruespeech: simplify truespeech_read_frame() by using...
2011-10-13 Justin Rugglestruespeech: decode directly to output buffer instead...
2011-10-13 Justin Rugglestruespeech: check to make sure channels == 1
2011-10-13 Justin Rugglestruespeech: check for large enough output buffer rather...
2011-10-13 Justin Rugglestruespeech: remove unneeded zero-size packet check.
2011-10-13 Justin Rugglesmlpdec: return meaningful error codes instead of -1
2011-10-13 Justin Rugglesmlpdec: remove unnecessary wrapper function
2011-10-13 Justin Rugglesmlpdec: only calculate output size once
2011-10-13 Justin Rugglesmlpdec: validate that the reported channel count matche...
2011-10-13 Mans Rullgardpcm: reduce pointer type casting
2011-10-13 Mans Rullgardmathops: remove undefined behaviour from sign_extend()
2011-10-13 Kostya Shishkovvc1: explicitly zero interlaced mode coding variables...
2011-10-12 Jean Firsttiffenc: initialize forgotten avctx.
2011-10-12 Kostya Shishkovvc1: more prettyprinting cosmetics
2011-10-12 Kostya Shishkovvc1: prettyprint some tables
2011-10-12 Kostya Shishkovvc1: K&R formatting cosmetics
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovAVOptions: add new API for enumerating children.
2011-10-12 Janne Grunaurv34: move inverse transform functions to DSP context
2011-10-12 Mans Rullgardh264: change unsupported bit depth message to error...
2011-10-12 Mans Rullgardqdm2: fix signed multiplication overflow
2011-10-12 Anton Khirnovlibx264: support yuv422/444 output.
2011-10-11 John Stebbinsfix AC3ENC_OPT_MODE_ON/OFF
2011-10-11 Mans Rullgardh264: fix HRD parameters parsing
2011-10-11 Ronald S. Bultjeprores: implement multithreading.
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-10-11 Ronald S. Bultjeprores: extract idct into its own dspcontext and merge...
2011-10-11 Mans Rullgardh264: fix invalid shifts in init_cavlc_level_tab()
2011-10-11 Diego Biurrunflashsv: return more meaningful error value
2011-10-11 Diego Biurrunflashsv: fix typo in av_log() message
2011-10-11 Justin Rugglessmacker: validate channels and sample format.
2011-10-11 Justin Rugglessmacker: check buffer size before reading output size
2011-10-11 Justin Rugglessmacker: validate number of channels
2011-10-11 Mans Rullgardh264: fix detection of optional trailing PPS elements
2011-10-11 Mans Rullgardsipr: fix get_bits(0) calls
2011-10-11 Mans Rullgardmotion_est: make MotionExtContext.map_generation unsigned
2011-10-10 Laurent Aimarh264: reset h->ref_count in case of errors in ff_h264_d...
2011-10-10 Laurent Aimarerror_resilience: fix the check for missing references...
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
next