summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: add v4l2 example with ALSA instead of OSS.Clément Bœsch2011-10-30
* lavd: add v4l and v4l2 aliases.Clément Bœsch2011-10-30
* ffmpeg: silence two compiler warnings.Clément Bœsch2011-10-30
* doc: fix and clarify libx264 encoding.Clément Bœsch2011-10-30
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-30
|\
| * cin audio: use sign_extend() instead of casting to int16_tJustin Ruggles2011-10-29
| * cin audio: restructure decoding loop to avoid a separate counter variableJustin Ruggles2011-10-29
| * cin audio: use local variable for delta valueJustin Ruggles2011-10-29
| * cin audio: remove unneeded cast from void*Justin Ruggles2011-10-29
| * cin audio: validate the channel countJustin Ruggles2011-10-29
| * cin audio: remove unneeded AVCodecContext pointer from CinAudioContextJustin Ruggles2011-10-29
| * dsicin: fix several audio-related fields in the CIN demuxerJustin Ruggles2011-10-29
| * flacdec: use av_get_bytes_per_sample() to get sample sizeJustin Ruggles2011-10-29
| * 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
| * mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson2011-10-29