| Commit message (Expand) | Author | Age | Files | Lines |
* | vp56: don't reset dimensions to 0 in codec init | Aurelien Jacobs | 2008-12-15 | 1 | -1/+2 |
* | rename Vp56Model to VP56Model for consistency | Aurelien Jacobs | 2008-12-12 | 1 | -5/+5 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -18/+18 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -1/+0 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | add support for VP6 with huffman encoded blocks | Aurelien Jacobs | 2007-10-14 | 1 | -1/+1 |
* | add a new vp6a codec (add alpha plan support to vp6) | Aurelien Jacobs | 2007-09-25 | 1 | -1/+1 |
* | move all model related tables into their own struct | Aurelien Jacobs | 2007-09-24 | 1 | -31/+36 |
* | some simplifications and uniformisation | Aurelien Jacobs | 2007-09-24 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | set CODEC_CAP_DR1 for vp5 and vp6 decoders | Aurelien Jacobs | 2007-05-05 | 1 | -0/+1 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-25 | 1 | -4/+4 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | Don't include inttypes.h/stdint.h directly, there is an abstraction in | Steve L'Homme | 2006-10-24 | 1 | -1/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -3/+5 |
* | rename vector to vect to avoid clash with Apple gcc | Aurelien Jacobs | 2006-09-09 | 1 | -3/+3 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 1 | -0/+289 |