Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-02swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje
2011-05-31swscale: Remove unused variable.Diego Biurrun
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-27swscale: Remove unused variables in x86 code.Diego Biurrun
2011-05-27swscale: delay allocation of formatConvBuffer().Ronald S. Bultje
2011-05-27swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje
2011-05-27swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje
2011-05-26swscale: fix compile on ppc.Ronald S. Bultje
2011-05-26swscale: fix compile on x86-32.Ronald S. Bultje
2011-05-26swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje
2011-05-26swscale: remove VOF/VOFW.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-26swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-26rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje
2011-05-26swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje
2011-05-26swscale: reformat x86/swscale_template.c.Ronald S. Bultje
2011-05-26swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje
2011-05-26swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje
2011-05-26swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje
2011-05-26swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje
2011-05-26swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov
2011-05-26swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-26swscale: Remove orphaned, commented-out function declaration.Diego Biurrun
2011-05-26swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer
2011-05-24swscale: unbreak the build on non-x86 systems.Ronald S. Bultje
2011-05-24swscale: remove if(bitexact) branch from functions.Ronald S. Bultje
2011-05-24swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje
2011-05-24swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje
2011-05-24swscale: use emms_c().Ronald S. Bultje
2011-05-24swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje
2011-05-24swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje
2011-05-24swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje
2011-05-24swscale: remove duplicated x86/ functions.Ronald S. Bultje
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-23Fix 9/10 bit in swscale.Kieran Kunhya
2011-05-21swscale: point out an alternative to sws_getContextClément Bœsch
2011-05-14[PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje
2011-05-14swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje
2011-05-14swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-15swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau