summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.c
Commit message (Collapse)AuthorAge
* 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