]> git.sesse.net Git - ffmpeg/history - libavcodec/vp5.c
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
[ffmpeg] / libavcodec / vp5.c
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
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-05 Diego Biurrunlicense header consistency cosmetics
2007-05-05 Aurelien Jacobsset CODEC_CAP_DR1 for vp5 and vp6 decoders
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
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-09 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder