5635 Commits (6c05bab46d913fa5f5383d4702a1e6ba383138ff)

Author SHA1 Message Date
Diego Biurrun 6c05bab46d Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. 17 years ago
Luca Barbato 89523beea4 Sanitize altivec code so it can be built with runtime check properly 17 years ago
Diego Biurrun a1d0b6a277 cosmetics: Fix AltiVec spelling. 17 years ago
Diego Biurrun 6006a68989 cosmetics: Fix indentation after last commit. 17 years ago
Diego Biurrun 465c9fdeeb Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec 17 years ago
Diego Biurrun 7fd7259a3f Remove const vector macro indirection that is useless and obfuscating 17 years ago
Diego Biurrun cd195f14c6 Remove Metrowerks compiler workaround. 17 years ago
Diego Biurrun dead9db83a Remove Metrowerks compiler workaround. 17 years ago
Loren Merritt 286127c5dd div -> mul 17 years ago
Loren Merritt b8de342919 simplify lpc 17 years ago
Loren Merritt d1a5c4216c 20% faster lpc, 6% overall flac decoding 17 years ago
Loren Merritt 08965b22e2 replace FIR with finite differences. 17 years ago
Loren Merritt bfdd5bc1f1 unroll finite differences to avoid swapping registers. 17 years ago
Loren Merritt a309dce75f encode_residual_fixed(): replace FIR with finite differences. 17 years ago
Loren Merritt 6810b93a81 sse2 version of compute_autocorr(). 17 years ago
Vladimir Voroshilov 8787d8377f AMV video decoder. 17 years ago
Ronald S. Bultje 55ffe9df2a Use emms_c() instead of ifdef 17 years ago
Vladimir Voroshilov a449faeacb Add variables to prepare to the AMV decoder patch. 17 years ago
Loren Merritt 19b9c7cc66 was computing one more autocorrelation coefficient that was actually used 17 years ago
Loren Merritt 14bd2a9f25 replace brute force find_optimal_param() with a closed-form solution. 17 years ago
Loren Merritt f6215b1b06 gcc isn't smart enough to factor out duplicate stores 17 years ago
Ivan Kalvachev 551109d48a On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. 17 years ago
Loren Merritt 28e968c4a4 2.5x faster compute_autocorr() 17 years ago
Panagiotis Issaris 9846cbdb13 cosmetics: typos 17 years ago
Panagiotis Issaris 93f0c0a4ca Remove redundant test. 17 years ago
Vitor Sessak 3a7f5d072a AMV audio decoder 17 years ago
Loren Merritt 815d96a65d oops, revert unrelated change 17 years ago
Loren Merritt dc44d4ad64 unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. 17 years ago
Jeff Downs 2ddcf84bb7 h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output 17 years ago
Loren Merritt 0d2caa37c5 oops, potential overflow on really large blocks 17 years ago
Loren Merritt bd49d4fd49 optimize decode_subframe_lpc() 17 years ago
Loren Merritt f74471e043 optimize encode_residual_lpc() 17 years ago
Aurelien Jacobs 7ecae905b6 simplify 17 years ago
Aurelien Jacobs d7af6a9de4 rename one variable to be consistent with the rest of the file 17 years ago
Aurelien Jacobs 442b145abb consistent spelling: plan => plane 17 years ago
Aurelien Jacobs d3f9edbafa simplify 17 years ago
Aurelien Jacobs f62a2b61f9 cosmetic: indent 17 years ago
Aurelien Jacobs 91fc2cf150 add a new vp6a codec (add alpha plan support to vp6) 17 years ago
Andreas Öman 58f66029b6 reindent 17 years ago
Diego Biurrun e0a5d77132 Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an 17 years ago
Aurelien Jacobs 247df384ec move all model related tables into their own struct 17 years ago
Diego Biurrun 1218a7e33d cosmetics: Sort CODEC_ID list. 17 years ago
Aurelien Jacobs a7d70d88df rename vp56_b6to3 to vp56_b2p 17 years ago
Aurelien Jacobs 1457516f70 some simplifications and uniformisation 17 years ago
Kostya Shishkov 81fc2f37db Remove check for input buffer size as it does not guarantee that 17 years ago
Aurelien Jacobs b70335a28d add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Andreas Öman 1136d34a44 factor out dequant table lookup outside loops, gives a 1-2% speed-up 17 years ago
Kostya Shishkov 4783cf0d09 Do not try to decode more data than output buffer may hold 17 years ago
Diego Biurrun 8b505fc689 VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. 17 years ago
Michael Niedermayer ff193e6419 some experimental iterative quantization code 17 years ago