summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dca: handle errors from dca_decode_block()Justin Ruggles2011-10-29
* dca: return error if the frame header is invalidJustin Ruggles2011-10-29
* dca: return proper error codes instead of -1Justin Ruggles2011-10-29
* utvideo: handle empty Huffman treesKostya Shishkov2011-10-29
* binkaudio: change short to int16_tJustin Ruggles2011-10-29
* binkaudio: only decode one block at a time.Justin Ruggles2011-10-29
* binkaudio: store interleaved overlap samples in BinkAudioContext.Justin Ruggles2011-10-29
* binkaudio: pre-calculate quantization factorsJustin Ruggles2011-10-29
* binkaudio: add some buffer overread checks.Justin Ruggles2011-10-29
* atrac3: support float or int16 output using request_sample_fmtJustin Ruggles2011-10-29
* atrac3: add CODEC_CAP_SUBFRAMES capabilityJustin Ruggles2011-10-29
* atrac3: return appropriate error codes instead of -1Justin Ruggles2011-10-29
* atrac3: make sure all memory is freed on init failureJustin Ruggles2011-10-29
* atrac3: add a couple macro constantsJustin Ruggles2011-10-29
* atrac3: return error if packet is too smallJustin Ruggles2011-10-29
* atrac3: check output buffer size before decodingJustin Ruggles2011-10-29
* atrac3: use separate pointers for each channel in decodeFrame()Justin Ruggles2011-10-29
* atrac3: use optimized float_interleave() function for stereo interleavingJustin Ruggles2011-10-29
* atrac3: decode mono directly to the output bufferJustin Ruggles2011-10-29
* atrac3: decode output to float samples instead of converting to s16Justin Ruggles2011-10-29
* atrac1: return appropriate error codes instead of -1Justin Ruggles2011-10-29
* atrac1: check for ff_mdct_init() failureJustin Ruggles2011-10-29
* atrac1: use optimized float_interleave() function for stereo interleavingJustin Ruggles2011-10-29
* atrac1: fix a typoJustin Ruggles2011-10-29
* atrac1: validate number of channelsJustin Ruggles2011-10-29
* atrac1: decode mono audio directly to output bufferJustin Ruggles2011-10-29
* atrac1: check output buffer size before decodingJustin Ruggles2011-10-29
* cook: return AVERROR_PATCHWELCOME instead of ENOTSUPJustin Ruggles2011-10-29
* cook: check output buffer size before decodingJustin Ruggles2011-10-29
* cook: do not needlessly set *data_size to 0Justin Ruggles2011-10-29
* cook: remove pointless return statementsJustin Ruggles2011-10-29
* cook: simplify decouple_info()Justin Ruggles2011-10-29
* cook: return appropriate error codes instead of -1Justin Ruggles2011-10-29
* cook: avoid hardcoded sizes in sizeof()Justin Ruggles2011-10-29
* cook: remove unneeded #includesJustin Ruggles2011-10-29
* cook: output float samples instead of converting to int16Justin Ruggles2011-10-29
* utvideo: account for coupled lines in YUV420 formatKostya Shishkov2011-10-28
* vp3: fix oob read for negative tokens and memleaks on error.Ronald S. Bultje2011-10-28
* vp8: fix overflow in segmentation map caching.Ronald S. Bultje2011-10-28
* Fix decoding of lossless 4:2:2 H.264Anton Mitrofanov2011-10-28
* Fix decoding of lossless 10-bit 4:4:4 H.264Anton Mitrofanov2011-10-28
* isom: Add MPEG4SYSTEMS dummy object type indication.Alex Converse2011-10-28
* aacdec: allow output reconfiguration on channel changesMichael Niedermayer2011-10-28
* nellymoserenc: take float input samples instead of int16Justin Ruggles2011-10-28
* nellymoserdec: use dsp functions for overlap and windowingJustin Ruggles2011-10-28
* nellymoserdec: do not fail if there is extra data in the packetJustin Ruggles2011-10-28
* nellymoserdec: fail if output buffer is too smallJustin Ruggles2011-10-28
* nellymoserdec: remove pointless buffer size check.Justin Ruggles2011-10-28
* snow: do not draw_edge if emu_edge is setMichael Niedermayer2011-10-28
* wmavoice: move output buffer size check to synth_superframe().Justin Ruggles2011-10-28