summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/fft_altivec.c
Commit message (Expand)AuthorAge
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-20
* ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun2013-08-29
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* ppc: More consistent arch initializationDiego Biurrun2013-04-30
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* PPC: use Altivec IMDCT only for supported sizesMans Rullgard2011-07-05
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-04
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-03
* PPC: fix build on OSX without gas-preprocessorMåns Rullgård2010-07-02
* PPC: Altivec IMDCTLoren Merritt2010-07-01
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-01
* PPC: Altivec split-radix FFTMåns Rullgård2010-07-01
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-09
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Remove stray codeLuca Barbato2008-12-27
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-20
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* SimplifyLuca Barbato2006-11-07
* removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymoreLuca Barbato2006-10-09
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-13
* 1) remove TBL support in PPC performance. It's much more useful to use theRomain Dolbeau2003-07-09
* altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)Michael Niedermayer2003-05-21
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-26
* PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...Romain Dolbeau2003-01-19
* AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...Michael Niedermayer2003-01-16
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
* altivec patches by Romain DolbeauFabrice Bellard2003-01-08
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...Fabrice Bellard2003-01-07