Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-28b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleepingPascal Massimino
2010-07-28perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlierPascal Massimino
2010-07-28save some copies by moving some fields out of proba[2]Pascal Massimino
2010-07-26VP8: add missing freeJason Garrett-Glaser
2010-07-25Fix r24445: Instead of needlessly initialising a variable, silence the warning.Carl Eugen Hoyos
2010-07-24VP8: Inline traversing vp8_small_mvtreeDavid Conrad
2010-07-24VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if()David Conrad
2010-07-24Decode DCT tokens by branching to a different code path for each branchDavid Conrad
2010-07-24Add myself to VP8 copyright and maintainers.Jason Garrett-Glaser
2010-07-24VP8: always_inline some things to force gcc to do the right thingJason Garrett-Glaser
2010-07-24VP8: use AV_RL24 instead of defining a new RL24.Jason Garrett-Glaser
2010-07-23VP8: Slightly faster MV selectionJason Garrett-Glaser
2010-07-23VP8: use AV_ZERO32 instead of AV_WN32A where relevantJason Garrett-Glaser
2010-07-23VP8: eliminate redundant code in r24458Jason Garrett-Glaser
2010-07-23VP8: shave a few clocks off check_intra_pred_modeJason Garrett-Glaser
2010-07-23VP8: fix broken sign bias code in MV predJason Garrett-Glaser
2010-07-23VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser
2010-07-23VP8: Clean up some variable shadowing.Jason Garrett-Glaser
2010-07-23VP8: 30% faster idct_mbJason Garrett-Glaser
2010-07-23VP8: smarter prefetchingJason Garrett-Glaser
2010-07-23VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser
2010-07-23VP8: avoid a memset for non-i4x4 blocks with no coefficientsJason Garrett-Glaser
2010-07-23Get rid of more unnecessary dereferences in VP8 deblockingJason Garrett-Glaser
2010-07-23Shut up an uninitialized variable GCC warning in VP8.Jason Garrett-Glaser
2010-07-23Smarter VP8 prefetchingJason Garrett-Glaser
2010-07-23Fix stupid bug in VP8 prefetching codeJason Garrett-Glaser
2010-07-23Eliminate a LUT in escape decoding in VP8 decode_block_coeffsJason Garrett-Glaser
2010-07-23Eliminate some repeated dereferences in VP8 inter_predictJason Garrett-Glaser
2010-07-22Eliminate a pointless memset for intra blocks in P-frames in VP8Jason Garrett-Glaser
2010-07-22VP8: Don't store segment in macroblock struct anymore.Jason Garrett-Glaser
2010-07-22Convert VP8 macroblock structures to a ring buffer.Jason Garrett-Glaser
2010-07-22Calculate deblock strength per-MB instead of per-rowJason Garrett-Glaser
2010-07-22Avoid tracking i4x4 modes in P-frames in VP8Jason Garrett-Glaser
2010-07-22Avoid useless fill_rectangle in P-frames in VP8Jason Garrett-Glaser
2010-07-22Optimize partition mv decoding in VP8Jason Garrett-Glaser
2010-07-22Take shortcuts for mv0 case in VP8 MCJason Garrett-Glaser
2010-07-22Much faster VP8 mv and mode predictionJason Garrett-Glaser
2010-07-22Add prefetching to VP8 decoderJason Garrett-Glaser
2010-07-20vp8: indentMåns Rullgård
2010-07-20vp8: add do { } while(0) around XCHG() macro to avoid confusing if/elseMåns Rullgård
2010-07-20Add some braces to silence the warning:Diego Biurrun
2010-07-20Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje
2010-07-16vp8: Save mb border needed for intra prediction so that loop filter can runDavid Conrad
2010-07-16vp8: Check for malloc failureDavid Conrad
2010-07-08Add missing doxy for function arguments.Ronald S. Bultje
2010-07-03VP8: Move calculation of outer filter limit out of dsp functions for normalDavid Conrad
2010-07-02Avoid square brackets in Doxygen comments; Doxygen chokes on them.Diego Biurrun
2010-06-28Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje
2010-06-28Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje
2010-06-27VP8 bilinear filterDavid Conrad