summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tta: check for allocation failure of decode_bufferJustin Ruggles2011-10-25
* tta: use correct frame_length calculation.Justin Ruggles2011-10-25
* tta: add support for decoding 24-bit sample formatJustin Ruggles2011-10-25
* cosmetics: indentationJustin Ruggles2011-10-25
* tta: remove pointless bracesJustin Ruggles2011-10-25
* tta: check output buffer size after adjusting frame length for last frameJustin Ruggles2011-10-25
* tta: fix reading of format in TTA header.Justin Ruggles2011-10-25
* tta: remove useless commented-out linesJustin Ruggles2011-10-25
* tta: check remaining bitstream size while reading unary valueJustin Ruggles2011-10-25
* lavf: deprecate AVStream.stream_copyAnton Khirnov2011-10-25
* avconc: split choose_codec() to choose_decoder/choose_encoder.Anton Khirnov2011-10-25
* lavf: simplify by using FFMAX/FFMIN.Anton Khirnov2011-10-25
* mpegenc: add preload private option.Anton Khirnov2011-10-25
* cosmetics: simplify latm_decode_initJanne Grunau2011-10-25
* latm: avoid unnecessary reinit of the aac decoderJanne Grunau2011-10-25
* aacdec: initialize sbr context only in new channel elementsJanne Grunau2011-10-25
* resample: reject unhandled conversionsJanne Grunau2011-10-25
* resample: remove unused #defineJanne Grunau2011-10-25
* adpcm: use sign_extend()Mans Rullgard2011-10-24
* mpeg12: fix mpeg_decode_slice context parameter typeJanne Grunau2011-10-24
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-24
* Move id3v2 tag writing to a separate file.Michael Karcher2011-10-23
* swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje2011-10-23
* g722: split decoder and encoder into separate filesJustin Ruggles2011-10-23
* cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles2011-10-23
* vorbisdec: check output buffer size before writing outputJustin Ruggles2011-10-23
* wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles2011-10-23
* ac3enc: Set max value for mode options correctlyJohn Stebbins2011-10-23
* lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2011-10-23
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-23
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-23
* id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher2011-10-22
* VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-22
* twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
* twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
* lavf: export some forgotten symbols with non-av prefixes.Anton Khirnov2011-10-22
* swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje2011-10-22
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22
* yuv2planeX10 SIMDKieran Kunhya2011-10-22
* swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-22
* swscale: reintroduce full precision in 16-bit output.Ronald S. Bultje2011-10-22
* Split up yuv2yuvX functionsKieran Kunhya2011-10-22
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-22
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-22
* lavc: translate non-flag-based er options into flag-based ef options at codec...Dustin Brody2011-10-22
* add -err_filter AVOptions to access flag-based error recognitionDustin Brody2011-10-22
* h264_weight: initialize "height" function argument properly.Ronald S. Bultje2011-10-22
* presets: spelling error in libvpx 1080p50_60Lou Logan2011-10-22