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
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2013-05-01sws: share xyzgamma tables.Michael Niedermayer
2013-04-28sws: support xyz inputMichael Niedermayer
2013-04-16sws: fix alignment of rgb2yuvMichael Niedermayer
2013-04-15sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer
2013-04-15sws: remove forgotten FAST_BGR2YV12 defineMichael Niedermayer
2013-04-15sws/x86: update rgb/bgr->yuv code to use provided coefficient tableMichael Niedermayer
2013-04-15sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer
2013-04-14sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer
2013-01-28Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2013-01-27sws: include isRGB in isAnyRGB() so that future RGB formats wont be missed a...Michael Niedermayer
2013-01-26sws: add planar RGB formats to isAnyRGBMichael Niedermayer
2013-01-26sws: GBRP output supportMichael Niedermayer
2013-01-25swscale: check flags instead of nb_components to find if pixel format have alphaPaul B Mahol
2013-01-19sws: Support error diffusion dither for mono outputMichael Niedermayer
2012-10-31Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-30sws: move fillPlane16() to header so it can be used from more than 1 placeMichael Niedermayer
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-12Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer
2012-10-12sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-30swscale: fix usePal()Michael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-05sws: support 12&14 bit planar colorspacesMichael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13swscale: K&R formatting cosmetics (part II)Diego Biurrun
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-03Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20Revert two swscale commits.Ronald S. Bultje
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje
2012-02-14swscale: Remove some write-only variables related to alpha handling.Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-02-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-07swscale: split C output functions into separate file.Ronald S. Bultje
2012-02-07swscale: Split C input functions into separate file.Ronald S. Bultje
2012-01-24sws: Fix RGB0->alpha containing formats.Michael Niedermayer
2012-01-11sws: Move yuv2rgb clipping into the tables.Michael Niedermayer
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer