summaryrefslogtreecommitdiff
path: root/libavcodec/amrwbdec.c
Commit message (Expand)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* 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
* amrwb: 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
* amrwbdec: set channels, channel_layout, and sample_rateJustin Ruggles2012-11-01
* amrwbdec: fix invalid pointer arithmeticMans Rullgard2012-10-27
* 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
* amrwbdec: Decode the fr_quality bit properlyMartin Storsjö2012-08-17
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* 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
* amrwb: remove duplicate arguments from extrapolate_isf().Ronald S. Bultje2012-03-02
* amrwb: error out early if mode is invalid.Ronald S. Bultje2012-03-02
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-12
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*Anton Khirnov2011-02-03
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-03
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use AVSampleFormat instead of the deprecated SampleFormat.Reimar Döffinger2011-01-01
* AMR-WB decoder, written as part of Google Summer of Code 2010 by MarceloRonald S. Bultje2010-12-18