summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles2011-10-14
* adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles2011-10-14
* adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles2011-10-14
* adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles2011-10-14
* dnxhdenc: fixed signed multiplication overflowMans Rullgard2011-10-14
* proresdsp: fix function prototypes.Ronald S. Bultje2011-10-14
* prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-14
* prores: add missing feature warning for alphaJanne Grunau2011-10-14
* lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody2011-10-14
* lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-14
* shorten: remove the flush function.Justin Ruggles2011-10-13
* truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-13
* truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-13
* truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-13
* truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-13
* truespeech: check to make sure channels == 1Justin Ruggles2011-10-13
* truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-13
* truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-13
* mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-13
* mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-13
* mlpdec: only calculate output size onceJustin Ruggles2011-10-13
* mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-13
* pcm: reduce pointer type castingMans Rullgard2011-10-13
* mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-13
* vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-13
* tiffenc: initialize forgotten avctx.Jean First2011-10-12
* vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-12
* vc1: prettyprint some tablesKostya Shishkov2011-10-12
* vc1: K&R formatting cosmeticsKostya Shishkov2011-10-12
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-12
* h264: change unsupported bit depth message to error levelMans Rullgard2011-10-12
* qdm2: fix signed multiplication overflowMans Rullgard2011-10-12
* libx264: support yuv422/444 output.Anton Khirnov2011-10-12
* fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-11
* h264: fix HRD parameters parsingMans Rullgard2011-10-11
* prores: implement multithreading.Ronald S. Bultje2011-10-11
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard2011-10-11
* flashsv: return more meaningful error valueDiego Biurrun2011-10-11
* flashsv: fix typo in av_log() messageDiego Biurrun2011-10-11
* smacker: validate channels and sample format.Justin Ruggles2011-10-11
* smacker: check buffer size before reading output sizeJustin Ruggles2011-10-11
* smacker: validate number of channelsJustin Ruggles2011-10-11
* h264: fix detection of optional trailing PPS elementsMans Rullgard2011-10-11
* sipr: fix get_bits(0) callsMans Rullgard2011-10-11
* motion_est: make MotionExtContext.map_generation unsignedMans Rullgard2011-10-11
* h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar2011-10-10