summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_ppc.c
Commit message (Expand)AuthorAge
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-10
* rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERFMåns Rullgård2007-02-13
* Conditionally compile some of the AltiVec optimizations.Diego Biurrun2006-11-22
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* ppc generic prefetchLuca Barbato2006-10-12
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
* Non Altivec optimizations already present at the topLuca Barbato2006-10-08
* fix the dcbz check and move it in configureLuca Barbato2006-10-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* altivec float optimizationsLuca Barbato2006-08-14
* standalone snow dsputil initLuca Barbato2006-08-03
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-03
* CleanupLuca Barbato2006-08-03
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-03
* CosmeticsLuca Barbato2006-08-02
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-07
* altivec support for snowLuca Barbato2006-03-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret...Sigbjørn Skjæret2005-07-01
* missaliged clear_blocks() and h264 not complied but referenced fix patch by (...Roine Gustafsson2004-10-11
* h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise do...Romain Dolbeau2004-09-16
* hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at i...Michael Niedermayer2004-06-08
* avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fi...Michael Niedermayer2004-06-05
* hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa do...Michael Niedermayer2004-06-05
* disable hadamard for gcc below 3.3 - better fix awaitedAlex Beregszaszi2004-04-26
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbea...Romain Dolbeau2004-04-22
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ...Michael Niedermayer2004-04-20
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-13
* Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)Michael Niedermayer2004-02-28
* interlaced motion estimationMichael Niedermayer2003-12-30
* AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)James Klicman2003-10-26
* recommit (of patch, as cvslog msg didnt apply cleanly)Steven M. Schultz2003-10-11
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-09
* PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-07-04
* PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at iri...Michael Niedermayer2003-06-29
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-26
* More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-01-20
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau2003-01-19
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-16
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
* altivec patches by Romain DolbeauFabrice Bellard2003-01-08
* suppressed pix_norm_altivecFabrice Bellard2003-01-07
* altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n...Brian Foley2002-11-26
* * altivec and pix_norm patch by Brian FoleyBrian Foley2002-11-22