]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/dsputil_ppc.h
Alpha: move dsputil prototypes to a header file
[ffmpeg] / libavcodec / ppc / dsputil_ppc.h
2009-05-26 Reimar DöffingerChange HAVE_PPC64 to ARCH_PPC64.
2009-01-25 Diego BiurrunAdd required headers to fix warnings during 'make check...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-20 Diego Biurruncosmetics: Reformat PPC code in libavcodec according...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-22 Diego BiurrunIdentifiers starting with underscores are reserved.
2007-06-17 Måns Rullgårdsimplify ppc64 handling
2007-02-13 Måns Rullgårdrename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2006-10-07 Luca Barbatofix the dcbz check and move it in configure
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2004-09-16 Romain Dolbeauh264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau...
2004-06-05 Michael Niedermayeravg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels...
2004-04-22 Romain Dolbeaubetter hadamard8_diff16 in AltiVec, and more patch...
2004-04-20 Michael Niedermayerhadamard8_diff8x8 in AltiVec, the 16bits edition by...
2003-10-26 James KlicmanAltiVec optimized fdct patch by (James Klicman <james...
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-06-29 Michael NiedermayerPPC970 patch + cpu-specific tuning support by (Romain...
2003-02-01 Michael Niedermayerfix for ppc compile broken by (Romain Dolbeau <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...