| Commit message (Expand) | Author | Age | Files | Lines |
* | Native VP8 decoder. | David Conrad | 2010-06-22 | 1 | -0/+75 |
* | Change a / 256 into a >> 8. | Ronald S. Bultje | 2010-06-22 | 1 | -1/+1 |
* | VP56: move vp56_edge_filter to new VP56DSPContext | Måns Rullgård | 2010-04-30 | 1 | -3/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Make VP5 and VP6 decoders output a qscale table to allow for more automatic | Reimar Döffinger | 2010-01-29 | 1 | -0/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | vp56dec: ensure range coder won't read past the end of input buffer | Aurelien Jacobs | 2009-07-05 | 1 | -2/+4 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | fix vp5/vp6 decoding by using new prototype for decode function | Aurelien Jacobs | 2009-04-07 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | rename Vp56Model to VP56Model for consistency | Aurelien Jacobs | 2008-12-12 | 1 | -3/+3 |
* | cosmetics: vertical alignment | Aurelien Jacobs | 2008-12-11 | 1 | -6/+6 |
* | avoid POSIX reserved _t suffix | Aurelien Jacobs | 2008-12-11 | 1 | -46/+46 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -4/+4 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | add support for VP6 with huffman encoded blocks | Aurelien Jacobs | 2007-10-14 | 1 | -0/+8 |
* | add a new vp6a codec (add alpha plan support to vp6) | Aurelien Jacobs | 2007-09-25 | 1 | -7/+9 |
* | move all model related tables into their own struct | Aurelien Jacobs | 2007-09-24 | 1 | -15/+20 |
* | some simplifications and uniformisation | Aurelien Jacobs | 2007-09-24 | 1 | -1/+1 |
* | remove wrong const qualifier | Aurelien Jacobs | 2007-07-25 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -2/+2 |
* | Use pointers to avoid copying AVFrame. | Aurelien Jacobs | 2007-02-25 | 1 | -0/+1 |
* | add support for another variant of vp6 | Aurelien Jacobs | 2007-01-14 | 1 | -0/+3 |
* | Add support for VP60 and VP61. | Aurelien Jacobs | 2006-12-17 | 1 | -0/+1 |
* | Don't include inttypes.h/stdint.h directly, there is an abstraction in | Steve L'Homme | 2006-10-24 | 1 | -2/+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-25 | 1 | -1/+1 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 1 | -0/+248 |