| Commit message (Expand) | Author | Age | Files | Lines |
* | move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil | Aurelien Jacobs | 2009-02-09 | 1 | -34/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | 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 | -6/+6 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -31/+31 |
* | vp6dec: ensure we don't try to use a buffer with negative size | Aurelien Jacobs | 2008-10-13 | 1 | -0/+2 |
* | vp6: ensure that huffman decoding table is sorted with descending symbol order | Peter Ross | 2008-06-22 | 1 | -1/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -3/+3 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | huffman: pass hnode_first as a flag instead of as an argument on its own | Aurelien Jacobs | 2008-03-08 | 1 | -1/+2 |
* | 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 |
* | 10l: init_get_bits want size in bits, not bytes | Aurelien Jacobs | 2007-11-27 | 1 | -1/+1 |
* | add support for VP6 with huffman encoded blocks | Aurelien Jacobs | 2007-10-14 | 1 | -8/+127 |
* | add a new vp6a codec (add alpha plan support to vp6) | Aurelien Jacobs | 2007-09-25 | 1 | -1/+15 |
* | move all model related tables into their own struct | Aurelien Jacobs | 2007-09-24 | 1 | -37/+43 |
* | some simplifications and uniformisation | Aurelien Jacobs | 2007-09-24 | 1 | -1/+1 |
* | add a warning message for unsupported kind of encoding | Aurelien Jacobs | 2007-09-01 | 1 | -1/+3 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -6/+5 |
* | simplify | Loren Merritt | 2007-05-06 | 1 | -9/+4 |
* | simplify | Loren Merritt | 2007-05-06 | 1 | -10/+4 |
* | faster and simpler vp6 bilinear mc | Loren Merritt | 2007-05-06 | 1 | -24/+4 |
* | set CODEC_CAP_DR1 for vp5 and vp6 decoders | Aurelien Jacobs | 2007-05-05 | 1 | -0/+2 |
* | 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 | -4/+4 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-01-14 | 1 | -5/+5 |
* | add support for another variant of vp6 | Aurelien Jacobs | 2007-01-14 | 1 | -7/+26 |
* | Add support for VP60 and VP61. | Aurelien Jacobs | 2006-12-17 | 1 | -7/+22 |
* | small optimization | Aurelien Jacobs | 2006-12-17 | 1 | -1/+1 |
* | Don't include inttypes.h/stdint.h directly, there is an abstraction in | Steve L'Homme | 2006-10-24 | 1 | -1/+0 |
* | document the extradata protocol for VP6F | Aurelien Jacobs | 2006-10-23 | 1 | -0/+5 |
* | use the adjustment value present in FLV to crop VP6 video | Aurelien Jacobs | 2006-10-22 | 1 | -0/+4 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -2/+2 |
* | 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 | -5/+5 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 1 | -0/+512 |