2009-04-12 |
Diego Biurrun | Remove gcc_fixes.h. It only contains workarounds for... |
blob | commitdiff | raw |
2009-01-14 |
Aurelien Jacobs | replace all occurrence of ENABLE_ by the corresponding... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Guillaume Poirier | add Altivec implementation of clear_block |
blob | commitdiff | raw | diff to current |
2008-07-24 |
Diego Biurrun | Remove AltiVec vector declaration compiler compatibilit... |
blob | commitdiff | raw | diff to current |
2008-07-20 |
Diego Biurrun | cosmetics: Make libavcodec/ppc/dsputil_altivec.c confor... |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Diego Biurrun | Use full path for #includes from another directory. |
blob | commitdiff | raw | diff to current |
2008-01-04 |
Diego Biurrun | Change some files to only include the necessary headers. |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Vitor Sessak | Fix alignment broke by my last patch |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Vitor Sessak | spelling |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Diego Biurrun | cosmetics: Fix indentation after last commit. |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Diego Biurrun | Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORB... |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Luca Barbato | Sanitize altivec code so it can be built with runtime... |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Diego Biurrun | cosmetics: Fix AltiVec spelling. |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Diego Biurrun | Remove const vector macro indirection that is useless... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Diego Biurrun | Simplify preprocessor directives. |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Diego Biurrun | Change SYS_DARWIN preprocessor checks to __APPLE__... |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Diego Biurrun | Fix trivial mixed declarations and code warning caused... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Diego Biurrun | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configura... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Diego Biurrun | Simplify preprocessor directives. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Guillaume Poirier | use macro Use DECLARE_ALIGNED_16 to align stack-allocat... |
blob | commitdiff | raw | diff to current |
2007-05-16 |
Ronald S. Bultje | Add libavcodec to compiler include flags in order to... |
blob | commitdiff | raw | diff to current |
2007-01-27 |
Luca Barbato | Simplify and avoid a warning (should be faster on Cell... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Luca Barbato | removing ALTIVEC_USE_REFERENCE_C_CODE, since has no... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Luca Barbato | add_bytes passes tests |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Luca Barbato | keep in sync with dsputil, makes --disable-decoder... |
blob | commitdiff | raw | diff to current |
2006-08-06 |
Luca Barbato | Cosmetics: 2->4 spaces and some braces |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Luca Barbato | Yet another typo |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Luca Barbato | Fix a stupid typo and another error, thanks to Emanuele... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Luca Barbato | Almost cosmetic changes in dsputil_init_ppc and vorbis_... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Luca Barbato | Minor fix |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Luca Barbato | vorbis_inverse_coupling_altivec |
blob | commitdiff | raw | diff to current |
2006-08-02 |
Luca Barbato | avoid possible segfault situations |
blob | commitdiff | raw | diff to current |
2006-06-17 |
Luca Barbato | Cosmetics: should not hurt performance, scream if are |
blob | commitdiff | raw | diff to current |
2006-04-07 |
Luca Barbato | hadamard8_diff* enabled on linux/ppc |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Diego Biurrun | COSMETICS: tabs --> spaces, some prettyprinting |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Chip | Altivec test on AmigaOS4 patch by (Chip <szarlada at... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Michael Niedermayer | hadamard/AltiVec: fix to compiler fix, again by (Romain... |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Michael Niedermayer | avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels... |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Michael Niedermayer | hadamard/AltiVec: fix to compiler fix by (Romain Dolbea... |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Alex Beregszaszi | disable hadamard for gcc below 3.3 - better fix awaited |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Alex Beregszaszi | use the AVV macro from gcc_fixes.h instead ifdefs |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Alex Beregszaszi | 100l, and another one because it boils out with ICE... |
blob | commitdiff | raw | diff to current |
2004-04-22 |
Romain Dolbeau | better hadamard8_diff16 in AltiVec, and more patch... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Michael Niedermayer | hadamard8_diff8x8 in AltiVec, the 16bits edition by... |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Michael Niedermayer | Metrowerks CodeWarrior patches by (John Dalgliesh ... |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Michael Niedermayer | interlaced motion estimation |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Romain Dolbeau | 1) remove TBL support in PPC performance. It's much... |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Romain Dolbeau | PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Michael Niedermayer | altivec gcc-3 fixes by (Magnus Damm <damm at opensource... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Zdenek Kabelac | * UINTX -> uintx_t INTX -> intx_t |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Romain Dolbeau | Altivec on non darwin systems patch by Romain Dolbeau |
blob | commitdiff | raw | diff to current |
2003-01-20 |
Romain Dolbeau | More AltiVec MC functions patch by (Romain Dolbeau... |
blob | commitdiff | raw | diff to current |
2003-01-19 |
Romain Dolbeau | PPC perf, PPC clear_block, AltiVec put_pixels8_xy2... |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Michael Niedermayer | AltiVec perf (take 2), plus a couple AltiVec functions... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Romain Dolbeau | altivec jumbo patch by (Romain Dolbeau <dolbeaur at... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Fabrice Bellard | altivec patches by Romain Dolbeau |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Fabrice Bellard | suppressed pix_norm_altivec |
blob | commitdiff | raw | diff to current |
2002-11-22 |
Brian Foley | * altivec and pix_norm patch by Brian Foley |
blob | commitdiff | raw | diff to current |
2002-11-19 |
Brian Foley | altivec optimizations patch by (Brian Foley <bfoley... |
blob | commitdiff | raw | diff to current |
2002-11-02 |
Michael Niedermayer | Altivec Patch (Mark III) by (Dieter Shirley <dieters... |
blob | commitdiff | raw | diff to current |
2002-09-02 |
Brian Foley | altivec build tidyup patch by (Brian Foley <bfoley... |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Brian Foley | first cut at altivec support on darwin patch by (Brian... |
blob | commitdiff | raw | diff to current |
|