]> git.sesse.net Git - ffmpeg/history - libavcodec/amrwbdec.c
xsubdec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / amrwbdec.c
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesamrwb: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglesamrwbdec: set channels, channel_layout, and sample_rate
2012-10-27 Mans Rullgardamrwbdec: fix invalid pointer arithmetic
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-08-17 Martin Storsjöamrwbdec: Decode the fr_quality bit properly
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-05 Alex Converseamrnb/amrwb: Remove get_bits usage.
2012-03-02 Ronald S. Bultjeamrwb: remove duplicate arguments from extrapolate_isf().
2012-03-02 Ronald S. Bultjeamrwb: error out early if mode is invalid.
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-04-12 Martin Storsjölibavcodec: Use "const enum AVSampleFormat[]" in AVCode...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Anton KhirnovRename remaining occurrences of SAMPLE_FMT_* to AV_SAMP...
2011-02-03 Anton KhirnovReplace remaining occurrences of CODEC_TYPE_* with...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-01 Reimar DöffingerUse AVSampleFormat instead of the deprecated SampleFormat.
2010-12-18 Ronald S. BultjeAMR-WB decoder, written as part of Google Summer of...