summaryrefslogtreecommitdiff
path: root/libavcodec/binkaudio.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* build: Split WMA frequencies into a separate object fileDiego Biurrun2014-09-04
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-15
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* binkaudio: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* binkaudio: set channel layoutJustin Ruggles2012-11-12
* binkaudio: remove unneeded GET_BITS_SAFE macroJustin Ruggles2012-09-18
* binkaudio: use float sample formatJustin Ruggles2012-09-18
* binkaudio: use a different value for the coefficient scale for the DCT codecJustin Ruggles2012-09-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles2011-11-04
* 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
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* bink: pass Bink version to audio decoder through extradata instead of codec_tag.Kostya2011-07-06
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Bink version 'b' audio decoderPeter Ross2011-02-25
* binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-25
* binkaudio: remove unnecessary loopPeter Ross2011-02-25
* binkaudio: perform band table scaling in decode_initPeter Ross2011-02-25
* binkaudio: remove unused copy of AVCodecContext*Peter Ross2011-02-15
* binkaudio: fix channel count checkPeter Ross2011-02-15
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot...Peter Ross2010-03-11
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06