summaryrefslogtreecommitdiffstats
path: root/libavcodec/binkaudio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp2010-02-191-6/+8
* Update binkaudio to new DECLARE_ALIGNED syntaxDaniel Verkamp2010-01-311-2/+2
* Bink Audio decoderPeter Ross2010-01-311-0/+303
OpenPOWER on IntegriCloud