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