199 Commits (38b5b28e62012c6faf4d1632c9b23f7f4837b0fb)

Author SHA1 Message Date
Kostya Shishkov 7246d6311e Altivec implementation of APE vector functions 16 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
Vitor Sessak 52b541ad79 spelling 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Diego Biurrun 095c22ac45 Remove unused variable, fixes the warning: 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun f62a9a46e1 Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is 17 years ago
Reimar Döffinger d9a5dab2da Remove uses of SIGILL for CPU extension detection, that method is not acceptable 17 years ago
Diego Biurrun 1f3a990b3a cosmetics: Fix indentation after last commit. 17 years ago
Diego Biurrun eee947487b Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). 17 years ago
Diego Biurrun 6c05bab46d Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. 17 years ago
Luca Barbato 89523beea4 Sanitize altivec code so it can be built with runtime check properly 17 years ago
Diego Biurrun a1d0b6a277 cosmetics: Fix AltiVec spelling. 17 years ago
Diego Biurrun 6006a68989 cosmetics: Fix indentation after last commit. 17 years ago
Diego Biurrun 465c9fdeeb Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec 17 years ago
Diego Biurrun 7fd7259a3f Remove const vector macro indirection that is useless and obfuscating 17 years ago
Diego Biurrun cd195f14c6 Remove Metrowerks compiler workaround. 17 years ago
Diego Biurrun dead9db83a Remove Metrowerks compiler workaround. 17 years ago