aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-202-3/+3
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-203-8/+8
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-202-15/+15
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-209-15/+15
* lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-208-20/+20
* lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-205-5/+5
* avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentationJustin Ruggles2011-10-201-0/+4
* avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()Justin Ruggles2011-10-201-2/+3
* avcodec: clarify documentation of CODEC_CAP_DELAYJustin Ruggles2011-10-201-2/+4
* shorten: fix end-of-stream decoding.Justin Ruggles2011-10-201-14/+33
* shorten: do not use block size to determine whether to read the header.Justin Ruggles2011-10-201-2/+4
* shorten: check output buffer size before decodingJustin Ruggles2011-10-201-1/+7
* shorten: use av_clip_int16() for output sample clippingJustin Ruggles2011-10-201-1/+1
* shorten: use bytestream functions to decode the embedded WAVE headerJustin Ruggles2011-10-201-26/+17
* shorten: add some commentsJustin Ruggles2011-10-201-0/+18
* shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()Justin Ruggles2011-10-201-44/+39
* cosmetics: remove some needless commented-out stuffJustin Ruggles2011-10-201-2/+0
* shorten: validate block sizeJustin Ruggles2011-10-201-2/+15
* shorten: move declaration of 'ret' to top of shorten_decode_frame()Justin Ruggles2011-10-201-2/+2
* shorten: pass on error value from allocate_buffers() instead of returning -1Justin Ruggles2011-10-201-3/+3
* shorten: check for realloc failureJustin Ruggles2011-10-201-3/+17
* shorten: move decoding of prediction order and applying of global offset toJustin Ruggles2011-10-201-17/+27
* shorten: only calculate output size when returning decoded samples, otherwiseJustin Ruggles2011-10-201-4/+6
* cosmetics: reindentJustin Ruggles2011-10-201-81/+81
* shorten: separate processing of audio commands from non-audio commandsJustin Ruggles2011-10-201-34/+39
* shorten: skip some fields in the WAV header embedded in the shorten header.Justin Ruggles2011-10-201-3/+4
* shorten: split reading of file header into a separate functionsJustin Ruggles2011-10-201-61/+70
* libspeexenc: add libspeex encoderJustin Ruggles2011-10-204-2/+327
* x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun2011-10-203-3/+3
* x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun2011-10-201-3/+3
* avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.Diego Biurrun2011-10-201-0/+6
* Only test-compile w32pthreads.h if W32THREADS are available.Diego Biurrun2011-10-201-0/+1
* lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov2011-10-192-22/+34
* Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar2011-10-191-9/+11
* Ut Video decoderKostya Shishkov2011-10-195-2/+465
* sunrast: Check for out of bounds readsLaurent Aimar2011-10-181-1/+13
* lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFERDustin Brody2011-10-181-4/+4
* lavc: replace API-bump-triggered AVCodecContext field change with shorter, no...Dustin Brody2011-10-181-5/+1
* 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