summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/check_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-92/+0
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-081-5/+10
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Move the local includes below the system includesMartin Storsjö2010-03-081-3/+3
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-0/+1
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-091-0/+2
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-081-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-301-2/+2
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-1/+1
* spelling cosmeticsDiego Biurrun2008-09-221-4/+4
* AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.Brad2008-09-221-1/+9
* Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad2008-09-131-0/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Add mfspr-based AltiVec detection code.Reimar Döffinger2008-01-191-0/+12
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-021-35/+3
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-0/+95