summaryrefslogtreecommitdiff
path: root/libavcodec/sp5xdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()Janne Grunau2015-07-01
* mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-13
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Remove lowres video decodingMans Rullgard2012-04-21
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Fix incorrect max_lowres valuesMans Rullgard2011-07-20
* Remove unused variablesMans Rullgard2011-06-02
* AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer2011-04-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* sp5x: remove broken code under #if 0Måns Rullgård2010-08-25
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* amv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* constMichael Niedermayer2008-02-01
* Fix MJPEG decoder for AMV files.Vladimir Voroshilov2007-10-13
* AMV video decoder.Vladimir Voroshilov2007-09-29
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19