summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* PPC: convert Altivec FFT to pure assemblerMåns Rullgård2010-07-042-69/+98
* PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård2010-07-041-5/+0
* PPC: add some asm support macrosMåns Rullgård2010-07-041-0/+56
* PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård2010-07-032-23/+52
* PPC: fix build on OSX without gas-preprocessorMåns Rullgård2010-07-021-5/+5
* PPC: Altivec IMDCTLoren Merritt2010-07-011-4/+114
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-011-1/+0
* PPC: Altivec split-radix FFTMåns Rullgård2010-07-014-98/+396
* Check whether IBM or Apple PPC assembler syntax is usedMåns Rullgård2010-07-012-0/+101
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-012-0/+136
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Altivec VP8 MC functionsDavid Conrad2010-06-292-0/+296
* Altivec: Add helper function to load from a constant misalignmentDavid Conrad2010-06-291-0/+13
* Add const to some pointer parameters.Eli Friedman2010-06-271-2/+2
* Remove PPC perf counter supportMåns Rullgård2010-06-2610-332/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-203-3/+3
* Simplify arch-specific object file listsMåns Rullgård2010-03-161-1/+1
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+18
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-10/+17
* Move the local includes below the system includesMartin Storsjö2010-03-081-3/+3
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-0613-56/+65
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-064-36/+36
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-224-33/+33
* refactor and optimize scalarproductLoren Merritt2009-12-051-30/+36
* cosmetics: fix indentation after previous commitMåns Rullgård2009-09-271-13/+13
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-271-62/+4
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-0/+6
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-242-10/+10
* Add necessary #include for config.h.Diego Biurrun2009-08-241-0/+1
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-242-22/+10
* Include required headers in {mips,ppc}/mathops.hMåns Rullgård2009-08-231-1/+2
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-291-1/+1
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-221-1/+1
* Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger2009-05-262-5/+5
* Altivec VP3 IDCTDavid Conrad2009-05-252-0/+194
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-181-15/+15
* PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård2009-05-111-0/+30
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-091-0/+2
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-041-0/+7
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-152-127/+98
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-127-162/+59
* Remove AltiVec optimizations for Snow. They are hindering the developmentDiego Biurrun2009-04-122-790/+0
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-094-10/+5
* cosmetics: Reformat comment paragraph and fix a few typos in it.Diego Biurrun2009-04-091-7/+7
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-081-1/+1
* cosmetics: Remove file name from file header.Diego Biurrun2009-03-151-2/+1
* prettyprinting cosmeticsDiego Biurrun2009-03-142-15/+15
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-142-2/+2
OpenPOWER on IntegriCloud