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