summaryrefslogtreecommitdiffstats
path: root/libavcodec/aasc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-011-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* AASC can contain raw data in addition to MS-RLEKostya Shishkov2008-12-061-1/+19
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-181-73/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Correct company nameKostya Shishkov2008-04-261-2/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-1/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove redundant assignKostya Shishkov2007-03-271-1/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* Autodesk Animator Studio Codec (AASC) video decoder, courtesy ofMike Melanson2005-04-031-0/+174
OpenPOWER on IntegriCloud