summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
Commit message (Expand)AuthorAge
...
* constMichael Niedermayer2008-02-01
* simplifyAurelien Jacobs2007-09-25
* rename one variable to be consistent with the rest of the fileAurelien Jacobs2007-09-25
* consistent spelling: plan => planeAurelien Jacobs2007-09-25
* simplifyAurelien Jacobs2007-09-25
* cosmetic: indentAurelien Jacobs2007-09-25
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
* move all model related tables into their own structAurelien Jacobs2007-09-24
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
* some simplifications and uniformisationAurelien Jacobs2007-09-24
* license header consistency cosmeticsDiego Biurrun2007-07-05
* cleanup setting of returned data frameAurelien Jacobs2007-02-25
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* ensure that data[0] is set to NULL for next frameAurelien Jacobs2007-02-06
* use coded_width and coded_height instead of width and heightAurelien Jacobs2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-13
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-11
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09