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-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-03-06swscale: make filterPos 32bit.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-14swscale: Remove some write-only variables related to alpha handling.Diego Biurrun
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-01-27swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.Ronald S. Bultje
2012-01-09swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.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-06swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.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-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
2011-06-15swscale: Fix compilation with --disable-mmx2.Diego Biurrun
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje