266 Commits (6945c2bc4cf27d8ca8e2bf49b49716cb72f30704)

Author SHA1 Message Date
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, 15 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 15 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
David Conrad c663cb0d4f AltiVec version of h264_idct(8)_dc_add 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Luca Barbato d89eae6f1a Remove stray code 16 years ago
Luca Barbato a6b4448cdf Cleanup _t types in libavcodec/ppc 16 years ago
Guillaume Poirier 337e3fd990 Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, 16 years ago
Guillaume Poirier 5f51afd602 add AltiVec implementation of int32_to_float_fmul_scalar 16 years ago
Luca Barbato 7a8f36cccc Cleanup types 16 years ago
Luca Barbato 006c8e9e9c Unbreak imgresample altivec 16 years ago
Guillaume Poirier 64adf4f28d add Altivec implementation of clear_block 16 years ago