summaryrefslogtreecommitdiffstats
path: root/libavcodec/amrnbdec.c
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten const to enum AVSampleFormatMichael Niedermayer2011-04-121-1/+1
* amrnb: use correct size when copying lsf_r arrayMans Rullgard2011-02-221-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Move AMR-NB frame unpacking code to a common file so it can be reused inMarcelo Galvăo Póvoa2010-09-101-18/+4
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-071-16/+2
* amrnbdec: Apply AMR_SAMPLE_SCALE when finishing the decoder outputMartin Storsjö2010-05-031-1/+2
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-9/+3
* Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje2010-04-211-1/+1
* Split the input/output data arguments to ff_adaptive_gain_control().Ronald S. Bultje2010-04-211-1/+1
* 10l: do not try to unpack DTX frames in AMR-NB decoderVitor Sessak2010-04-211-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fix spelling.Ronald S. Bultje2010-03-111-2/+2
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-211-0/+1081
OpenPOWER on IntegriCloud