| Commit message (Expand) | Author | Age | Files | Lines |
* | VP8: add missing free | Jason Garrett-Glaser | 2010-07-26 | 1 | -0/+1 |
* | Fix r24445: Instead of needlessly initialising a variable, silence the warning. | Carl Eugen Hoyos | 2010-07-25 | 1 | -1/+1 |
* | VP8: Inline traversing vp8_small_mvtree | David Conrad | 2010-07-23 | 1 | -3/+12 |
* | VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if() | David Conrad | 2010-07-23 | 1 | -5/+5 |
* | Decode DCT tokens by branching to a different code path for each branch | David Conrad | 2010-07-23 | 1 | -22/+47 |
* | Add myself to VP8 copyright and maintainers. | Jason Garrett-Glaser | 2010-07-23 | 1 | -0/+1 |
* | VP8: always_inline some things to force gcc to do the right thing | Jason Garrett-Glaser | 2010-07-23 | 1 | -32/+43 |
* | VP8: use AV_RL24 instead of defining a new RL24. | Jason Garrett-Glaser | 2010-07-23 | 1 | -6/+4 |
* | VP8: Slightly faster MV selection | Jason Garrett-Glaser | 2010-07-23 | 1 | -8/+9 |
* | VP8: use AV_ZERO32 instead of AV_WN32A where relevant | Jason Garrett-Glaser | 2010-07-23 | 1 | -3/+3 |
* | VP8: eliminate redundant code in r24458 | Jason Garrett-Glaser | 2010-07-23 | 1 | -1/+1 |
* | VP8: shave a few clocks off check_intra_pred_mode | Jason Garrett-Glaser | 2010-07-23 | 1 | -6/+5 |
* | VP8: fix broken sign bias code in MV pred | Jason Garrett-Glaser | 2010-07-23 | 1 | -1/+2 |
* | VP8: optimize DC-only chroma case in the same way as luma. | Jason Garrett-Glaser | 2010-07-23 | 1 | -11/+16 |
* | VP8: Clean up some variable shadowing. | Jason Garrett-Glaser | 2010-07-23 | 1 | -6/+6 |
* | VP8: 30% faster idct_mb | Jason Garrett-Glaser | 2010-07-23 | 1 | -30/+34 |
* | VP8: smarter prefetching | Jason Garrett-Glaser | 2010-07-23 | 1 | -8/+8 |
* | VP8: clear DCT blocks in iDCT instead of using clear_blocks. | Jason Garrett-Glaser | 2010-07-23 | 1 | -2/+0 |
* | VP8: avoid a memset for non-i4x4 blocks with no coefficients | Jason Garrett-Glaser | 2010-07-23 | 1 | -4/+3 |
* | Get rid of more unnecessary dereferences in VP8 deblocking | Jason Garrett-Glaser | 2010-07-22 | 1 | -33/+36 |
* | Shut up an uninitialized variable GCC warning in VP8. | Jason Garrett-Glaser | 2010-07-22 | 1 | -1/+1 |
* | Smarter VP8 prefetching | Jason Garrett-Glaser | 2010-07-22 | 1 | -12/+21 |
* | Fix stupid bug in VP8 prefetching code | Jason Garrett-Glaser | 2010-07-22 | 1 | -9/+7 |
* | Eliminate a LUT in escape decoding in VP8 decode_block_coeffs | Jason Garrett-Glaser | 2010-07-22 | 1 | -1/+1 |
* | Eliminate some repeated dereferences in VP8 inter_predict | Jason Garrett-Glaser | 2010-07-22 | 1 | -20/+22 |
* | Eliminate a pointless memset for intra blocks in P-frames in VP8 | Jason Garrett-Glaser | 2010-07-22 | 1 | -6/+5 |
* | VP8: Don't store segment in macroblock struct anymore. | Jason Garrett-Glaser | 2010-07-22 | 1 | -4/+4 |
* | Convert VP8 macroblock structures to a ring buffer. | Jason Garrett-Glaser | 2010-07-22 | 1 | -25/+36 |
* | Calculate deblock strength per-MB instead of per-row | Jason Garrett-Glaser | 2010-07-22 | 1 | -27/+38 |
* | Avoid tracking i4x4 modes in P-frames in VP8 | Jason Garrett-Glaser | 2010-07-22 | 1 | -13/+20 |
* | Avoid useless fill_rectangle in P-frames in VP8 | Jason Garrett-Glaser | 2010-07-22 | 1 | -3/+1 |
* | Optimize partition mv decoding in VP8 | Jason Garrett-Glaser | 2010-07-22 | 1 | -25/+25 |
* | Take shortcuts for mv0 case in VP8 MC | Jason Garrett-Glaser | 2010-07-22 | 1 | -18/+20 |
* | Much faster VP8 mv and mode prediction | Jason Garrett-Glaser | 2010-07-22 | 1 | -30/+37 |
* | Add prefetching to VP8 decoder | Jason Garrett-Glaser | 2010-07-22 | 1 | -0/+23 |
* | vp8: indent | Måns Rullgård | 2010-07-20 | 1 | -4/+4 |
* | vp8: add do { } while(0) around XCHG() macro to avoid confusing if/else | Måns Rullgård | 2010-07-20 | 1 | -4/+5 |
* | Add some braces to silence the warning: | Diego Biurrun | 2010-07-20 | 1 | -2/+2 |
* | Change function prototypes for width=8 inner and mbedge loopfilter functions | Ronald S. Bultje | 2010-07-19 | 1 | -16/+30 |
* | vp8: Save mb border needed for intra prediction so that loop filter can run | David Conrad | 2010-07-16 | 1 | -16/+72 |
* | vp8: Check for malloc failure | David Conrad | 2010-07-16 | 1 | -0/+3 |
* | Add missing doxy for function arguments. | Ronald S. Bultje | 2010-07-08 | 1 | -0/+4 |
* | VP8: Move calculation of outer filter limit out of dsp functions for normal | David Conrad | 2010-07-02 | 1 | -17/+20 |
* | Avoid square brackets in Doxygen comments; Doxygen chokes on them. | Diego Biurrun | 2010-07-02 | 1 | -2/+1 |
* | Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over all | Ronald S. Bultje | 2010-06-28 | 1 | -27/+36 |
* | Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, but | Ronald S. Bultje | 2010-06-28 | 1 | -20/+62 |
* | VP8 bilinear filter | David Conrad | 2010-06-27 | 1 | -8/+14 |
* | vp8: warn and request sample if upscaling specified in header | Måns Rullgård | 2010-06-27 | 1 | -0/+3 |
* | Make VP8 DSP functions take two strides | Jason Garrett-Glaser | 2010-06-25 | 1 | -2/+2 |
* | fix typo in vp8 decoder error message | Jason Garrett-Glaser | 2010-06-25 | 1 | -1/+1 |