summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
...
* Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point...Luca Barbato2006-06-20
* Cosmetics: should not hurt performance, scream if areLuca Barbato2006-06-17
* put_pixels16_l2_altivec and avg_pixels16_l2_altivecLuca Barbato2006-06-03
* Macosx fixLuca Barbato2006-05-02
* 13% faster inner_add_yblockLuca Barbato2006-04-25
* 40% faster decodeLuca Barbato2006-04-25
* typo in the gcc handmade regalloc triggerLuca Barbato2006-04-16
* hadamard8_diff* enabled on linux/ppcLuca Barbato2006-04-07
* Proper typecast for vector boolLuca Barbato2006-03-31
* Cast cruft in order to support Apple gccLuca Barbato2006-03-29
* altivec support for snowLuca Barbato2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.b...Likai Liu2006-02-28
* Fix AltiVec H.264 decoding on FSF gcc.Luca Barbato2006-02-21
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* 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
* 10lAlex Beregszaszi2005-08-05
* Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret...Sigbjørn Skjæret2005-07-01
* gcc 4 compilation fixBret Hughes2005-04-17
* missaliged clear_blocks() and h264 not complied but referenced fix patch by (...Roine Gustafsson2004-10-11
* Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>)Chip2004-10-05
* 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
* use the AVV macro from gcc_fixes.h instead ifdefsAlex Beregszaszi2004-04-26
* 100l, and another one because it boils out with ICE under gcc 3.2.3Alex 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
* forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ...Romain Dolbeau2004-04-16
* 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
* av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-02-23
* interlaced motion estimationMichael Niedermayer2003-12-30
* 100l (forgot alpha & ppc)Michael Niedermayer2003-12-15
* 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
* namespace fix (triggered by gcc-alivec-bugfix + gentoo or so) by (Magnus Damm...Michael Niedermayer2003-07-29
* 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
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-21
* altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-03-06
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* fix for ppc compile broken by (Romain Dolbeau <dolbeau at irisa dot fr> and C...Michael Niedermayer2003-02-01
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-26