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-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29Commits that could not be pulled earlier due to bugs.Michael Niedermayer
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-27swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the...Michael Niedermayer
2011-05-27swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25Merge swscale bloatupMichael 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: remove swScale_{c,MMX,MMX2} duplication.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: 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-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-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
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-06swscale: Dither for unscaled 10->8bit per channelMichael Niedermayer
2011-05-06swscale: dont reshuffle bytesMichael Niedermayer
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-27Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.Baptiste Coudurier
2011-04-27Set alpha of palettes to 0xff.Baptiste Coudurier
2011-04-27Rename y400a to gray8a.Baptiste Coudurier
2011-04-27Fix runtime CPU detection in libswscale.tateu
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-15swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau
2011-04-15swscale: simplify initialization codeJosh Allmann
2011-04-15swscale: further cleanup swscale.cJosh Allmann
2011-04-15swscale: partially move the arch specific code leftLuca Barbato
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-13swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato
2011-04-11Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-05fix runtime-cpu-detect bug in swscaleDarren Horrocks
2011-03-28Fix compilation failure with runtime cpudetect (Ticket #22)Michael Niedermayer