summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.c
Commit message (Expand)AuthorAge
...
* VP8: fix broken sign bias code in MV predJason Garrett-Glaser2010-07-23
* VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser2010-07-23
* VP8: Clean up some variable shadowing.Jason Garrett-Glaser2010-07-23
* VP8: 30% faster idct_mbJason Garrett-Glaser2010-07-23
* VP8: smarter prefetchingJason Garrett-Glaser2010-07-23
* VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser2010-07-23
* VP8: avoid a memset for non-i4x4 blocks with no coefficientsJason Garrett-Glaser2010-07-23
* Get rid of more unnecessary dereferences in VP8 deblockingJason Garrett-Glaser2010-07-22
* Shut up an uninitialized variable GCC warning in VP8.Jason Garrett-Glaser2010-07-22
* Smarter VP8 prefetchingJason Garrett-Glaser2010-07-22
* Fix stupid bug in VP8 prefetching codeJason Garrett-Glaser2010-07-22
* Eliminate a LUT in escape decoding in VP8 decode_block_coeffsJason Garrett-Glaser2010-07-22
* Eliminate some repeated dereferences in VP8 inter_predictJason Garrett-Glaser2010-07-22
* Eliminate a pointless memset for intra blocks in P-frames in VP8Jason Garrett-Glaser2010-07-22
* VP8: Don't store segment in macroblock struct anymore.Jason Garrett-Glaser2010-07-22
* Convert VP8 macroblock structures to a ring buffer.Jason Garrett-Glaser2010-07-22
* Calculate deblock strength per-MB instead of per-rowJason Garrett-Glaser2010-07-22
* Avoid tracking i4x4 modes in P-frames in VP8Jason Garrett-Glaser2010-07-22
* Avoid useless fill_rectangle in P-frames in VP8Jason Garrett-Glaser2010-07-22
* Optimize partition mv decoding in VP8Jason Garrett-Glaser2010-07-22
* Take shortcuts for mv0 case in VP8 MCJason Garrett-Glaser2010-07-22
* Much faster VP8 mv and mode predictionJason Garrett-Glaser2010-07-22
* Add prefetching to VP8 decoderJason Garrett-Glaser2010-07-22
* vp8: indentMåns Rullgård2010-07-20
* vp8: add do { } while(0) around XCHG() macro to avoid confusing if/elseMåns Rullgård2010-07-20
* Add some braces to silence the warning:Diego Biurrun2010-07-20
* Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje2010-07-19
* vp8: Save mb border needed for intra prediction so that loop filter can runDavid Conrad2010-07-16
* vp8: Check for malloc failureDavid Conrad2010-07-16
* Add missing doxy for function arguments.Ronald S. Bultje2010-07-08
* VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad2010-07-02
* Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun2010-07-02
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-28
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-28
* VP8 bilinear filterDavid Conrad2010-06-27
* vp8: warn and request sample if upscaling specified in headerMåns Rullgård2010-06-27
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-25
* fix typo in vp8 decoder error messageJason Garrett-Glaser2010-06-25
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-23
* Native VP8 decoder.David Conrad2010-06-22