]> git.sesse.net Git - ffmpeg/history - libavcodec/vp56.c
Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.
[ffmpeg] / libavcodec / vp56.c
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