| Commit message (Expand) | Author | Age | Files | Lines |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | simplify | Aurelien Jacobs | 2007-09-25 | 1 | -10/+7 |
* | rename one variable to be consistent with the rest of the file | Aurelien Jacobs | 2007-09-25 | 1 | -10/+10 |
* | consistent spelling: plan => plane | Aurelien Jacobs | 2007-09-25 | 1 | -14/+14 |
* | simplify | Aurelien Jacobs | 2007-09-25 | 1 | -1/+1 |
* | cosmetic: indent | Aurelien Jacobs | 2007-09-25 | 1 | -96/+96 |
* | add a new vp6a codec (add alpha plan support to vp6) | Aurelien Jacobs | 2007-09-25 | 1 | -22/+56 |
* | move all model related tables into their own struct | Aurelien Jacobs | 2007-09-24 | 1 | -16/+20 |
* | rename vp56_b6to3 to vp56_b2p | Aurelien Jacobs | 2007-09-24 | 1 | -5/+5 |
* | some simplifications and uniformisation | Aurelien Jacobs | 2007-09-24 | 1 | -18/+18 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | 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 |