summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* libspeexdec: include system headers before local headersJustin Ruggles2011-10-21
* libspeexdec: return meaningful error codesJustin Ruggles2011-10-21
* libspeexdec: cosmetics: reindentJustin Ruggles2011-10-21
* libspeexdec: decode one frame at a time.Justin Ruggles2011-10-21
* mp3on4: check for allocation failures in decode_init_mp3on4()Justin Ruggles2011-10-21
* mp3on4: create a separate flush function for MP3onMP4.Justin Ruggles2011-10-21
* mp3on4: ensure that the frame channel count does not exceed the codec channelJustin Ruggles2011-10-21
* mp3on4: set channel layoutJustin Ruggles2011-10-21
* mp3on4: fix the output channel orderJustin Ruggles2011-10-21
* mp3on4: allocate temp buffer with av_malloc() instead of on the stack.Justin Ruggles2011-10-21
* mp3on4: copy MPADSPContext from first context to all contexts.Justin Ruggles2011-10-21
* fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles2011-10-21
* fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles2011-10-21
* fmtconvert: fix and extend documentation for float_interleave()Justin Ruggles2011-10-21
* h264: fix ppc/altivec buildMans Rullgard2011-10-21
* Enable multithreding when decoding with libopenjpegJean First2011-10-21
* h264: mark some MC functions with av_always_inline instead of inline.Ronald S. Bultje2011-10-21
* H264: have hl_motion() and its callees take a chroma_idc argument.Ronald S. Bultje2011-10-21
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* Support for lossless and inter H264 4:2:2.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* vp8: fix up handling of segmentation_maps in reference frames.Ronald S. Bultje2011-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