summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAge
...
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add support for VP6 with huffman encoded blocksAurelien Jacobs2007-10-14
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* remove wrong const qualifierAurelien Jacobs2007-07-25
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
* add support for another variant of vp6Aurelien Jacobs2007-01-14
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-17
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-24
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-25
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09