183 Commits (409a3bda07dcff8c5d2672f4d89e61fddbd6f40e)

Author SHA1 Message Date
Ronald S. Bultje 1d8c4af396 swscale: take first/lastline over/underflows into account for MMX. 13 years ago
Ronald S. Bultje b18f8cbf3d Revert two swscale commits. 13 years ago
Ronald S. Bultje 1bab6f852c swscale: make access to filter data conditional on filter type. 13 years ago
Ronald S. Bultje a95e3fa90b swscale: update context offsets after removal of AlpMmxFilter. 13 years ago
Michael Niedermayer e7dbfa59f2 swscale: enable some more SIMD functions. 13 years ago
Carl Eugen Hoyos 186923758d Fix compilation with old yasm that does not support AVX. 13 years ago
Diego Biurrun 9d03cb9fc5 swscale: Remove some write-only variables related to alpha handling. 13 years ago
Ronald S. Bultje 771bab7f57 swscale: fix crashes in yuv2yuvX on x86-32. 13 years ago
Ronald S. Bultje 3e23badd83 swscale: convert yuv2yuvX() to using named arguments. 13 years ago
Ronald S. Bultje 8c433d8a03 swscale: rename "dstw" to "w" to prevent name collisions. 13 years ago
Ronald S. Bultje ef66a0ed2e swscale: use named registers in yuv2yuv1_plane() place. 13 years ago
Ronald S. Bultje 783487ae44 swscale: sign-extend integer function argument to qword on x86-64. 13 years ago
Ronald S. Bultje ef1c785f11 swscale: make yuv2yuv1 use named registers. 13 years ago
Ronald S. Bultje b7542dd3d7 swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case. 13 years ago
Ronald S. Bultje 7e4d9d5d45 win64: add a XMM clobber test configure option. 13 years ago
Ronald S. Bultje de53b9068a swscale: implement MMX, SSE2 and AVX functions for RGB32 input. 13 years ago
Ronald S. Bultje 378c5ef9ae swscale: enable dithering in MMX functions. 13 years ago
Ronald S. Bultje 212f161caa swscale: make rgb24 function macros slightly smaller. 13 years ago
Ronald S. Bultje b5d08c27c3 swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm. 13 years ago
Ronald S. Bultje 3b15a6d742 config.asm: change %ifdef directives to %if directives. 13 years ago
Michael Niedermayer 5a840f6364 x86/yuv2rgb_mmx: Remove yuv420 check. 13 years ago
Ronald S. Bultje 3c172a4106 swscale: change yuv2yuvX code to use cpuflag(). 13 years ago
Carl Eugen Hoyos ef3a19d595 Fix compilation with yasm-0.6.2 13 years ago
Michael Niedermayer 05577aafaa sws: yuv2rgb asm, add memory clobber. 13 years ago
Ronald S. Bultje b14fa5572c swscale: fix crash in fast_bilinear code when compiled with -mred-zone. 13 years ago
Oka Motofumi cd44521625 swscale: specify register type. 13 years ago
Ronald S. Bultje 2170a0e6ad swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm. 13 years ago
Ronald S. Bultje 6ea64339c5 swscale: split scale.asm. 13 years ago
Diego Biurrun 3c62a71486 swscale_mmx: drop no longer required parameters from VSCALEX macros 13 years ago
Diego Biurrun 52de07e1f1 swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions. 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Michael Niedermayer 3fd4fe0e03 swscale_mmx: Fix cast qualifier warnings: 13 years ago
Michael Niedermayer a24c4758d5 sws: remove unused variable 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Ronald S. Bultje 8283f90a52 swscale: handle unaligned buffers in yuv2plane1 13 years ago
Michael Niedermayer 7437db84a9 sws: Fix compilation with disabled MMX2 13 years ago
Themaister 0827222b9c Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX). 13 years ago
Ronald S. Bultje c435653627 swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions. 13 years ago
Michael Niedermayer e484b64ce3 sws: fallback to mmx2 when yuv2yuvX_sse3() cannot be used. 13 years ago
Michael Niedermayer b616600516 sws: replace long by x86_reg in x86 asm 13 years ago
Michael Niedermayer 9eb867e117 sws: add yuv2yuvX_sse3() 13 years ago
Michael Niedermayer 8b4b2ddf8d sws: x86_32 fix 13 years ago
Michael Niedermayer 76a3490672 sws: add yuv2yuvX() back and updated to the just 1 plane API 13 years ago
Michael Niedermayer 4d31f42020 sws: port to thw new 1 plane API and add back yuv2yuv1_ar(). 13 years ago
Michael Niedermayer f15359727d sws: better MOVNTQ macro 13 years ago
Ronald S. Bultje 9e66b892e8 swscale: add missing colons to x86 assembly yuv2planeX. 13 years ago
Michael Niedermayer 1ac5b51203 swscale: disable functions that do not yet work 13 years ago
Ronald S. Bultje 6cacecdca3 swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware. 13 years ago
Kieran Kunhya 7fbbf95293 yuv2planeX10 SIMD 13 years ago
Kieran Kunhya 34e8d147b3 Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions 13 years ago