]> git.sesse.net Git - ffmpeg/history - libavcodec/ra144dec.c
lavc: introduce a new decoding/encoding API with decoupled input/output
[ffmpeg] / libavcodec / ra144dec.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-10 Janne Grunaura144: check buffer size before requesting a buffer
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunFix a number of incorrect intmath.h #includes.
2013-02-12 Justin Rugglesra144: 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 Rugglesra144dec: set channel layout
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-10 Justin Rugglesra144: use macro constants to make the code more unders...
2011-10-10 Justin Rugglesra144dec: log an error message when output buffer is...
2011-10-10 Justin Rugglesra144dec: use a more descriptive calculation for output...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
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-06-11 Francesco LavraSplit do_output_subblock() into common code and decoder...
2010-06-11 Francesco LavraAdd ff_ prefix to non-static functions
2010-06-11 Francesco LavraSplit ra144.c in common code (to be shared with the...