76 Commits (5ef42826d2e17fe041c0f2744868cf0e5deb7d12)

Author SHA1 Message Date
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Jason Garrett-Glaser 2b476e02e1 Remove some stray +s in VP8 14 years ago
Pascal Massimino aa93c52c21 remove b4_stride/mb_stride. 14 years ago
Pascal Massimino ccf13f9e20 fix over-allocation. confused b4_stride with mb_width. 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Jason Garrett-Glaser 7e13022a4d VP8: fix bug in prefetch 14 years ago
Jason Garrett-Glaser 905ef0d064 VP5/6/8: eliminate CABAC dependency 14 years ago
Jason Garrett-Glaser 1e73967950 VP8: partially inline decode_block_coeffs 14 years ago
Jason Garrett-Glaser ffbf0794f9 Fix 100L in r24689 14 years ago
Jason Garrett-Glaser afb54a85c3 VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs 14 years ago
Jason Garrett-Glaser b0d5879513 VP8: slightly faster DCT coefficient probability update 14 years ago
Jason Garrett-Glaser 476be414a4 VP8: make another RAC call branchy 14 years ago
Jason Garrett-Glaser 0908f1b945 VP8: unroll partition type decoding tree 14 years ago
Jason Garrett-Glaser c5dec7f137 VP8: unroll splitmv decoding tree 14 years ago
Jason Garrett-Glaser 23117d69c1 VP8: unroll MB mode decoding tree 14 years ago
Jason Garrett-Glaser 370b622a45 VP8: eliminate a dereference in coefficient decoding 14 years ago
Jason Garrett-Glaser f311208cf1 VP8: much faster DC transform handling 14 years ago
Jason Garrett-Glaser 827d43bb9d VP8: move zeroing of luma DC block into the WHT 14 years ago
Pascal Massimino d2840fa49c only store intra prediction modes on the boundary for keyframes, not as a plane. 14 years ago
Jason Garrett-Glaser 10bf2eebbe VP8: simplify token_prob handling 14 years ago
Pascal Massimino c22b4468a6 prevent access to vp8_coeff_band[16] 14 years ago
Pascal Massimino a8ab0cccf7 b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping 15 years ago
Pascal Massimino 62d1f7864e perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier 15 years ago
Pascal Massimino e7e81959d6 save some copies by moving some fields out of proba[2] 15 years ago
Jason Garrett-Glaser fca05ea8a0 VP8: add missing free 15 years ago
Carl Eugen Hoyos 28e241de5d Fix r24445: Instead of needlessly initialising a variable, silence the warning. 15 years ago
David Conrad ca18a478e3 VP8: Inline traversing vp8_small_mvtree 15 years ago
David Conrad 7697cdcf95 VP8: Use vp56_rac_get_prob_branchy when the bit is only used by an if() 15 years ago
David Conrad fe1b5d974a Decode DCT tokens by branching to a different code path for each branch 15 years ago
Jason Garrett-Glaser 13a1304bb3 Add myself to VP8 copyright and maintainers. 15 years ago
Jason Garrett-Glaser 414ac27d8f VP8: always_inline some things to force gcc to do the right thing 15 years ago
Jason Garrett-Glaser 06d50ca804 VP8: use AV_RL24 instead of defining a new RL24. 15 years ago
Jason Garrett-Glaser 9fddd14a8e VP8: Slightly faster MV selection 15 years ago
Jason Garrett-Glaser 14767f35ed VP8: use AV_ZERO32 instead of AV_WN32A where relevant 15 years ago
Jason Garrett-Glaser 09959ec46e VP8: eliminate redundant code in r24458 15 years ago
Jason Garrett-Glaser a71abb714e VP8: shave a few clocks off check_intra_pred_mode 15 years ago
Jason Garrett-Glaser 0087aa47d0 VP8: fix broken sign bias code in MV pred 15 years ago
Jason Garrett-Glaser 3ae079a3c8 VP8: optimize DC-only chroma case in the same way as luma. 15 years ago
Jason Garrett-Glaser 3df56f4118 VP8: Clean up some variable shadowing. 15 years ago
Jason Garrett-Glaser 8a467b2d44 VP8: 30% faster idct_mb 15 years ago
Jason Garrett-Glaser ef38842f0b VP8: smarter prefetching 15 years ago
Jason Garrett-Glaser c25c776708 VP8: clear DCT blocks in iDCT instead of using clear_blocks. 15 years ago
Jason Garrett-Glaser b74f70d646 VP8: avoid a memset for non-i4x4 blocks with no coefficients 15 years ago
Jason Garrett-Glaser 145d31865d Get rid of more unnecessary dereferences in VP8 deblocking 15 years ago
Jason Garrett-Glaser 867215336d Shut up an uninitialized variable GCC warning in VP8. 15 years ago
Jason Garrett-Glaser c4211046d2 Smarter VP8 prefetching 15 years ago
Jason Garrett-Glaser 8cfae560ad Fix stupid bug in VP8 prefetching code 15 years ago
Jason Garrett-Glaser 2a38c2e99a Eliminate a LUT in escape decoding in VP8 decode_block_coeffs 15 years ago
Jason Garrett-Glaser d292c3455e Eliminate some repeated dereferences in VP8 inter_predict 15 years ago
Jason Garrett-Glaser b946111fde Eliminate a pointless memset for intra blocks in P-frames in VP8 15 years ago