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-05-27swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26swscale: Remove orphaned, commented-out function declaration.Diego Biurrun
2011-05-26swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer
2011-05-25swscale: document SWS_CPU_CAPS*Michael Niedermayer
2011-05-25Revert removial of SWS flags from e66149e714006d099d1ebfcca3f22ca74fc7dcf4Michael Niedermayer
2011-05-25swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer
2011-05-25Return -1 on invalid input instead of crashing.Jean-Tiare Le Bigot
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25Merge swscale bloatupMichael Niedermayer
2011-05-25swscale: MMX optim of hscale16()Michael Niedermayer
2011-05-25swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer
2011-05-25swscale: Switch to ronalds yuv2yuvX16inC_template() its very similar to bapts...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-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-23Fix 9/10 bit in swscale.Kieran Kunhya
2011-05-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-21swscale: point out an alternative to sws_getContextClément Bœsch
2011-05-14swscale: fix compile on mingw32Peter Belkner
2011-05-14[PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje
2011-05-14swscale: 10l forgot git add this change from ronald.Ronald S. Bultje
2011-05-14Merge remote branch 'qatar/master'Michael Niedermayer
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-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12sws-PPC: fix after VOFW change.Michael Niedermayer
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-12Use VOFW 21503 as a default value for all types of the CPUsami_stuff
2011-05-11swscale: remove fork bug that i missed in the merge.Michael Niedermayer
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-10swscale: Fix scaling for unscaled dithered planar convertions.Michael Niedermayer
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-05-10swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat)Michael Niedermayer
2011-05-10swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat)Michael Niedermayer
2011-05-10swscale: support unscaled planar Nbit->8bit with non native endian source.Michael Niedermayer
2011-05-10swscale: fix unscaled yuv422p16be -> yuv422p10leMichael Niedermayer
2011-05-10swscale: make DITHER_COPY() support non native endian sourceMichael Niedermayer
2011-05-10swscale: factor shift out of DITHER_COPY().Michael Niedermayer
2011-05-09swscale: factorize DITHER_COPY()Michael Niedermayer