summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
Commit message (Collapse)AuthorAge
...
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename one variable to be consistent with the rest of the fileAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent spelling: plan => planeAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentAurelien Jacobs2007-09-25
| | | | Originally committed as revision 10575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a new vp6a codec (add alpha plan support to vp6)Aurelien Jacobs2007-09-25
| | | | Originally committed as revision 10574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move all model related tables into their own structAurelien Jacobs2007-09-24
| | | | Originally committed as revision 10571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vp56_b6to3 to vp56_b2pAurelien Jacobs2007-09-24
| | | | Originally committed as revision 10569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some simplifications and uniformisationAurelien Jacobs2007-09-24
| | | | Originally committed as revision 10568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup setting of returned data frameAurelien Jacobs2007-02-25
| | | | Originally committed as revision 8125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use pointers to avoid copying AVFrame.Aurelien Jacobs2007-02-25
| | | | | | | This ensure get_buffer() won't be confused with an AVFrame pointer which looks like it wasn't released. Originally committed as revision 8124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that data[0] is set to NULL for next frameAurelien Jacobs2007-02-06
| | | | | | to please avcodec_default_get_buffer() Originally committed as revision 7846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use coded_width and coded_height instead of width and heightAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-13
| | | | | | but this time ensure proper alignment using av_malloc instead of av_realloc Originally committed as revision 6245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-11
| | | | Originally committed as revision 6231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk