summaryrefslogtreecommitdiffstats
path: root/libavcodec/binkaudio.c
Commit message (Expand)AuthorAgeFilesLines
* 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