275 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)

Author SHA1 Message Date
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
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 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