215 Commits (0a23c0bbdb64cc211df15e37e5df9d44ed04b5db)

Author SHA1 Message Date
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 8556ea0333 spelling cosmetics 16 years ago
Brad acce61a7c6 AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. 16 years ago
David Conrad 7f0d242b14 Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char & 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Luca Barbato 9ac78726b8 Missing static in float_to_int16_altivec declaration 16 years ago
Luca Barbato 0a3650c9f0 Remove unused variables 16 years ago
Luca Barbato e1f27dc22b Introduce float_to_int16_interleave_altivec, tested with vorbis 16 years ago
Luca Barbato 8d3d51005a Introduce float_to_int16_one_altivec 16 years ago
Diego Biurrun 309005c047 cosmetics: Fix indentation after last commit. 17 years ago
Diego Biurrun 80a61f08d2 Remove AltiVec vector declaration compiler compatibility macros. 17 years ago
Diego Biurrun 86255db9b9 cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. 17 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 716e7c0f0b Remove wrong casts from vector declarations, this would cause errors when 17 years ago
Kostya Shishkov 7246d6311e Altivec implementation of APE vector functions 17 years ago
Diego Biurrun 1384e27054 consistency cosmetics: indices --> indexes in variable names 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Måns Rullgård 5550eba88d typo: add missing \ in multi-line macro 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Guillaume Poirier c367d0c653 arg 10000l. Fix wrong fix committed in r12141 17 years ago
Guillaume Poirier d6267d027b fix broken indentation 17 years ago
Guillaume Poirier 9d8109ad0f 10l: fix always false test: Binary & has lower precedence than == 17 years ago
Diego Biurrun 42a362e57b Refactor vcprm and vcii macros by using the AVV macro. 17 years ago
Diego Biurrun 35c27389c0 Refactor the FOUROF macro using the AVV macro. 17 years ago
Diego Biurrun b0e21a3b47 Remove stray #undef. 17 years ago
Alexander Strange 3518c5a96b fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags 17 years ago
Reimar Döffinger b8659d94b7 Add mfspr-based AltiVec detection code. 17 years ago
Diego Biurrun 61dbf4e557 Simplify preprocessor expression as suggested by Mans. 17 years ago
Luca Barbato 3174c77a3e gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no 17 years ago
Diego Biurrun 0c89322463 Change some files to only include the necessary headers. 17 years ago
Diego Biurrun 35562dc962 Fix make checkheaders. 17 years ago
Diego Biurrun 3035cb6796 Add necessary #include, fixes the warnings: 17 years ago
Luca Barbato 9e052e8d28 Reindent 17 years ago
Luca Barbato 4049e0142d Minor fix 17 years ago
Luca Barbato 6b646b068e 10l do not load after the buffer... 17 years ago
Luca Barbato 08571377e6 Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually 17 years ago
Luca Barbato 4159db8ca3 Reindent 17 years ago
Luca Barbato e36b639f0f Partially address issue299, no performance change apparently 17 years ago
Luca Barbato 8d8d178dad Avoid a vec_add, directly start with sum 17 years ago
Luca Barbato c7f66add4c Reindent 17 years ago
Luca Barbato a75fe63d3e Factorize common code (almost cosmetic) 17 years ago
Luca Barbato 907fc60f31 Cosmetics 17 years ago
Luca Barbato c49e23e2a4 Make strict altivec parsers happy (gcc-4.3 and others) 17 years ago
Kostya Shishkov 98f48ce157 Reindent after last commit 17 years ago
Kostya Shishkov 51ece6842f Update Altivec variant of vc1_inv_trans_8x4 17 years ago
Kostya Shishkov d2e45f33a4 Switch VC-1 decoder to output decoded residual immediately. 17 years ago
Vitor Sessak f87d2632b3 Fix alignment broke by my last patch 17 years ago