summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAgeFilesLines
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-071-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-121-3/+3
* cosmetics: vertical alignmentAurelien Jacobs2008-12-111-6/+6
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-46/+46
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+1
* constMichael Niedermayer2008-02-011-4/+4
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-141-0/+8
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-251-7/+9
* move all model related tables into their own structAurelien Jacobs2007-09-241-15/+20
* some simplifications and uniformisationAurelien Jacobs2007-09-241-1/+1
* remove wrong const qualifierAurelien Jacobs2007-07-251-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-2/+2
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-251-0/+1
* add support for another variant of vp6Aurelien Jacobs2007-01-141-0/+3
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-171-0/+1
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-241-2/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-3/+5
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-251-1/+1
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+248
OpenPOWER on IntegriCloud