summaryrefslogtreecommitdiff
path: root/libavcodec/binkaudio.c
Commit message (Expand)AuthorAge
* 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
* Perform coefficient transformations in Bink Audio DCT decoder (issue1770)Peter Ross2010-03-03
* Use reported_size to truncate final Bink Audio framePeter Ross2010-02-23
* Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp2010-02-19
* Update binkaudio to new DECLARE_ALIGNED syntaxDaniel Verkamp2010-01-31
* Bink Audio decoderPeter Ross2010-01-31