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-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
2011-05-09swscale: implement Nbit->non native endian 16bit. Fixes v210.Michael Niedermayer
2011-05-08swscale: 9,10 bits pixel format output supportBaptiste Coudurier
2011-05-07Fix function pointer type to match function it is assigned.Reimar Döffinger
2011-05-07Store pointers in a less messy way in SWSContext.Reimar Döffinger
2011-05-06swscale: Dither for unscaled 10->8bit per channelMichael Niedermayer
2011-05-06swscale: dont reshuffle bytesMichael Niedermayer
2011-05-05rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer
2011-05-05swscale: fix src typeMichael Niedermayer
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer