summaryrefslogtreecommitdiff
path: root/libavcodec/binkaudio.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Bink version 'b' audio decoderPeter Ross2011-02-25
| * binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-25
| * binkaudio: remove unnecessary loopPeter Ross2011-02-25
| * binkaudio: perform band table scaling in decode_initPeter Ross2011-02-25
| * binkaudio: remove unused copy of AVCodecContext*Peter Ross2011-02-15
| * binkaudio: fix channel count checkPeter Ross2011-02-15
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Bink version 'b' audio decoderPeter Ross2011-02-26
* | binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross2011-02-26
* | binkaudio: remove unnecessary loopPeter Ross2011-02-26
* | binkaudio: perform band table scaling in decode_initPeter Ross2011-02-26
* | binkaudio: remove unused copy of AVCodecContext*Peter Ross2011-02-15
* | binkaudio: fix channel count checkPeter Ross2011-02-15
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* 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