| Commit message (Expand) | Author | Age | Files | Lines |
* | vp56: Use hpeldsp instead of dsputil for half-pel functions | Ronald S. Bultje | 2013-04-19 | 1 | -1/+2 |
* | vp3: Use full transpose for all IDCTs | Ronald S. Bultje | 2013-04-15 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -4/+2 |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+2 |
* | vp56: make parse_header return standard error codes | Luca Barbato | 2012-12-14 | 1 | -0/+2 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -5/+5 |
* | vp56: Don't use DECLARE_ALIGN on a typedef name | Derek Buitenhuis | 2012-08-27 | 1 | -2/+2 |
* | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -0/+2 |
* | vp56: Drop unnecessary cabac.h #include. | Diego Biurrun | 2012-01-07 | 1 | -1/+0 |
* | vp6: Check for huffman tree build errors | Laurent Aimar | 2011-10-07 | 1 | -1/+1 |
* | 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 |
* | 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 |