875 Commits (808d8ff6bb92e641cdd99a0b06767eabd707b925)

Author SHA1 Message Date
Ronald S. Bultje 808d8ff6bb swscale: allocate larger buffer to handle altivec overreads. 14 years ago
Diego Biurrun f635a233e3 swscale: Remove unused variable. 14 years ago
Diego Biurrun 06b5facd4b swscale: Remove disabled code. 14 years ago
Anton Khirnov b8e893399f sws: replace all long with int. 14 years ago
Ronald S. Bultje 009f829dde swscale: fix crash in bilinear scaling. 14 years ago
Diego Biurrun 5a5a0f1613 swscale: Remove unused variables in x86 code. 14 years ago
Ronald S. Bultje 389e2000eb swscale: delay allocation of formatConvBuffer(). 14 years ago
Ronald S. Bultje f327bfa6dc swscale: fix build with --disable-swscale-alpha. 14 years ago
Ronald S. Bultje 9f5d45025e swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions. 14 years ago
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
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
Ronald S. Bultje 76f8a96e00 [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. 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
Ronald S. Bultje c8f487deae swscale: fix YUV420P 9/10bit support. 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Oskar Arvidsson 42239ced65 Add pixel formats for 9- and 10-bit yuv420p. 14 years ago
Peter Ross 1afbae100b libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 14 years ago
Anton Khirnov 7dfe244fbd sws: remove disabled cruft. 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Janne Grunau f668afd489 swscale: fix "ISO C90 forbids mixed declarations and code" warning 14 years ago