| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 1 | -0/+2 |
|\ |
|
| * | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+2 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -3/+3 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723' | Michael Niedermayer | 2012-12-21 | 1 | -0/+2 |
|\| |
|
| * | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -0/+2 |
* | | Merge commit 'bb675d3ac6d722d5e117ae9042a996b55ca05b1d' | Michael Niedermayer | 2012-12-15 | 1 | -0/+2 |
|\| |
|
| * | vp56: make parse_header return standard error codes | Luca Barbato | 2012-12-14 | 1 | -0/+2 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -5/+5 |
|\| |
|
| * | 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 |
* | | lavc/vp6: Implement "slice" threading for VP6A decode | Ben Jackson | 2012-09-15 | 1 | -1/+4 |
* | | lavc/vp56: Move golden_frame into VP56Context | Ben Jackson | 2012-09-15 | 1 | -1/+2 |
* | | lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_context | Ben Jackson | 2012-09-15 | 1 | -0/+3 |
* | | vp56: Don't use DECLARE_ALIGN on a typedef name | Derek Buitenhuis | 2012-08-28 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -0/+2 |
|\| |
|
| * | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -1/+0 |
|\| |
|
| * | 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 |
* | | VP8: Remove no longer used vp8_rac_get_tree_with_offset | David Conrad | 2011-10-26 | 1 | -17/+6 |
* | | 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 |