]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/fft_altivec.c
alac: change some data types to plain int
[ffmpeg] / libavcodec / ppc / fft_altivec.c
2012-06-08 Justin RugglesPPC: Move types_altivec.h and util_altivec.h from libav...
2011-07-05 Mans RullgardPPC: use Altivec IMDCT only for supported sizes
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-04 Måns RullgårdPPC: convert Altivec FFT to pure assembler
2010-07-03 Måns RullgårdPPC: add _interleave versions of fft{4,6,16}_altivec
2010-07-02 Måns RullgårdPPC: fix build on OSX without gas-preprocessor
2010-07-01 Loren MerrittPPC: Altivec IMDCT
2010-07-01 Måns RullgårdRemove vestiges of radix-2 FFT
2010-07-01 Måns RullgårdPPC: Altivec split-radix FFT
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-04-09 Diego BiurrunRemove unnecessary gcc_fixes.h #include.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-27 Luca BarbatoRemove stray code
2008-07-20 Diego Biurruncosmetics: Reformat PPC code in libavcodec according...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2006-11-07 Luca BarbatoSimplify
2006-10-09 Luca Barbatoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
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
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2003-07-09 Romain Dolbeau1) remove TBL support in PPC performance. It's much...
2003-05-21 Michael Niedermayeraltivec gcc-3 fixes by (Magnus Damm <damm at opensource...
2003-01-26 Romain DolbeauAltivec on non darwin systems 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 Bellardfft altivec by Romain Dolbeau - simplified patch, test...