| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for huffman tree building error in vp6 decoder. | Laurent Aimar | 2011-09-22 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -4/+6 |
|\ |
|
| * | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -4/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | ARM optimised vp56_rac_get_prob() | Mans Rullgard | 2011-02-11 | 1 | -1/+5 |
* | | ARM optimised vp56_rac_get_prob() | Mans Rullgard | 2011-02-13 | 1 | -1/+5 |
|/ |
|
* | VP5/6/8: ~7% faster arithmetic decoding | Jason Garrett-Glaser | 2010-08-12 | 1 | -5/+5 |
* | VP5/6/8: eliminate CABAC dependency | Jason Garrett-Glaser | 2010-08-04 | 1 | -10/+3 |
* | Silence unused function warnings in vp56.h | Jason Garrett-Glaser | 2010-08-03 | 1 | -5/+5 |
* | VP5/6/8: tweak some arithcoder inlining | Jason Garrett-Glaser | 2010-08-03 | 1 | -16/+19 |
* | Reindent after last commit. | Alex Converse | 2010-07-28 | 1 | -1/+1 |
* | ff_prefix non static vp56 functions. | Alex Converse | 2010-07-28 | 1 | -4/+4 |
* | Inline asm for VP56 arith coder | Eli Friedman | 2010-07-23 | 1 | -5/+7 |
* | Decode DCT tokens by branching to a different code path for each branch | David Conrad | 2010-07-23 | 1 | -0/+18 |
* | Move renormalization of the VP56 arith decoder to before decoding a bit | David Conrad | 2010-07-23 | 1 | -15/+11 |
* | Split renorm of vp56 arith decoder to its own function | David Conrad | 2010-07-23 | 1 | -13/+17 |
* | vp56's arith decoder's code_word is only 16 bits, no need for unsigned long | David Conrad | 2010-07-23 | 1 | -2/+2 |
* | Much faster VP8 mv and mode prediction | Jason Garrett-Glaser | 2010-07-22 | 1 | -6/+5 |
* | Convert vp56_mv to 16-bit. | Jason Garrett-Glaser | 2010-07-22 | 1 | -2/+2 |
* | cosmetic: improve comment breaking at 80 cols | Aurelien Jacobs | 2010-07-01 | 1 | -2/+2 |
* | Eliminate another redundant instruction in vp56/8 arithcoder | Jason Garrett-Glaser | 2010-06-30 | 1 | -8/+17 |
* | CMOV-ify vp56 arithcoder | Jason Garrett-Glaser | 2010-06-30 | 1 | -6/+2 |
* | Optimize vp56 arithmetic decoder | Jason Garrett-Glaser | 2010-06-30 | 1 | -8/+9 |
* | renormalize VP5/6/7/8 range coder without loop | Stefan Gehrer | 2010-06-30 | 1 | -7/+9 |
* | 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 |