]> git.sesse.net Git - ffmpeg/history - libavcodec/amrwbdec.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / amrwbdec.c
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...