]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vp56.h
Makefile.omk sucks in config generated by config4omk.
[frescor/ffmpeg.git] / libavcodec / vp56.h
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 aurelfix vp5/vp6 decoding by using new prototype for decode...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-12 aurelrename Vp56Model to VP56Model for consistency
2008-12-11 aurelcosmetics: vertical alignment
2008-12-11 aurelavoid POSIX reserved _t suffix
2008-08-31 stefanoRename globally the header inclusion guards.
2008-03-05 aurelremove #include "mpegvideo.h" where it is not needed
2008-02-01 michaelconst
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-14 aureladd support for VP6 with huffman encoded blocks
2007-09-25 aureladd a new vp6a codec (add alpha plan support to vp6)
2007-09-24 aurelmove all model related tables into their own struct
2007-09-24 aurelsome simplifications and uniformisation
2007-07-25 aurelremove wrong const qualifier
2007-07-05 diegolicense header consistency cosmetics
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-02-25 aurelUse pointers to avoid copying AVFrame.
2007-01-14 aureladd support for another variant of vp6
2006-12-17 aurelAdd support for VP60 and VP61.
2006-10-24 diegoDon't include inttypes.h/stdint.h directly, there is...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-25 aurelrename vector to vect to avoid clash with Apple gcc
2006-09-09 aurelVP5 and VP6 video decoder