summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* shorten: add some commentsJustin Ruggles2011-10-20
* shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()Justin Ruggles2011-10-20
* cosmetics: remove some needless commented-out stuffJustin Ruggles2011-10-20
* shorten: validate block sizeJustin Ruggles2011-10-20
* shorten: move declaration of 'ret' to top of shorten_decode_frame()Justin Ruggles2011-10-20
* shorten: pass on error value from allocate_buffers() instead of returning -1Justin Ruggles2011-10-20
* shorten: check for realloc failureJustin Ruggles2011-10-20
* shorten: move decoding of prediction order and applying of global offset toJustin Ruggles2011-10-20
* shorten: only calculate output size when returning decoded samples, otherwiseJustin Ruggles2011-10-20
* cosmetics: reindentJustin Ruggles2011-10-20
* shorten: separate processing of audio commands from non-audio commandsJustin Ruggles2011-10-20
* shorten: skip some fields in the WAV header embedded in the shorten header.Justin Ruggles2011-10-20
* shorten: split reading of file header into a separate functionsJustin Ruggles2011-10-20
* libspeexenc: add libspeex encoderJustin Ruggles2011-10-20
* x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun2011-10-20
* x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun2011-10-20
* avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.Diego Biurrun2011-10-20
* Only test-compile w32pthreads.h if W32THREADS are available.Diego Biurrun2011-10-20
* lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov2011-10-19
* Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar2011-10-19
* Ut Video decoderKostya Shishkov2011-10-19
* sunrast: Check for out of bounds readsLaurent Aimar2011-10-18
* lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFERDustin Brody2011-10-18
* lavc: replace API-bump-triggered AVCodecContext field change with shorter, no...Dustin Brody2011-10-18
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* avcodec: remove stray @deprecated commentMans Rullgard2011-10-16
* prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-15
* prores: do not set pixel format on codec initMans Rullgard2011-10-15
* pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-15
* pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje2011-10-15
* vp8: prevent read from uninitialized memory in decode_mvsRonald S. Bultje2011-10-15
* vp8: force reallocation in update_thread_context after frame size changeRonald S. Bultje2011-10-15
* vp8: fix return value if update_dimensions failsRonald S. Bultje2011-10-15
* adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles2011-10-14
* 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