Age | Commit message (Expand) | Author |
2011-03-07 | cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec(). | Justin Ruggles |
2011-02-21 | vp8: ppc: fix invalid reads in altivec epel mc | Mans Rullgard |
2011-02-21 | ppc: fix vc1 inverse transform, unbreak build | Mans Rullgard |
2011-02-21 | VC1: merge idct8x8, coeff adjustments and put_pixels. | Ronald S. Bultje |
2011-02-17 | Fix PPC build. | Ronald S. Bultje |
2011-02-17 | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje |
2011-02-17 | VC1: transpose IDCT 8x8 coeffs while reading. | Ronald S. Bultje |
2011-02-02 | Separate format conversion DSP functions from DSPContext. | Justin Ruggles |
2011-01-31 | Remove unneeded add bias from 3 functions. | Justin Ruggles |
2011-01-29 | Fix overread in altivec DSP function sad16 | Vitor Sessak |
2011-01-22 | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. | Justin Ruggles |
2011-01-18 | consolidate .gitignore patters into a single file | Janne Grunau |
2011-01-17 | convert svn:ignore properties to .gitignore files | Janne Grunau |
2010-09-08 | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini |
2010-09-08 | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini |
2010-09-04 | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini |
2010-08-24 | Remove global mm_flags variable | Måns Rullgård |
2010-07-18 | more credits to D. J. Bernstein for fft | Loren Merritt |
2010-07-04 | PPC: convert Altivec FFT to pure assembler | Måns Rullgård |
2010-07-04 | PPC: gas-preprocessor handles m[ft]spr shorthands | Måns Rullgård |
2010-07-04 | PPC: add some asm support macros | Måns Rullgård |
2010-07-03 | PPC: add _interleave versions of fft{4,6,16}_altivec | Måns Rullgård |
2010-07-02 | PPC: fix build on OSX without gas-preprocessor | Måns Rullgård |
2010-07-01 | PPC: Altivec IMDCT | Loren Merritt |
2010-07-01 | Remove vestiges of radix-2 FFT | Måns Rullgård |
2010-07-01 | PPC: Altivec split-radix FFT | Måns Rullgård |
2010-07-01 | Check whether IBM or Apple PPC assembler syntax is used | Måns Rullgård |
2010-07-01 | Altivec-optimized mp{1,2,3} windowing | Vitor Sessak |
2010-06-30 | Fix grammar errors in documentation | Måns Rullgård |
2010-06-29 | Altivec VP8 MC functions | David Conrad |
2010-06-29 | Altivec: Add helper function to load from a constant misalignment | David Conrad |
2010-06-27 | Add const to some pointer parameters. | Eli Friedman |
2010-06-26 | Remove PPC perf counter support | Måns Rullgård |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-16 | Simplify arch-specific object file lists | Måns Rullgård |
2010-03-16 | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård |
2010-03-16 | Move H264 dsputil functions into their own struct | Måns Rullgård |
2010-03-08 | Move the local includes below the system includes | Martin Storsjö |
2010-03-06 | PPC: move prototypes to headers and make some functions static | Måns Rullgård |
2010-03-06 | Move FFT parts from dsputil.h to fft.h | Måns Rullgård |
2010-03-06 | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård |
2010-01-22 | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård |
2009-12-05 | refactor and optimize scalarproduct | Loren Merritt |
2009-09-27 | cosmetics: fix indentation after previous commit | Måns Rullgård |
2009-09-27 | Drop unused args from vector_fmul_add_add, simpify code, and rename | Måns Rullgård |
2009-09-15 | Move per-arch fft init bits into the corresponding subdirs | Måns Rullgård |
2009-08-24 | PPC: remove unnecessary alignment on local variables | Måns Rullgård |
2009-08-24 | Add necessary #include for config.h. | Diego Biurrun |
2009-08-24 | PPC: simplify loading some values into altivec registers | Måns Rullgård |
2009-08-23 | Include required headers in {mips,ppc}/mathops.h | Måns Rullgård |