summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/fft_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* PPC: use Altivec IMDCT only for supported sizesMans Rullgard2011-07-051-2/+4
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-111-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-041-46/+4
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-031-15/+0
* PPC: fix build on OSX without gas-preprocessorMåns Rullgård2010-07-021-5/+5
* PPC: Altivec IMDCTLoren Merritt2010-07-011-4/+114
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-011-1/+0
* PPC: Altivec split-radix FFTMåns Rullgård2010-07-011-97/+55
* Remove PPC perf counter supportMåns Rullgård2010-06-261-6/+0
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-1/+3
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+1
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-0/+6
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-091-3/+0
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Remove stray codeLuca Barbato2008-12-271-25/+0
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-201-19/+16
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-021-2/+2
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* SimplifyLuca Barbato2006-11-071-5/+1
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-091-79/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-4/+4
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-21/+21
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-131-2/+2
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-091-5/+5
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-211-0/+2
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-261-0/+4
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau2003-01-191-5/+5
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-161-1/+109
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-111-1/+1
* altivec patches by Romain DolbeauFabrice Bellard2003-01-081-35/+2
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard2003-01-071-0/+166
OpenPOWER on IntegriCloud