| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 6 | -99/+10 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 6 | -23/+15 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -1/+1 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 2 | -5/+1 |
* | more credits to D. J. Bernstein for fft | Loren Merritt | 2010-07-18 | 1 | -0/+3 |
* | PPC: convert Altivec FFT to pure assembler | Måns Rullgård | 2010-07-04 | 2 | -69/+98 |
* | PPC: gas-preprocessor handles m[ft]spr shorthands | Måns Rullgård | 2010-07-04 | 1 | -5/+0 |
* | PPC: add some asm support macros | Måns Rullgård | 2010-07-04 | 1 | -0/+56 |
* | PPC: add _interleave versions of fft{4,6,16}_altivec | Måns Rullgård | 2010-07-03 | 2 | -23/+52 |
* | PPC: fix build on OSX without gas-preprocessor | Måns Rullgård | 2010-07-02 | 1 | -5/+5 |
* | PPC: Altivec IMDCT | Loren Merritt | 2010-07-01 | 1 | -4/+114 |
* | Remove vestiges of radix-2 FFT | Måns Rullgård | 2010-07-01 | 1 | -1/+0 |
* | PPC: Altivec split-radix FFT | Måns Rullgård | 2010-07-01 | 4 | -98/+396 |
* | Check whether IBM or Apple PPC assembler syntax is used | Måns Rullgård | 2010-07-01 | 2 | -0/+101 |
* | Altivec-optimized mp{1,2,3} windowing | Vitor Sessak | 2010-07-01 | 2 | -0/+136 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Altivec VP8 MC functions | David Conrad | 2010-06-29 | 2 | -0/+296 |
* | Altivec: Add helper function to load from a constant misalignment | David Conrad | 2010-06-29 | 1 | -0/+13 |
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -2/+2 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 10 | -332/+0 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 3 | -3/+3 |
* | Simplify arch-specific object file lists | Måns Rullgård | 2010-03-16 | 1 | -1/+1 |
* | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård | 2010-03-16 | 1 | -0/+18 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -10/+17 |
* | Move the local includes below the system includes | Martin Storsjö | 2010-03-08 | 1 | -3/+3 |
* | PPC: move prototypes to headers and make some functions static | Måns Rullgård | 2010-03-06 | 13 | -56/+65 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 4 | -36/+36 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 4 | -33/+33 |
* | refactor and optimize scalarproduct | Loren Merritt | 2009-12-05 | 1 | -30/+36 |
* | cosmetics: fix indentation after previous commit | Måns Rullgård | 2009-09-27 | 1 | -13/+13 |
* | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård | 2009-09-27 | 1 | -62/+4 |
* | Move per-arch fft init bits into the corresponding subdirs | Måns Rullgård | 2009-09-15 | 1 | -0/+6 |
* | PPC: remove unnecessary alignment on local variables | Måns Rullgård | 2009-08-24 | 2 | -10/+10 |
* | Add necessary #include for config.h. | Diego Biurrun | 2009-08-24 | 1 | -0/+1 |
* | PPC: simplify loading some values into altivec registers | Måns Rullgård | 2009-08-24 | 2 | -22/+10 |
* | Include required headers in {mips,ppc}/mathops.h | Måns Rullgård | 2009-08-23 | 1 | -1/+2 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. | Diego Biurrun | 2009-07-22 | 1 | -1/+1 |
* | Change HAVE_PPC64 to ARCH_PPC64. | Reimar Döffinger | 2009-05-26 | 2 | -5/+5 |
* | Altivec VP3 IDCT | David Conrad | 2009-05-25 | 2 | -0/+194 |
* | Remove useless casts of vec_ld() parameters. | Diego Biurrun | 2009-05-18 | 1 | -15/+15 |
* | PPC: 32-bit asm for MAC64 and MLS64 | Måns Rullgård | 2009-05-11 | 1 | -0/+30 |
* | Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. | Diego Biurrun | 2009-05-09 | 1 | -0/+2 |
* | PPC: implement MULH() in assembler | Måns Rullgård | 2009-05-04 | 1 | -0/+7 |
* | Altivec version of avg_no_rnd_vc1_chroma_mc8 | David Conrad | 2009-04-15 | 2 | -127/+98 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 1 | -2/+2 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 7 | -162/+59 |
* | Remove AltiVec optimizations for Snow. They are hindering the development | Diego Biurrun | 2009-04-12 | 2 | -790/+0 |
* | Remove unnecessary gcc_fixes.h #include. | Diego Biurrun | 2009-04-09 | 4 | -10/+5 |