92 Commits (ab0287fcbdebc8ff416214535d7ee8424406990e)

Author SHA1 Message Date
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Mans Rullgard a7878c9f73 VP8: ARM optimised decode_block_coeffs_internal 14 years ago
Jason Garrett-Glaser f3d09d44b7 VP8: optimized mv prediction and decoding 14 years ago
Jason Garrett-Glaser 62457f9052 VP8: idct_mb optimizations 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 64233e702a VP8: merge chroma MC calls 14 years ago
Jason Garrett-Glaser 73be29b0c4 Slightly simplify VP8 inter_predict 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ò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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. 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