Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30Fix overread in altivec DSP function sad16Vitor Sessak
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-07-19more credits to D. J. Bernstein for fftLoren Merritt
2010-07-04PPC: convert Altivec FFT to pure assemblerMåns Rullgård
2010-07-04PPC: gas-preprocessor handles m[ft]spr shorthandsMåns Rullgård
2010-07-04PPC: add some asm support macrosMåns Rullgård
2010-07-03PPC: add _interleave versions of fft{4,6,16}_altivecMåns Rullgård
2010-07-02PPC: fix build on OSX without gas-preprocessorMåns Rullgård
2010-07-02PPC: Altivec IMDCTLoren Merritt
2010-07-02Remove vestiges of radix-2 FFTMåns Rullgård
2010-07-02PPC: Altivec split-radix FFTMåns Rullgård
2010-07-02Check whether IBM or Apple PPC assembler syntax is usedMåns Rullgård
2010-07-02Altivec-optimized mp{1,2,3} windowingVitor Sessak
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-29Altivec VP8 MC functionsDavid Conrad
2010-06-29Altivec: Add helper function to load from a constant misalignmentDavid Conrad
2010-06-27Add const to some pointer parameters.Eli Friedman
2010-06-27Remove PPC perf counter supportMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-08Move the local includes below the system includesMartin Storsjö
2010-03-07PPC: move prototypes to headers and make some functions staticMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-09-27cosmetics: fix indentation after previous commitMåns Rullgård
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-08-25PPC: remove unnecessary alignment on local variablesMåns Rullgård
2009-08-24Add necessary #include for config.h.Diego Biurrun
2009-08-24PPC: simplify loading some values into altivec registersMåns Rullgård
2009-08-23Include required headers in {mips,ppc}/mathops.hMåns Rullgård
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-07-23Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun
2009-05-26Change HAVE_PPC64 to ARCH_PPC64.Reimar Döffinger
2009-05-26Altivec VP3 IDCTDavid Conrad
2009-05-18Remove useless casts of vec_ld() parameters.Diego Biurrun
2009-05-11PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård
2009-05-09Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun