149 Commits (10e3dd15a5ce3d9ce6466d5f3e06c44e48753100)

Author SHA1 Message Date
Jason Garrett-Glaser 9efa368f19 VP8: faster deblock strength calculation 14 years ago
Jason Garrett-Glaser c54ac7a8f2 VP8: faster filter_level clip 14 years ago
Jason Garrett-Glaser 8cde1b7997 VP8: simplify lf_delta mb mode logic 14 years ago
Jason Garrett-Glaser 8a2c99b486 VP8: slightly faster loopfilter sharpness logic 14 years ago
Jason Garrett-Glaser 79dec1541b VP8: faster deblock strength calculation 14 years ago
Jason Garrett-Glaser a1b227bb53 VP8: faster filter_level clip 14 years ago
Jason Garrett-Glaser dd18c9a050 VP8: simplify lf_delta mb mode logic 14 years ago
Jason Garrett-Glaser 5ad4335c22 VP8: merge chroma MC calls 14 years ago
Jason Garrett-Glaser 64233e702a VP8: merge chroma MC calls 14 years ago
Jason Garrett-Glaser a4257d74e0 Slightly simplify VP8 inter_predict 14 years ago
Jason Garrett-Glaser 73be29b0c4 Slightly simplify VP8 inter_predict 14 years ago
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
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje 9d4bdcb714 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
Diego Elio Pettenò d36beb3f69 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 44002d8323 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. 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