aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/dsputil_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* use macro Use DECLARE_ALIGNED_16 to align stack-allocated variablesGuillaume Poirier2007-05-171-9/+9
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)Luca Barbato2007-01-271-4/+2
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-091-268/+0
* add_bytes passes testsLuca Barbato2006-10-091-7/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* keep in sync with dsputil, makes --disable-decoder=vorbis buildLuca Barbato2006-08-111-0/+2
* Cosmetics: 2->4 spaces and some bracesLuca Barbato2006-08-061-135/+126
* Yet another typoLuca Barbato2006-08-041-2/+2
* Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...Luca Barbato2006-08-041-4/+4
* Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:Luca Barbato2006-08-031-5/+40
* Minor fixLuca Barbato2006-08-031-6/+6
* vorbis_inverse_coupling_altivecLuca Barbato2006-08-031-0/+23
* avoid possible segfault situationsLuca Barbato2006-08-021-4/+4
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-171-61/+97
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-071-45/+43
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-64/+64
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-93/+93
* Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>)Chip2004-10-051-0/+16
* hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at i...Michael Niedermayer2004-06-081-2/+2
* avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fi...Michael Niedermayer2004-06-051-0/+110
* hadamard/AltiVec: fix to compiler fix by (Romain Dolbeau <dolbeau at irisa do...Michael Niedermayer2004-06-051-2/+2
* disable hadamard for gcc below 3.3 - better fix awaitedAlex Beregszaszi2004-04-261-0/+2
* use the AVV macro from gcc_fixes.h instead ifdefsAlex Beregszaszi2004-04-261-55/+13
* 100l, and another one because it boils out with ICE under gcc 3.2.3Alex Beregszaszi2004-04-261-0/+1
* better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbea...Romain Dolbeau2004-04-221-64/+286
* hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau ...Michael Niedermayer2004-04-201-1/+130
* Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)Michael Niedermayer2004-02-281-30/+30
* interlaced motion estimationMichael Niedermayer2003-12-301-24/+16
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-091-38/+71
* PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-07-041-4/+6
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-211-10/+8
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-4/+4
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-261-37/+81
* More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau2003-01-201-84/+367
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau2003-01-191-56/+198
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-161-25/+210
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-111-1/+56
* altivec patches by Romain DolbeauFabrice Bellard2003-01-081-33/+144
* suppressed pix_norm_altivecFabrice Bellard2003-01-071-42/+0
* * altivec and pix_norm patch by Brian FoleyBrian Foley2002-11-221-23/+47
* altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway ...Brian Foley2002-11-191-0/+253
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-021-6/+120
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d...Brian Foley2002-09-021-9/+0
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at comps...Brian Foley2002-08-281-0/+152