Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup setting of returned data frame | Aurelien Jacobs | 2007-02-25 | 1 | -3/+2 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-25 | 1 | -25/+25 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | ensure that data[0] is set to NULL for next frame | Aurelien Jacobs | 2007-02-06 | 1 | -0/+1 |
* | use coded_width and coded_height instead of width and height | Aurelien Jacobs | 2006-10-22 | 1 | -6/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -3/+5 |
* | replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) | Aurelien Jacobs | 2006-09-13 | 1 | -9/+7 |
* | don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) | Aurelien Jacobs | 2006-09-11 | 1 | -5/+8 |
* | rename vector to vect to avoid clash with Apple gcc | Aurelien Jacobs | 2006-09-09 | 1 | -12/+12 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 1 | -0/+662 |