82 Commits (5231d6277f2c3b7c13a309964a6edbfa0e9570b5)

Author SHA1 Message Date
Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje 6642a17935 Fix VP8 aliasing problems. 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Ronald S. Bultje ac3c04e4d6 Don't do edge emulation unless the edge pixels will be used in MC. 14 years ago
Ronald S. Bultje 7148da489e Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. 14 years ago
Ronald S. Bultje ee555de7dd Support CODEC_FLAG_EMU_EDGE in VP8 decoder. 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 15 years ago
Jason Garrett-Glaser 2b476e02e1 Remove some stray +s in VP8 15 years ago
Pascal Massimino aa93c52c21 remove b4_stride/mb_stride. 15 years ago
Pascal Massimino ccf13f9e20 fix over-allocation. confused b4_stride with mb_width. 15 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 15 years ago
Jason Garrett-Glaser 7e13022a4d VP8: fix bug in prefetch 15 years ago
Jason Garrett-Glaser 905ef0d064 VP5/6/8: eliminate CABAC dependency 15 years ago
Jason Garrett-Glaser 1e73967950 VP8: partially inline decode_block_coeffs 15 years ago
Jason Garrett-Glaser ffbf0794f9 Fix 100L in r24689 15 years ago
Jason Garrett-Glaser afb54a85c3 VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs 15 years ago
Jason Garrett-Glaser b0d5879513 VP8: slightly faster DCT coefficient probability update 15 years ago
Jason Garrett-Glaser 476be414a4 VP8: make another RAC call branchy 15 years ago
Jason Garrett-Glaser 0908f1b945 VP8: unroll partition type decoding tree 15 years ago
Jason Garrett-Glaser c5dec7f137 VP8: unroll splitmv decoding tree 15 years ago
Jason Garrett-Glaser 23117d69c1 VP8: unroll MB mode decoding tree 15 years ago
Jason Garrett-Glaser 370b622a45 VP8: eliminate a dereference in coefficient decoding 15 years ago
Jason Garrett-Glaser f311208cf1 VP8: much faster DC transform handling 15 years ago
Jason Garrett-Glaser 827d43bb9d VP8: move zeroing of luma DC block into the WHT 15 years ago
Pascal Massimino d2840fa49c only store intra prediction modes on the boundary for keyframes, not as a plane. 15 years ago
Jason Garrett-Glaser 10bf2eebbe VP8: simplify token_prob handling 15 years ago
Pascal Massimino c22b4468a6 prevent access to vp8_coeff_band[16] 15 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