83 Commits (874f1a901d9f2d1d6825be309ed046abc7672b03)

Author SHA1 Message Date
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Diego Biurrun 21aed0ed92 ppc: remove disabled code 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini ccf22d3ed1 Merge has_altivec() function into mm_support(), remove it and use 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
Måns Rullgård 2829ce4b40 Remove PPC perf counter support 15 years ago
Måns Rullgård ddb8c2c0f1 PPC: move prototypes to headers and make some functions static 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
David Conrad 454403ba55 Altivec VP3 IDCT 16 years ago
Diego Biurrun 788cca4135 Remove AltiVec optimizations for Snow. They are hindering the development 16 years ago
Diego Biurrun f5b96597bd Remove pointless #if HAVE_ALTIVEC around internal header #include 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
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Dominik Mierzejewski 82d1605fe7 Remove duplicated MM_* macros for CPU capabilities from dsputil.h. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Diego Biurrun b6934d7f9e cosmetics: Reindent two misplaced braces. 17 years ago
Diego Biurrun e3905ce0af cosmetics: Reformat PPC code in libavcodec according to style guidelines. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Diego Biurrun a1d0b6a277 cosmetics: Fix AltiVec spelling. 17 years ago
Diego Biurrun dead9db83a Remove Metrowerks compiler workaround. 17 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Luca Barbato 1f1aadc37c ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 18 years ago
Måns Rullgård 35f9736988 rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF 18 years ago
Diego Biurrun 8cff89be43 Conditionally compile some of the AltiVec optimizations. 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Luca Barbato a5db5bda07 ppc generic prefetch 18 years ago
Luca Barbato b420448e38 removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore 18 years ago
Luca Barbato 75336fc885 Non Altivec optimizations already present at the top 18 years ago
Luca Barbato 87ea51e0b5 fix the dcbz check and move it in configure 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Luca Barbato 241807f32d altivec float optimizations 19 years ago
Luca Barbato 7f624e80ef standalone snow dsputil init 19 years ago
Luca Barbato 73e4ff9de9 Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: 19 years ago
Luca Barbato 90530cec20 Cleanup 19 years ago
Kostya Shishkov 481fb636b1 Some AltiVec optimizations for VC-1 19 years ago
Luca Barbato 50b35f7aa6 Cosmetics 19 years ago
Luca Barbato a01e08ee5c hadamard8_diff* enabled on linux/ppc 19 years ago
Luca Barbato 22b48b85b6 altivec support for snow 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago