summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* vp56dec: ensure range coder won't read past the end of input bufferAurelien Jacobs2009-07-05
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* fix vp5/vp6 decoding by using new prototype for decode functionAurelien Jacobs2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* rename Vp56Model to VP56Model for consistencyAurelien Jacobs2008-12-12
* cosmetics: vertical alignmentAurelien Jacobs2008-12-11
* 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