index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ppc
/
fft_altivec.c
Age
Commit message (
Expand
)
Author
2011-07-05
PPC: use Altivec IMDCT only for supported sizes
Mans Rullgard
2011-04-11
Convert some undefined 1<<31 shifts into 1U<<31.
Alex Converse
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-04
PPC: convert Altivec FFT to pure assembler
Måns Rullgård
2010-07-03
PPC: add _interleave versions of fft{4,6,16}_altivec
Måns Rullgård
2010-07-02
PPC: fix build on OSX without gas-preprocessor
Måns Rullgård
2010-07-01
PPC: Altivec IMDCT
Loren Merritt
2010-07-01
Remove vestiges of radix-2 FFT
Måns Rullgård
2010-07-01
PPC: Altivec split-radix FFT
Måns Rullgård
2010-06-26
Remove PPC perf counter support
Måns Rullgård
2010-03-06
PPC: move prototypes to headers and make some functions static
Måns Rullgård
2010-03-06
Move FFT parts from dsputil.h to fft.h
Måns Rullgård
2009-09-15
Move per-arch fft init bits into the corresponding subdirs
Måns Rullgård
2009-04-09
Remove unnecessary gcc_fixes.h #include.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-12-27
Remove stray code
Luca Barbato
2008-07-20
cosmetics: Reformat PPC code in libavcodec according to style guidelines.
Diego Biurrun
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-10-02
Sanitize altivec code so it can be built with runtime check properly
Luca Barbato
2007-05-16
Add libavcodec to compiler include flags in order to simplify header
Ronald S. Bultje
2006-11-07
Simplify
Luca Barbato
2006-10-09
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
Luca Barbato
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2004-03-13
fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...
Gildas Bazin
2003-07-09
1) remove TBL support in PPC performance. It's much more useful to use the
Romain Dolbeau
2003-05-21
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
Michael Niedermayer
2003-01-26
Altivec on non darwin systems patch by Romain Dolbeau
Romain Dolbeau
2003-01-19
PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <...
Romain Dolbeau
2003-01-16
AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <do...
Michael Niedermayer
2003-01-11
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
Romain Dolbeau
2003-01-08
altivec patches by Romain Dolbeau
Fabrice Bellard
2003-01-07
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes...
Fabrice Bellard