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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2010-10-31dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla
2010-09-21x86: disable SSE functions using stack when stack is not alignedMåns Rullgård
2010-09-17Properly add HAVE_YASM around yasmified symbols. Should fix compile errorRonald S. Bultje
2010-09-17Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,Ronald S. Bultje
2010-09-17Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano 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-20Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje
2010-03-07x86: move function prototypes to header filesMå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-10-19huffyuv: add some const qualifiersLoren Merritt
2009-10-18add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun