summaryrefslogtreecommitdiff
path: root/libavcodec/aasc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* msrle: Use AVFrame instead of AVPictureVittorio Giovara2015-10-21
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun2015-05-05
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* aasc: Check minimum buffer sizeLuca Barbato2013-07-28
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* aasc: fix output for msrle compression.Anton Khirnov2013-02-06
* aasc: return meaningful error codes.Anton Khirnov2013-01-06
* aasc: cosmetics, reformatAnton Khirnov2012-12-23
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje2012-04-11
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-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
* 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
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* AASC can contain raw data in addition to MS-RLEKostya Shishkov2008-12-06
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-18
* 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
* Correct company nameKostya Shishkov2008-04-26
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove redundant assignKostya Shishkov2007-03-27
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Autodesk Animator Studio Codec (AASC) video decoder, courtesy ofMike Melanson2005-04-03