summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* w32threads: support for frame multithreadingSteven Walters2011-10-1610-190/+230
* avcodec: remove stray @deprecated commentMans Rullgard2011-10-161-2/+0
* prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-151-2/+4
* prores: do not set pixel format on codec initMans Rullgard2011-10-151-2/+0
* pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-151-1/+1
* pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje2011-10-151-0/+3
* vp8: prevent read from uninitialized memory in decode_mvsRonald S. Bultje2011-10-151-0/+1
* vp8: force reallocation in update_thread_context after frame size changeRonald S. Bultje2011-10-151-9/+19
* vp8: fix return value if update_dimensions failsRonald S. Bultje2011-10-151-1/+1
* adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles2011-10-141-120/+231
* adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles2011-10-141-1/+1
* adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles2011-10-141-1/+5
* adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles2011-10-141-3/+0
* adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles2011-10-141-1/+0
* dnxhdenc: fixed signed multiplication overflowMans Rullgard2011-10-141-1/+1
* proresdsp: fix function prototypes.Ronald S. Bultje2011-10-141-3/+3
* prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-142-20/+27
* prores: add missing feature warning for alphaJanne Grunau2011-10-141-0/+5
* lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody2011-10-141-4/+17
* lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-143-6/+6
* shorten: remove the flush function.Justin Ruggles2011-10-131-8/+0
* truespeech: use sizeof() instead of hardcoded sizesJustin Ruggles2011-10-131-3/+3
* truespeech: remove unneeded variable, 'consumed'Justin Ruggles2011-10-131-4/+3
* truespeech: simplify truespeech_read_frame() by using get_bits()Justin Ruggles2011-10-131-87/+52
* truespeech: decode directly to output buffer instead of a temp bufferJustin Ruggles2011-10-131-10/+6
* truespeech: check to make sure channels == 1Justin Ruggles2011-10-131-0/+5
* truespeech: check for large enough output buffer rather than truncating outputJustin Ruggles2011-10-131-4/+12
* truespeech: remove unneeded zero-size packet check.Justin Ruggles2011-10-131-3/+0
* mlpdec: return meaningful error codes instead of -1Justin Ruggles2011-10-132-57/+61
* mlpdec: remove unnecessary wrapper functionJustin Ruggles2011-10-131-12/+3
* mlpdec: only calculate output size onceJustin Ruggles2011-10-131-3/+7
* mlpdec: validate that the reported channel count matches the actual outputJustin Ruggles2011-10-131-1/+6
* pcm: reduce pointer type castingMans Rullgard2011-10-131-40/+37
* mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-131-1/+3
* vc1: explicitly zero interlaced mode coding variables for progressive modeKostya Shishkov2011-10-131-2/+3
* tiffenc: initialize forgotten avctx.Jean First2011-10-121-0/+1
* vc1: more prettyprinting cosmeticsKostya Shishkov2011-10-121-1276/+1389
* vc1: prettyprint some tablesKostya Shishkov2011-10-121-529/+676
* vc1: K&R formatting cosmeticsKostya Shishkov2011-10-121-56/+58
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-1218-538/+538
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-13/+19
* rv34: move inverse transform functions to DSP contextJanne Grunau2011-10-126-81/+121
* h264: change unsupported bit depth message to error levelMans Rullgard2011-10-121-1/+1
* qdm2: fix signed multiplication overflowMans Rullgard2011-10-121-1/+1
* libx264: support yuv422/444 output.Anton Khirnov2011-10-121-1/+23
* fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins2011-10-111-2/+2
* h264: fix HRD parameters parsingMans Rullgard2011-10-112-2/+16
* prores: implement multithreading.Ronald S. Bultje2011-10-111-27/+44
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-117-2/+496
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-118-95/+180
OpenPOWER on IntegriCloud