summaryrefslogtreecommitdiff
path: root/libavcodec/amrnbdec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* amrnb: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* amrnbdec: set channels, channel_layout, and sample_rateJustin Ruggles2012-11-01
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* amrnb/amrwb: Remove get_bits usage.Alex Converse2012-03-05
* amrnbdec: check frame size before decoding.Vitor Sessak2012-02-29
* Report an error if pitch_lag is zero in AMR-NB decoder.Oana Stratulat2012-01-04
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-20
* 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
* 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