summaryrefslogtreecommitdiff
path: root/libavcodec/amrnbdec.c
Commit message (Expand)AuthorAge
* Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\
| * Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-03
|\|
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
| * libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-20
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | amrnbdec: we dont want dtx samples anymore and give the user a hint towards h...Michael Niedermayer2011-06-28
* | Add forgotten const to enum AVSampleFormatMichael Niedermayer2011-04-12
* | amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-22
* | 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
* Move AMR-NB frame unpacking code to a common file so it can be reused inMarcelo Galvăo Póvoa2010-09-10
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-07
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-03
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-21
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-21
* 10l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix spelling.Ronald S. Bultje2010-03-11
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-21