1163 Commits (3e4375833d964ebb5d38816126ff0101ae696cf9)

Author SHA1 Message Date
Ronald S. Bultje 93681fbd50 swscale: fix compile on ppc. 14 years ago
Ronald S. Bultje e758573a88 swscale: fix compile on x86-32. 14 years ago
Ronald S. Bultje 48520772d9 swscale: use av_clip_uint8() in yuv2yuv1_c(). 14 years ago
Ronald S. Bultje 0f4eb8b043 swscale: remove VOF/VOFW. 14 years ago
Ronald S. Bultje b4a224c5e4 swscale: split chroma buffers into separate U/V planes. 14 years ago
Ronald S. Bultje 69645c021a swscale: replace formatConvBuffer[VOF] by allocated array. 14 years ago
Ronald S. Bultje 522d65ba25 rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. 14 years ago
Ronald S. Bultje 836b82e3c9 swscale: reindent h[cy]scale_fast() and updateDitherTables(). 14 years ago
Ronald S. Bultje e2bad983b5 swscale: reformat x86/swscale_template.c. 14 years ago
Ronald S. Bultje 71d9c33c86 swscale: remove duplicate mmx/mmx2 functions if they are identical. 14 years ago
Ronald S. Bultje acb96bc268 swscale: remove if (c->dstFormat) branch from yuv2packed[12X](). 14 years ago
Ronald S. Bultje b6cac9b3bf swscale: remove if(full_chr_int) from yuv2packed1(). 14 years ago
Ronald S. Bultje 2159a24573 swscale: remove if(accurate_rnd) branch from functions. 14 years ago
Anton Khirnov c7a973e44a swscale: revive SWS_CPU_CAPS until next major bump. 14 years ago
Diego Biurrun 0093199184 swscale: Remove commented-out printf cruft. 14 years ago
Diego Biurrun 6f7a280ead swscale: Remove orphaned, commented-out function declaration. 14 years ago
Michael Niedermayer 7dc303a60e swscale: Eliminate rgb24toyv12_c() duplication. 14 years ago
Michael Niedermayer b49728df73 swscale: document SWS_CPU_CAPS* 14 years ago
Michael Niedermayer e92bdadb2d Revert removial of SWS flags from e66149e714 14 years ago
Michael Niedermayer 4a056160be swscale: remove duplicatiopn of rgb24toyv12_c() 14 years ago
Jean-Tiare Le Bigot 364889cf9c Return -1 on invalid input instead of crashing. 14 years ago
Michael Niedermayer d1adad3cca Merge swscale bloatup 14 years ago
Michael Niedermayer d9d56036f3 swscale: MMX optim of hscale16() 14 years ago
Michael Niedermayer 895b616146 swscale: dont loose bits on planar >8bit yuv ind gray nput. 14 years ago
Michael Niedermayer 8050dfdfb2 swscale: Switch to ronalds yuv2yuvX16inC_template() its very similar to baptsites 14 years ago
Ronald S. Bultje a724ee6265 swscale: unbreak the build on non-x86 systems. 14 years ago
Ronald S. Bultje 1bb0f0c925 swscale: remove if(bitexact) branch from functions. 14 years ago
Ronald S. Bultje 566b5fbbb3 swscale: remove if(canMMX2BeUsed) conditional. 14 years ago
Ronald S. Bultje aaca69c130 swscale: remove swScale_{c,MMX,MMX2} duplication. 14 years ago
Ronald S. Bultje c4fd283a46 swscale: use emms_c(). 14 years ago
Ronald S. Bultje b9eb2136af swscale: remove dead macro WRITEBGR24OLD. 14 years ago
Ronald S. Bultje 1dd4f4be5a swscale: remove AMD3DNOW "optimizations". 14 years ago
Ronald S. Bultje fe43d5d71e swscale: remove duplicate code in ppc/ subdirectory. 14 years ago
Ronald S. Bultje 11ffefefdb swscale: remove duplicated x86/ functions. 14 years ago
Ronald S. Bultje e66149e714 swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. 14 years ago
Kieran Kunhya 6465c820da Fix 9/10 bit in swscale. 14 years ago
Clément Bœsch 7d4c4394b5 swscale: point out an alternative to sws_getContext 14 years ago
Peter Belkner 502e858fd2 swscale: fix compile on mingw32 14 years ago
Ronald S. Bultje 76f8a96e00 [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. 14 years ago
Ronald S. Bultje b025431bfe swscale: 10l forgot git add this change from ronald. 14 years ago
Ronald S. Bultje 9f54e461fe swscale: properly inline bits/endianness in yuv2yuvX16inC(). 14 years ago
Ronald S. Bultje c3d68ec9c5 swscale: fix clipping of 9/10bit YUV420P. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Michael Niedermayer 1cafc23288 sws-PPC: fix after VOFW change. 14 years ago
Ronald S. Bultje c8f487deae swscale: fix YUV420P 9/10bit support. 14 years ago
ami_stuff 1d14edb724 Use VOFW 21503 as a default value for all types of the CPUs 14 years ago
Michael Niedermayer e3497907ef swscale: remove fork bug that i missed in the merge. 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Michael Niedermayer 7bea13f111 swscale: Fix scaling for unscaled dithered planar convertions. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago