198 Commits (73cc419b271ac5af8c1aed36b5c0167c7016127a)

Author SHA1 Message Date
Diego Biurrun 06b00c5f65 Simplify preprocessor directives. 17 years ago
Diego Biurrun c97f54020d Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific 17 years ago
Guillaume Poirier 16dae5173b remove alignment correction of the destination pointers in luma_16x6 17 years ago
Diego Biurrun 830bf1f20d whitespace/indentation cosmetics 17 years ago
Diego Biurrun 2722c98128 Remove HAVE_ALTIVEC preprocessor directives that are only compiled 17 years ago
Diego Biurrun f9edc2331d Fix trivial mixed declarations and code warning caused by a double semicolon. 17 years ago
Diego Biurrun e4506f0c98 Remove SYS_DARWIN preprocessor directive that is just a duplicate of a 17 years ago
Diego Biurrun 4b180bbd73 Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor 17 years ago
Diego Biurrun b1312aa24d Merge __MWERKS__ preprocessor directives. 17 years ago
Diego Biurrun 8008a04325 Move Apple gcc AltiVec vector declaration syntax to libavutil. 17 years ago
Diego Biurrun 08f87a9c99 Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor 17 years ago
Diego Biurrun 9d16f87ffd Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Diego Biurrun d55388d028 Simplify preprocessor directives. 17 years ago
Diego Biurrun 57b499c7da Identifiers starting with underscores are reserved. 17 years ago
Guillaume Poirier 3ca96802e2 use shorter types vec_"type" instead of the too long vector "type" 17 years ago
Diego Biurrun 1903245071 Ahem, fix typos overlooked in last commit. 17 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 17 years ago
Måns Rullgård a00177a952 make arguments to ssd_int8_vs_int16() const 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 17 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 9cafbd6c49 simplify ppc64 handling 18 years ago
Guillaume Poirier e970d98c47 restore GCC3 support 18 years ago
Guillaume Poirier 7d2bf29c88 re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec, 18 years ago
Graham Booker 22fa38f0c8 part 2/2 of fixing Altivec-accelerated H264 luma inloop filter 18 years ago
Guillaume Poirier 963eca226e convert h264_deblock_q1 to an inline function. 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Graham Booker f4a02f6e9b Use a faster way to compute 255-val: Instead of creating a vector of 18 years ago
Guillaume Poirier fbb578e90d some samples aren't decoded correctly such as 18 years ago
Guillaume Poirier da1fce3921 cosmetics 18 years ago
Sigbjorn Skjaeret 0aec30c58d kill one vector constant value load by the right combination of vec_splatX/vec_sl 18 years ago
Sigbjorn Skjaeret 525751c053 restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% 18 years ago
Guillaume Poirier c01d444b3e one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go 18 years ago
Guillaume Poirier 5ce27e8c92 minor GCC3 compile fix 18 years ago
Graham Booker f057cc0399 Altivec version of h264_(h|v)_loop_filter_luma 18 years ago
Luca Barbato 5dda253943 h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com> 18 years ago
Guillaume Poirier 88bcb6c23f use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables 18 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
Diego Biurrun e42dba481f typos/grammar 18 years ago
Måns Rullgård 35f9736988 rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF 18 years ago
Luca Barbato fe70f25c58 Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) 18 years ago
Luca Barbato 6847e61af3 10l, there is a corner case afterall... 18 years ago
Guillaume Poirier ec4e0056ef GCC 3.3 compile fix 18 years ago
Guillaume Poirier 3813dcc9bf Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato 18 years ago
Luca Barbato 4b47d258f6 Unused variable removed 18 years ago
Diego Biurrun 8cff89be43 Conditionally compile some of the AltiVec optimizations. 18 years ago
Guillaume Poirier 00f636a04f Add useful Altivec types, taken from with permission from x264 authors 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
Luca Barbato d9d2f88def Simplify 18 years ago