275 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)

Author SHA1 Message Date
Måns Rullgård 3bd74e9243 Simplify arch-specific object file lists 15 years ago
Måns Rullgård 43f60eba19 Move arch-specific makefile parts into $arch/Makefile 15 years ago
Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 years ago
Martin Storsjö b81786611a Move the local includes below the system includes 15 years ago
Måns Rullgård ddb8c2c0f1 PPC: move prototypes to headers and make some functions static 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Loren Merritt b1159ad928 refactor and optimize scalarproduct 15 years ago
Måns Rullgård 35de5d2412 cosmetics: fix indentation after previous commit 15 years ago
Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename 15 years ago
Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 15 years ago
Måns Rullgård afe08a728a PPC: remove unnecessary alignment on local variables 15 years ago
Diego Biurrun deb1b2b699 Add necessary #include for config.h. 15 years ago
Måns Rullgård b662e8395b PPC: simplify loading some values into altivec registers 15 years ago
Måns Rullgård c7312933ce Include required headers in {mips,ppc}/mathops.h 15 years ago
Diego Biurrun 9be6f0d2f8 Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, 16 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 16 years ago
Reimar Döffinger 34d11b875f Change HAVE_PPC64 to ARCH_PPC64. 16 years ago
David Conrad 454403ba55 Altivec VP3 IDCT 16 years ago
Diego Biurrun 76499b9ff1 Remove useless casts of vec_ld() parameters. 16 years ago
Måns Rullgård 014b7ecb66 PPC: 32-bit asm for MAC64 and MLS64 16 years ago
Diego Biurrun f8c0692d8e Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. 16 years ago
Måns Rullgård 3737dd1cd3 PPC: implement MULH() in assembler 16 years ago
David Conrad 99cc7f8a02 Altivec version of avg_no_rnd_vc1_chroma_mc8 16 years ago
David Conrad c374691b28 Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only 16 years ago
Diego Biurrun 5137235e0c Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. 16 years ago
Diego Biurrun 788cca4135 Remove AltiVec optimizations for Snow. They are hindering the development 16 years ago
Diego Biurrun 7a709548a7 Remove unnecessary gcc_fixes.h #include. 16 years ago
Diego Biurrun 952f18ffe6 cosmetics: Reformat comment paragraph and fix a few typos in it. 16 years ago
Ramiro Polla e90f5b5ab1 configure: Add --enable-runtime-cpudetect 16 years ago
Diego Biurrun 60a847b5db cosmetics: Remove file name from file header. 16 years ago
Diego Biurrun 6d79971e69 prettyprinting cosmetics 16 years ago
Diego Biurrun f5b2476fd3 Add av_uninit to vsrcBuc variable to work around some 16 years ago
Michael Niedermayer 6d4f53cbac Remove old scaler. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 67a7e4dbcf Use '#if defined()' for OS-specific preprocessor checks. 16 years ago
Diego Biurrun 4ceb4e3102 Add required headers to fix warnings during 'make checkheaders'. 16 years ago
Diego Biurrun 799fde37cc Add a check for ppc4xx instructions; rename preprocessor directive accordingly. 16 years ago
Diego Biurrun f5b96597bd Remove pointless #if HAVE_ALTIVEC around internal header #include 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
David Conrad b06688ffed Add AltiVec versions of h264_idct_add(8|16|16intra), 16 years ago
David Conrad 4929c63679 Add Altivec version of vector_fmul_window. 16 years ago
David Conrad 8b2bc85f29 add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) 16 years ago
David Conrad aa9a9b7af7 Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h 16 years ago
David Conrad 628653449c fix compilation with GCC-4.3+ 16 years ago
David Conrad 54b9095833 offset and weights are signed, fixes some non-bitexact issues. 16 years ago
David Conrad df7fb43569 add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) 16 years ago