aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/gmc_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-231-124/+0
* ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-201-16/+15
* ppc: dsputil: more K&R formatting cosmeticsDiego Biurrun2014-03-201-41/+42
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-201-23/+17
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-081-2/+2
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-091-1/+1
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove PPC perf counter supportMåns Rullgård2010-06-261-8/+0
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-241-4/+3
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-091-3/+0
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-201-72/+66
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* spellingVitor Sessak2007-12-011-1/+1
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-1/+2
* Remove const vector macro indirection that is useless and obfuscatingDiego Biurrun2007-10-011-2/+2
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-171-2/+2
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-091-28/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-15/+15
* Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)Michael Niedermayer2004-02-281-2/+2
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-091-5/+5
* PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-07-041-5/+6
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-211-0/+2
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-261-2/+2
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau2003-01-191-5/+5
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-161-5/+15
* dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot...Michael Niedermayer2003-01-121-1/+1
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-111-0/+159