summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* fix shared lib buildMichael Niedermayer2011-10-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\
| * lavc: hide private symbols.Anton Khirnov2011-10-20
| * lavc: deprecate img_get_alpha_info().Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for ff_toupper4.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for ff_ac3_parse_header.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
| * lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov2011-10-20
| * lavc: use avpriv_ prefix for ff_aac_parse_header().Anton Khirnov2011-10-20
| * avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentationJustin Ruggles2011-10-20
| * avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()Justin Ruggles2011-10-20
| * avcodec: clarify documentation of CODEC_CAP_DELAYJustin Ruggles2011-10-20
| * shorten: fix end-of-stream decoding.Justin Ruggles2011-10-20
| * shorten: do not use block size to determine whether to read the header.Justin Ruggles2011-10-20
| * shorten: check output buffer size before decodingJustin Ruggles2011-10-20
| * shorten: use av_clip_int16() for output sample clippingJustin Ruggles2011-10-20
| * shorten: use bytestream functions to decode the embedded WAVE headerJustin Ruggles2011-10-20
| * 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
* | aacdec:only overwrite configuration if theres a actual change.Michael Niedermayer2011-10-20
* | aacdec: support chan config =1 stereo filesMichael Niedermayer2011-10-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | v210dec: remove debuging #includeMichael Niedermayer2011-10-20
* | Fixes avpicture_layout to not write past buffer end.Matthew Einhorn2011-10-19