]> git.sesse.net Git - ffmpeg/history - libavcodec/vp56.c
Remove declaration of non-existing functions
[ffmpeg] / libavcodec / vp56.c
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-09-25 Aurelien Jacobssimplify
2007-09-25 Aurelien Jacobsrename one variable to be consistent with the rest...
2007-09-25 Aurelien Jacobsconsistent spelling: plan => plane
2007-09-25 Aurelien Jacobssimplify
2007-09-25 Aurelien Jacobscosmetic: indent
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 Jacobsrename vp56_b6to3 to vp56_b2p
2007-09-24 Aurelien Jacobssome simplifications and uniformisation
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Aurelien Jacobscleanup setting of returned data frame
2007-02-25 Aurelien JacobsUse pointers to avoid copying AVFrame.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-06 Aurelien Jacobsensure that data[0] is set to NULL for next frame
2006-10-22 Aurelien Jacobsuse coded_width and coded_height instead of width and...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-13 Aurelien Jacobsreplaces back some C code by dsp.put_pixels_tab[0]...
2006-09-11 Aurelien Jacobsdon't use dsp.put_pixels_tab[0][0] with unaligned ptr...
2006-09-09 Aurelien Jacobsrename vector to vect to avoid clash with Apple gcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder