summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* imc: validate channel countJustin Ruggles2011-11-02
* imc: check for ff_fft_init() failureJustin Ruggles2011-11-02
* imc: check output buffer size before decodingJustin Ruggles2011-11-02
* imc: use DSPContext.bswap16_buf() to byte-swap packet dataJustin Ruggles2011-11-02
* libgsm: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-02
* libgsm: simplify decoding by using a loopJustin Ruggles2011-11-02
* gsm: log error message when packet is too smallJustin Ruggles2011-11-02
* libgsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-02
* gsmdec: do not needlessly set *data_size to 0Justin Ruggles2011-11-02
* gsmdec: add flush function to reset the decoder state when seekingJustin Ruggles2011-11-02
* libgsmdec: check output buffer size before decodingJustin Ruggles2011-11-02
* gsmdec: log error message when output buffer is too small.Justin Ruggles2011-11-02
* gsm: use av_get_bytes_per_sample() in frame_bytes calculationJustin Ruggles2011-11-02
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-02
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* vp3: remove some pointless commentsDiego Biurrun2011-11-02
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* g726dec: add flush() function to reset state when seekingJustin Ruggles2011-11-01
* g726: don't pass index to g726_reset()Justin Ruggles2011-11-01
* g726enc: add private option for setting code size directly.Justin Ruggles2011-11-01
* g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles2011-11-01
* g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles2011-11-01
* g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles2011-11-01
* g726enc: use av_assert0() for sample_rate validationJustin Ruggles2011-11-01
* g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles2011-11-01
* g726dec: remove the sample_rate validationJustin Ruggles2011-11-01
* g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-01
* g726: split the init function for the encoder and decoderJustin Ruggles2011-11-01
* g726: pre-calculate the number of output samples.Justin Ruggles2011-11-01
* g726: use int16_t instead of shortJustin Ruggles2011-11-01
* libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun2011-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
* 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