]> git.sesse.net Git - ffmpeg/history - libavcodec/8svx.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / 8svx.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-09 Justin Rugglesavcodec: add support for planar signed 8-bit PCM.
2011-09-22 Justin Ruggles8svx/iff: fix decoding of compressed stereo 8svx files.
2011-09-22 Justin Ruggles8svx: log an error message if output buffer is too...
2011-09-22 Justin Ruggles8svx: check packet size before reading the initial...
2011-09-22 Justin Ruggles8svx: output 8-bit samples instead of 16-bit.
2011-09-22 Justin Ruggles8svx: split delta decoding into a separate function.
2011-07-14 Diego Biurrundoxygen: place empty line between brief description...
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-10-02 Reimar DöffingerMake 8svx codec context table pointer const to match...
2008-10-02 Reimar DöffingerUse "static const" instead of "const static"
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniMake 8SVX codec names just a single word for consistenc...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-31 Diego Biurrunminor typo fixes
2008-03-31 Diego Biurruncosmetics: Write some Doxygen comments in a more compac...
2008-03-30 Jai Menon8SVX decoder