32 Commits (2d162e3825a35b6ac42a27d27c4a3ebbd141828d)

Author SHA1 Message Date
Måns Rullgård a46b84d120 PPC: convert Altivec FFT to pure assembler 15 years ago
Måns Rullgård a075902f3d PPC: add _interleave versions of fft{4,6,16}_altivec 15 years ago
Måns Rullgård 9bbb50648d PPC: fix build on OSX without gas-preprocessor 15 years ago
Loren Merritt cf61994a17 PPC: Altivec IMDCT 15 years ago
Måns Rullgård 588d28ac08 Remove vestiges of radix-2 FFT 15 years ago
Måns Rullgård bf7ba15372 PPC: Altivec split-radix FFT 15 years ago
Måns Rullgård 2829ce4b40 Remove PPC perf counter support 15 years ago
Måns Rullgård ddb8c2c0f1 PPC: move prototypes to headers and make some functions static 15 years ago
Måns Rullgård 1429224b04 Move FFT parts from dsputil.h to fft.h 15 years ago
Måns Rullgård f486321395 Move per-arch fft init bits into the corresponding subdirs 15 years ago
Diego Biurrun 7a709548a7 Remove unnecessary gcc_fixes.h #include. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Luca Barbato d89eae6f1a Remove stray code 16 years ago
Diego Biurrun e3905ce0af cosmetics: Reformat PPC code in libavcodec according to style guidelines. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Luca Barbato 89523beea4 Sanitize altivec code so it can be built with runtime check properly 17 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Luca Barbato d9d2f88def Simplify 18 years ago
Luca Barbato b420448e38 removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Gildas Bazin 68951ecf0c fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Romain Dolbeau e45a2872fa 1) remove TBL support in PPC performance. It's much more useful to use the 22 years ago
Michael Niedermayer a9a07762b8 altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) 22 years ago
Romain Dolbeau 3b991c54eb Altivec on non darwin systems patch by Romain Dolbeau 22 years ago
Romain Dolbeau 35e5fb067e PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Michael Niedermayer db40a39aba AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Romain Dolbeau e629ab68a7 altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 22 years ago
Fabrice Bellard 4013fcf4af altivec patches by Romain Dolbeau 22 years ago
Fabrice Bellard 8d268a7d4c fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding 22 years ago