summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/mpegvideo_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-311-2/+2
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-1/+1
* ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-101-1/+2
* ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-041-1/+0
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-2/+3
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-2/+7
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-081-2/+3
* ppc: drop unused function dct_quantize_altivec()Diego Biurrun2012-04-181-458/+0
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-4/+4
* ppc: remove redundant setting of Altivec IDCTMans Rullgard2011-07-271-9/+0
* ppc: remove disabled codeDiego Biurrun2011-07-161-18/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-081-1/+1
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+1
* Remove PPC perf counter supportMåns Rullgård2010-06-261-5/+0
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-5/+3
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-241-18/+7
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-121-2/+0
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-2/+2
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-1/+1
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-1/+1
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-201-118/+100
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-261-18/+18
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-191-1/+1
* fix broken indentationGuillaume Poirier2008-02-191-1/+1
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-191-1/+1
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-181-6/+2
* Remove stray #undef.Diego Biurrun2008-02-181-1/+0
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-181-0/+2
* spellingVitor Sessak2007-12-011-3/+3
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-031-1/+1
* Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs.Diego Biurrun2007-10-021-0/+45
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-2/+2
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-011-2/+2
* Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessorDiego Biurrun2007-08-241-1/+1
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-1/+1
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-171-3/+3
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-2/+2
* typos/grammarDiego Biurrun2007-04-071-1/+1
* Move TRANSPOSE8 macro to dsputil_altivec.h.Guillaume Poirier2006-10-101-33/+0
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-091-15/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
OpenPOWER on IntegriCloud