| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: remove redundant setting of Altivec IDCT | Mans Rullgard | 2011-07-27 | 1 | -9/+0 |
* | ppc: remove disabled code | Diego Biurrun | 2011-07-16 | 1 | -18/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 1 | -1/+1 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -1/+1 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 1 | -5/+0 |
* | PPC: move prototypes to headers and make some functions static | Måns Rullgård | 2010-03-06 | 1 | -5/+3 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | PPC: simplify loading some values into altivec registers | Måns Rullgård | 2009-08-24 | 1 | -18/+7 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -2/+2 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -1/+1 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 1 | -1/+1 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -118/+100 |
* | consistency cosmetics: indices --> indexes in variable names | Diego Biurrun | 2008-05-26 | 1 | -18/+18 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | misc spelling fixes | Diego Biurrun | 2008-03-10 | 1 | -1/+1 |
* | arg 10000l. Fix wrong fix committed in r12141 | Guillaume Poirier | 2008-02-19 | 1 | -1/+1 |
* | fix broken indentation | Guillaume Poirier | 2008-02-19 | 1 | -1/+1 |
* | 10l: fix always false test: Binary & has lower precedence than == | Guillaume Poirier | 2008-02-19 | 1 | -1/+1 |
* | Refactor the FOUROF macro using the AVV macro. | Diego Biurrun | 2008-02-18 | 1 | -6/+2 |
* | Remove stray #undef. | Diego Biurrun | 2008-02-18 | 1 | -1/+0 |
* | fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch... | Alexander Strange | 2008-02-18 | 1 | -0/+2 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -3/+3 |
* | Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is | Diego Biurrun | 2007-10-03 | 1 | -1/+1 |
* | Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. | Diego Biurrun | 2007-10-02 | 1 | -0/+45 |
* | Sanitize altivec code so it can be built with runtime check properly | Luca Barbato | 2007-10-02 | 1 | -2/+2 |
* | Remove const vector macro indirection that is useless and obfuscating | Diego Biurrun | 2007-10-01 | 1 | -2/+2 |
* | Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor | Diego Biurrun | 2007-08-24 | 1 | -1/+1 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 1 | -1/+1 |
* | use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables | Guillaume Poirier | 2007-05-17 | 1 | -3/+3 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -2/+2 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | Move TRANSPOSE8 macro to dsputil_altivec.h. | Guillaume Poirier | 2006-10-10 | 1 | -33/+0 |
* | removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore | Luca Barbato | 2006-10-09 | 1 | -15/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -6/+6 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -14/+14 |
* | forgotten copyright & dct_quantize_altivec disabled patch by (Romain Dolbeau ... | Romain Dolbeau | 2004-04-16 | 1 | -0/+3 |
* | Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>) | Michael Niedermayer | 2004-02-28 | 1 | -15/+16 |
* | 1) remove TBL support in PPC performance. It's much more useful to use the | Romain Dolbeau | 2003-07-09 | 1 | -3/+3 |
* | altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) | Michael Niedermayer | 2003-05-21 | 1 | -1/+4 |
* | altivec compilation fixes by (Magnus Damm <damm at opensource dot se>) | Michael Niedermayer | 2003-03-06 | 1 | -1/+1 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -4/+4 |
* | Altivec on non darwin systems patch by Romain Dolbeau | Romain Dolbeau | 2003-01-26 | 1 | -15/+23 |
* | PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <... | Romain Dolbeau | 2003-01-19 | 1 | -3/+3 |
* | AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do... | Michael Niedermayer | 2003-01-16 | 1 | -3/+11 |
* | dct_unquantize_h263_altivec by (Romain Dolbeau <dolbeaur at club-internet dot... | Michael Niedermayer | 2003-01-12 | 1 | -0/+121 |