2 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Diego Biurrun ea7ee4b4e3 ppc: Centralize compiler-specific altivec.h #include handling in one place 8 years ago
  Diego Biurrun 1a094af638 fft: Split MDCT bits off from FFT 9 years ago
  Diego Biurrun 47570dbde8 fft: ppc: Place ff_fft_calc_interleave_altivec() under correct ifdefs 9 years ago
  Luca Barbato da60b99a88 ppc: Restrict some Altivec implementations to Big Endian 10 years ago
  Diego Biurrun ffa4d4ef0b ppc: fft: Build AltiVec optimizations in the standard way 10 years ago
  Diego Biurrun 27860819d5 ppc: Consistently use convenience macro for runtime CPU detection 11 years ago
  Diego Biurrun 82ee14d2ce ppc: dsputil: comment formatting and wording/grammar improvements 11 years ago
  Diego Biurrun 6af2c351b3 ppc: Add missing AltiVec cpuflag detection invocations 11 years ago
  Diego Biurrun 7f75f2f2bd ppc: Drop unnecessary ff_ name prefixes from static functions 12 years ago
  Diego Biurrun 38282149b6 ppc: More consistent arch initialization 12 years ago
  Justin Ruggles 98db4e2a4e PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 13 years ago
  Mans Rullgard 6cbf2420b9 PPC: use Altivec IMDCT only for supported sizes 14 years ago
  Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  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