1274 Commits (88d84dd8eacd4edfe29f12209f10733d631ca5ae)

Author SHA1 Message Date
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 878dda5db1 build: move inclusion of subdir.mak to main subdir loop 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Michael Niedermayer b552e3f6d8 swscale: Fix all cast qualifier warnings: 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
Reinhard Tartler 5089ce1b5a swscale: #include "libavutil/mathematics.h" 13 years ago
Michael Niedermayer b89ce2d6af swscale: alpha less rgb32 support. 13 years ago
Mans Rullgard 7c5ce99bd9 swscale: fix signed overflow in yuv2mono_X_c_template 13 years ago
Michael Niedermayer 31a1342e7a swscale: remove duplicate code from yesterdays merge. 13 years ago
Martin Storsjö f32dfad9dc swscale: Readd #define _SVID_SOURCE 13 years ago
Ronald S. Bultje f7f1835258 swscale: fix failing fate tests. 13 years ago
Ronald S. Bultje 185655c601 swscale: add support for planar RGB input. 13 years ago
Ronald S. Bultje 6b0768e202 Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. 13 years ago
John Stebbins 09d243ddd0 swscale: Fix stack alignment for SSE 13 years ago
Michael Niedermayer 6f326b5054 sws: fix: 13 years ago
Michael Niedermayer 8c3ab3094b sws: Fix: 13 years ago
Michael Niedermayer 58eca5178a sws: Fix: 13 years ago
Michael Niedermayer 6ed000c8e6 sws: Fix warning: ‘abase’ may be used uninitialized in this function 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Michael Niedermayer 5bccb2d096 sws: handle jpeg pixel formats in sws_init_context() 13 years ago
Ronald S. Bultje 8283f90a52 swscale: handle unaligned buffers in yuv2plane1 13 years ago
Sean McGovern 124e56454d swscale: add padding to conversion buffer. 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
Michael Niedermayer b13ba5cb9a swscale: use isByteRGB() to simplify check for palToRgbWrapper. 13 years ago
Michael Niedermayer 307b650270 swscale: Fix packed rgb check for planarRgbToRgbWrapper. 13 years ago
Themaister 1e79926f9e Unscaled Planar RGB -> RGB support in swscale. 13 years ago
Ronald S. Bultje c435653627 swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions. 13 years ago
Ronald S. Bultje 1deb08fcb6 swscale: align vertical filtersize by 2 on x86. 13 years ago
Michael Niedermayer e484b64ce3 sws: fallback to mmx2 when yuv2yuvX_sse3() cannot be used. 13 years ago
Michael Niedermayer f44ad92c3f sws: print a warning on unaligned input on SSE2+ 13 years ago
Michael Niedermayer fbf4b390d0 sws: increase stride alignment requirement for the warning print code. 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 f4bf06eb96 sws-test: Fix data alignment 13 years ago
Michael Niedermayer 90640cc764 sws: fix assert failure 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 74fdb7a0f8 sws: factorize v*Filter use 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
Michael Niedermayer b6dcd6dfcc sws cleanup yuv2planeX_10_c_template() 13 years ago
Michael Niedermayer b1a4b735f9 sws: remove nonsensical code that leaked in from libav 13 years ago
Michael Niedermayer 1c26f2da81 sws: drop unused code 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 f48b12e0a6 swscale: update altivec yuv2planeX asm to new per-plane API. 13 years ago