]> git.sesse.net Git - ffmpeg/history - libavcodec/vp56.h
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / vp56.h
2009-07-05 Aurelien Jacobsvp56dec: ensure range coder won't read past the end...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Aurelien Jacobsfix vp5/vp6 decoding by using new prototype for decode...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-12 Aurelien Jacobsrename Vp56Model to VP56Model for consistency
2008-12-11 Aurelien Jacobscosmetics: vertical alignment
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-14 Aurelien Jacobsadd support for VP6 with huffman encoded blocks
2007-09-25 Aurelien Jacobsadd a new vp6a codec (add alpha plan support to vp6)
2007-09-24 Aurelien Jacobsmove all model related tables into their own struct
2007-09-24 Aurelien Jacobssome simplifications and uniformisation
2007-07-25 Aurelien Jacobsremove wrong const qualifier
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-01-14 Aurelien Jacobsadd support for another variant of vp6
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-10-24 Steve L'HommeDon't include inttypes.h/stdint.h directly, there is...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-25 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder