summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Remove global mm_flags variableMåns Rullgård2010-08-24
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-18
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-04
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-04
* PPC: add some asm support macrosMå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
* Check whether IBM or Apple PPC assembler syntax is usedMåns Rullgård2010-07-01
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-01
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Altivec VP8 MC functionsDavid Conrad2010-06-29
* Altivec: Add helper function to load from a constant misalignmentDavid Conrad2010-06-29
* Add const to some pointer parameters.Eli Friedman2010-06-27
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Simplify arch-specific object file listsMåns Rullgård2010-03-16
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Move the local includes below the system includesMartin Storsjö2010-03-08
* 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
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* refactor and optimize scalarproductLoren Merritt2009-12-05
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-27
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-15
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Add necessary #include for config.h.Diego Biurrun2009-08-24
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-24
* Include required headers in {mips,ppc}/mathops.hMåns Rullgård2009-08-23
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-22
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-26
* Altivec VP3 IDCTDavid Conrad2009-05-25
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-18
* PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård2009-05-11
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-09
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-04
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-15
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-14
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12