summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* alacdec: move some declarations to the top of the functionJustin Ruggles2011-10-26
* alacdec: always use get_sbits_long() for uncompressed samplesJustin Ruggles2011-10-26
* alacdec: remove unneeded local variableJustin Ruggles2011-10-26
* alacdec: remove the numchannels parameter from several functions.Justin Ruggles2011-10-26
* alacdec: rename 2 functions.Justin Ruggles2011-10-26
* alacdec: move appending of extra_bits to a separate function.Justin Ruggles2011-10-26
* alacdec: split stereo decorrelation into a separate function.Justin Ruggles2011-10-26
* alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.Justin Ruggles2011-10-26
* alacdec: remove unneeded numsamples checksJustin Ruggles2011-10-26
* alacdec: check for buffer allocation failure.Justin Ruggles2011-10-26
* alacdec: allocate per-channel buffers based on channel count.Justin Ruggles2011-10-26
* alacdec: read/validate number of channels from the extradata.Justin Ruggles2011-10-26
* alacdec: remove unneeded validation of setinfo_sample_size.Justin Ruggles2011-10-26
* alacdec: set sample_fmt in alac_decode_init()Justin Ruggles2011-10-26
* alacdec: set bytespersample using av_get_bytes_per_sample()Justin Ruggles2011-10-26
* threads: restore has_b_frames in frame_thread_freeJanne Grunau2011-10-26
* H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-26
* g722dec: check output buffer size before decodingJustin Ruggles2011-10-25
* g722dec: cosmetics: reindent/linewrapJustin Ruggles2011-10-25
* g722dec: remove the use of lowres for half-rate decoding.Justin Ruggles2011-10-25
* tta: check for extradata allocation failure in tta demuxerJustin Ruggles2011-10-25
* 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