summaryrefslogtreecommitdiffstats
path: root/libswscale/x86/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje2012-01-081-163/+0
* swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.Ronald S. Bultje2011-11-051-112/+0
* swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-221-206/+0
* Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya2011-10-221-4/+4
* sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje2011-09-131-162/+0
* swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje2011-08-171-1/+1
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-121-1/+1
* swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-081-40/+40
* swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-081-17/+118
* swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-081-12/+12
* swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje2011-07-011-1/+1
* swscale: implement >8bit scaling support.Ronald S. Bultje2011-06-291-69/+4
* swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje2011-06-271-76/+83
* swscale: don't use planar output functions to write to NV12/21.Ronald S. Bultje2011-06-271-1/+2
* swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje2011-06-261-2/+1
* swscale: fix function declaration keywords in x86/swscale_template.c.Ronald S. Bultje2011-06-091-181/+202
* swscale: fix types of assembly arguments.Ronald S. Bultje2011-06-081-4/+4
* swscale: move two macros that are only used once into caller.Ronald S. Bultje2011-06-081-36/+30
* swscale: reindent x86 init code.Ronald S. Bultje2011-06-071-35/+35
* swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje2011-06-071-0/+6
* swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje2011-06-071-1/+4
* swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-031-82/+0
* sws: replace all long with int.Anton Khirnov2011-05-281-34/+34
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-281-78/+63
* swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-271-4/+0
* swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje2011-05-271-4/+6
* swscale: fix compile on x86-32.Ronald S. Bultje2011-05-261-1/+1
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-261-160/+220
* swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-261-131/+132
* swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-261-852/+868
* swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-261-1/+12
* swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-261-136/+234
* swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-261-5/+0
* swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-261-16/+42
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-261-1/+0
* swscale: remove if(bitexact) branch from functions.Ronald S. Bultje2011-05-241-23/+11
* swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje2011-05-241-91/+8
* swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-241-292/+13
* swscale: use emms_c().Ronald S. Bultje2011-05-241-1/+1
* swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje2011-05-241-56/+0
* swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje2011-05-241-13/+2
* swscale: remove duplicated x86/ functions.Ronald S. Bultje2011-05-241-196/+16
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-3/+4
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-2/+2
* swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau2011-04-151-53/+1
* swscale: further cleanup swscale.cJosh Allmann2011-04-141-0/+54
* swscale: partially move the arch specific code leftLuca Barbato2011-04-141-0/+2818
OpenPOWER on IntegriCloud