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