]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/dsputil_altivec.c
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
[ffmpeg] / libavcodec / ppc / dsputil_altivec.c
2009-04-12 Diego BiurrunRemove gcc_fixes.h. It only contains workarounds for...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-12-12 Guillaume Poirieradd Altivec implementation of clear_block
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-20 Diego Biurruncosmetics: Make libavcodec/ppc/dsputil_altivec.c confor...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-04 Diego BiurrunChange some files to only include the necessary headers.
2007-12-01 Vitor SessakFix alignment broke by my last patch
2007-12-01 Vitor Sessakspelling
2007-10-02 Diego Biurruncosmetics: Fix indentation after last commit.
2007-10-02 Diego BiurrunReplace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB...
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-10-02 Diego Biurruncosmetics: Fix AltiVec spelling.
2007-10-01 Diego BiurrunRemove const vector macro indirection that is useless...
2007-08-27 Diego BiurrunSimplify preprocessor directives.
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-24 Diego BiurrunFix trivial mixed declarations and code warning caused...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-22 Diego BiurrunSimplify preprocessor directives.
2007-05-17 Guillaume Poirieruse macro Use DECLARE_ALIGNED_16 to align stack-allocat...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-01-27 Luca BarbatoSimplify and avoid a warning (should be faster on Cell...
2006-10-09 Luca Barbatoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
2006-10-09 Luca Barbatoadd_bytes passes tests
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-11 Luca Barbatokeep in sync with dsputil, makes --disable-decoder...
2006-08-06 Luca BarbatoCosmetics: 2->4 spaces and some braces
2006-08-04 Luca BarbatoYet another typo
2006-08-04 Luca BarbatoFix a stupid typo and another error, thanks to Emanuele...
2006-08-03 Luca BarbatoAlmost cosmetic changes in dsputil_init_ppc and vorbis_...
2006-08-03 Luca BarbatoMinor fix
2006-08-03 Luca Barbatovorbis_inverse_coupling_altivec
2006-08-02 Luca Barbatoavoid possible segfault situations
2006-06-17 Luca BarbatoCosmetics: should not hurt performance, scream if are
2006-04-07 Luca Barbatohadamard8_diff* enabled on linux/ppc
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-10-05 ChipAltivec test on AmigaOS4 patch by (Chip <szarlada at...
2004-06-08 Michael Niedermayerhadamard/AltiVec: fix to compiler fix, again by (Romain...
2004-06-05 Michael Niedermayeravg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels...
2004-06-05 Michael Niedermayerhadamard/AltiVec: fix to compiler fix by (Romain Dolbea...
2004-04-26 Alex Beregszaszidisable hadamard for gcc below 3.3 - better fix awaited
2004-04-26 Alex Beregszasziuse the AVV macro from gcc_fixes.h instead ifdefs
2004-04-26 Alex Beregszaszi100l, and another one because it boils out with ICE...
2004-04-22 Romain Dolbeaubetter hadamard8_diff16 in AltiVec, and more patch...
2004-04-20 Michael Niedermayerhadamard8_diff8x8 in AltiVec, the 16bits edition by...
2004-02-28 Michael NiedermayerMetrowerks CodeWarrior patches by (John Dalgliesh ...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-07-09 Romain Dolbeau1) remove TBL support in PPC performance. It's much...
2003-07-04 Romain DolbeauPPC fixes & clean-up patch by (Romain Dolbeau <dolbeau...
2003-05-21 Michael Niedermayeraltivec gcc-3 fixes by (Magnus Damm <damm at opensource...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-26 Romain DolbeauAltivec on non darwin systems patch by Romain Dolbeau
2003-01-20 Romain DolbeauMore AltiVec MC functions patch by (Romain Dolbeau...
2003-01-19 Romain DolbeauPPC perf, PPC clear_block, AltiVec put_pixels8_xy2...
2003-01-16 Michael NiedermayerAltiVec perf (take 2), plus a couple AltiVec functions...
2003-01-11 Romain Dolbeaualtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-08 Fabrice Bellardaltivec patches by Romain Dolbeau
2003-01-07 Fabrice Bellardsuppressed pix_norm_altivec
2002-11-22 Brian Foley* altivec and pix_norm patch by Brian Foley
2002-11-19 Brian Foleyaltivec optimizations patch by (Brian Foley <bfoley...
2002-11-02 Michael NiedermayerAltivec Patch (Mark III) by (Dieter Shirley <dieters...
2002-09-02 Brian Foleyaltivec build tidyup patch by (Brian Foley <bfoley...
2002-08-28 Brian Foleyfirst cut at altivec support on darwin patch by (Brian...