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
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-19swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana
2012-08-13x86: swscale: fix fragile memory accessesMans Rullgard
2012-08-13x86: swscale: remove disabled codeMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-07-23swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun
2012-07-22x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje
2012-07-04swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-03-15swscale: convert hscale() to use named arguments.Ronald S. Bultje
2012-03-15swscale: convert hscale to cpuflags().Ronald S. Bultje
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-03-04swscale: make %rep unconditional.Ronald S. Bultje
2012-03-04swscale: remove now unnecessary hack.Ronald S. Bultje
2012-02-23swscale: take first/lastline over/underflows into account for MMX.Ronald S. Bultje
2012-02-20Revert two swscale commits.Ronald S. Bultje
2012-02-17swscale: make access to filter data conditional on filter type.Ronald S. Bultje
2012-02-17swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje
2012-02-14swscale: Remove some write-only variables related to alpha handling.Diego Biurrun
2012-02-14swscale: fix crashes in yuv2yuvX on x86-32.Ronald S. Bultje
2012-02-12swscale: convert yuv2yuvX() to using named arguments.Ronald S. Bultje
2012-02-12swscale: rename "dstw" to "w" to prevent name collisions.Ronald S. Bultje
2012-02-12swscale: use named registers in yuv2yuv1_plane() place.Ronald S. Bultje
2012-02-08swscale: sign-extend integer function argument to qword on x86-64.Ronald S. Bultje
2012-02-07swscale: make yuv2yuv1 use named registers.Ronald S. Bultje
2012-02-07swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.Ronald S. Bultje
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-02-02swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje
2012-02-01swscale: enable dithering in MMX functions.Ronald S. Bultje
2012-02-01swscale: make rgb24 function macros slightly smaller.Ronald S. Bultje
2012-01-27swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje
2012-01-27config.asm: change %ifdef directives to %if directives.Ronald S. Bultje
2012-01-14swscale: change yuv2yuvX code to use cpuflag().Ronald S. Bultje
2012-01-10swscale: fix crash in fast_bilinear code when compiled with -mred-zone.Ronald S. Bultje
2012-01-10swscale: specify register type.Oka Motofumi
2012-01-09swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje
2012-01-04swscale: split scale.asm.Ronald S. Bultje
2011-12-14swscale_mmx: drop no longer required parameters from VSCALEX macrosDiego Biurrun
2011-12-14swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.Diego Biurrun
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-11-13swscale: handle unaligned buffers in yuv2plane1Ronald S. Bultje
2011-11-06swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje
2011-10-23swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje
2011-10-22swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje
2011-10-22yuv2planeX10 SIMDKieran Kunhya
2011-10-22Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya