]> git.sesse.net Git - ffmpeg/history - libavcodec/gsmdec.c
hevc: ppc: Add HEVC 4x4 IDCT for PowerPC
[ffmpeg] / libavcodec / gsmdec.c
2016-11-18 Alexandra Hájkovágsm: Convert to the new bitstream reader
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-11-26 Kostya ShishkovMSN Audio support
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesgsm: decode directly to the user-provided AVFrame
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 Rugglesgsmdec: always set channel layout and sample rate at...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-02 Justin Rugglesgsm: log error message when packet is too small
2011-11-02 Justin Rugglesgsmdec: do not needlessly set *data_size to 0
2011-11-02 Justin Rugglesgsmdec: add flush function to reset the decoder state...
2011-11-02 Justin Rugglesgsmdec: log error message when output buffer is too...
2011-11-02 Justin Rugglesgsm: use av_get_bytes_per_sample() in frame_bytes calcu...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-02 Reimar DöffingerFix GSM decoding: regular GSM and MSGSM do not use...
2010-07-27 Reimar DöffingerDocument how the ref_buf is used.
2010-07-10 Reimar DöffingerAdd native GSM 06.10 audio decoder.