86 Commits (50eaa857c099abda803c803927276d81c2d74edb)

Author SHA1 Message Date
Kostya Shishkov 4b94465927 Don't do non-uniform quantization on zero coeffs. 19 years ago
Kostya Shishkov 27ed1a0dee 1000l: scale DC predictors instead of predicted value. 19 years ago
Kostya Shishkov 92ad0d9d3b Set DC = 0 for skipped MB as it interferes DC prediction 19 years ago
Kostya Shishkov b53921aabd Set correctly quantizer and transform mode when parsing frame header. 19 years ago
Kostya Shishkov 7e84f27693 Don't pass block[6][64] parameter to decode_p_mb as we always use s->block 19 years ago
Kostya Shishkov 0a45801f8e Correct inverse quantization for P-frames 19 years ago
Kostya Shishkov c5b32ec1cb Rounding control for motion compensation. 19 years ago
Diego Biurrun e148c6e193 FastUVMV vs FastUVMC typo, noticed by bond 19 years ago
Kostya Shishkov fdb5983285 Check if 4-MV MB should not be decoded. 19 years ago
Kostya Shishkov 5c4b8efd4b MVRANGE may occur in all frames and RESPIC in all but B-frames 19 years ago
Kostya Shishkov 3a3f1cf3f8 Fix mquant selection for ALL_MBS mode 19 years ago
Kostya Shishkov 65c7bb9ec4 Use overlap filter instead of loop filter. 19 years ago
Kostya Shishkov d2779ecd8b Use s->first_slice_line in checks instead of s->mb_y 19 years ago
Kostya Shishkov 913e93d5f2 Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. 19 years ago
Kostya Shishkov 50af2fd30d Enable coefficient scaling 19 years ago
Kostya Shishkov 928dc49d0e Don't read out-of-bounds values. 19 years ago
Kostya Shishkov 1ae4a8e61f Fix one case of choosing MV for chroma 19 years ago
Kostya Shishkov 66d0ad2605 Implement intensity compensation 19 years ago
Kostya Shishkov 8a66a390cc Correctly choose global transform mode, MV mode and fix bitplane decoding 19 years ago
Kostya Shishkov 35a9cac888 Optimizations suggested by Michael Niedermayer 19 years ago
Kostya Shishkov 05103ed33f Correctly detect when use hpel or qpel mode 19 years ago
Kostya Shishkov ef6cc8ce46 4-MV mode final fixes (now it works for non-exotic modes) 19 years ago
Kostya Shishkov 4a5343fabc vc1_decode_intra_block() simplifications and corrections 19 years ago
Kostya Shishkov e4bf0302a3 4-MV decoding support 19 years ago
Kostya Shishkov 8f8d0e4875 Adjust AC prediction if (some) predictors are not available. 19 years ago
Kostya Shishkov e9f2396e6f 0xFFFF l of cola. Now P-frames are decoded almost without distortions. 19 years ago
Kostya Shishkov a34c26cc3d Remove unused variable (and it wasn't free'd too) 19 years ago
Kostya Shishkov 0f7344aad9 Use MpegEncContext->mbskip_table instead of custom bitplane. 19 years ago
Kostya Shishkov 3f6d6af66e Slightly reworked MC code, it gives better picture. 19 years ago
Kostya Shishkov c436ff41d2 typo 19 years ago
Kostya Shishkov 87dfe848fa Some optimization and fixes - mostly reworked MC and bitplanes. 19 years ago
Kostya Shishkov e8ba1cea3c This should make P-frames decoding work on x86 (by avoiding get_bits(0)) 19 years ago
Kostya Shishkov f26c2ef53b Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). 19 years ago
Kostya Shishkov 8985c915af VC1 Intra blocks in P-frames use different zigzag table than I-frames. 19 years ago
Kostya Shishkov be3492ec7e VC-1 decoder with I-frames support and partial P-frames decoding 19 years ago
Kostya Shishkov 10b9c374cf Rename VC9 to VC1 as there is no such thing as VC9 19 years ago
Michael Niedermayer 5430b070a8 cleanup picture / debug output code 19 years ago
Dieter ceaf1909c1 add static keyword to some functions 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Aurelien Jacobs 62ab0b7822 fix unused variable warnings 19 years ago
Alex Beregszaszi 0ede2c556a print 'not working' message 20 years ago
Ivan Kalvachev 1cf9f514dc parse and save hrd_fullness and range_map 20 years ago
Ivan Kalvachev 42cc17f926 whitespace cosmetics 20 years ago
Ivan Kalvachev 25a0a0a58f few bistream fixes and verbosity tweaks 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
anonymous 8da75fb272 - renaming the AC coding set variable names to more meaningful ones 20 years ago
anonymous 7cc84d241b - samples from mplayer ftp in the "adv" profile seem to have profile=2, 20 years ago
anonymous bf2bc926f0 - a lot less overflows when decoding frames 20 years ago