summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/dsputil_ppc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-241-3/+0
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-3/+3
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-9/+9
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-5/+5
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-2/+2
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-4/+4
* cosmetics: Reindent two misplaced braces.Diego Biurrun2008-07-201-2/+2
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-201-127/+113
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-1/+1
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-1/+1
* Remove Metrowerks compiler workaround.Diego Biurrun2007-10-011-4/+0
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-101-0/+2
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-131-5/+5
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-221-3/+4
* revert bad checkinMåns Rullgård2006-11-141-2/+2
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-2/+2
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* ppc generic prefetchLuca Barbato2006-10-121-1/+10
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-091-4/+0
* Non Altivec optimizations already present at the topLuca Barbato2006-10-081-6/+1
* fix the dcbz check and move it in configureLuca Barbato2006-10-071-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* altivec float optimizationsLuca Barbato2006-08-141-1/+2
* standalone snow dsputil initLuca Barbato2006-08-031-17/+5
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-031-49/+22
* CleanupLuca Barbato2006-08-031-4/+1
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-031-0/+5
* CosmeticsLuca Barbato2006-08-021-11/+10
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-071-2/+0
* altivec support for snowLuca Barbato2006-03-271-0/+16
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-28/+28
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-5/+5
* Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret...Sigbjørn Skjæret2005-07-011-0/+3
* missaliged clear_blocks() and h264 not complied but referenced fix patch by (...Roine Gustafsson2004-10-111-2/+2
* h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise do...Romain Dolbeau2004-09-161-5/+19
* hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at i...Michael Niedermayer2004-06-081-1/+1
* avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fi...Michael Niedermayer2004-06-051-3/+2
* hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa do...Michael Niedermayer2004-06-051-1/+1
* disable hadamard for gcc below 3.3 - better fix awaitedAlex Beregszaszi2004-04-261-0/+2
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbea...Romain Dolbeau2004-04-221-6/+1
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ...Michael Niedermayer2004-04-201-1/+12
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-1/+1
* Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)Michael Niedermayer2004-02-281-2/+6
* interlaced motion estimationMichael Niedermayer2003-12-301-7/+7
* AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)James Klicman2003-10-261-0/+10
* recommit (of patch, as cvslog msg didnt apply cleanly)Steven M. Schultz2003-10-111-2/+2
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-091-63/+37
OpenPOWER on IntegriCloud