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
2020-07-03swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer
2017-10-29lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware.Carl Eugen Hoyos
2016-04-01swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje
2016-04-01swscale: fix bt709 yuv2rgb coefficients.Ronald S. Bultje
2016-02-27sws/yuv2rgb: clarify precision of coeff and offset for mmx codeClément Bœsch
2016-02-27sws/yuv2rgb: avoid a few ub on signed left shiftsClément Bœsch
2016-01-20yuv2rgb: Document the color space coefficientsVittorio Giovara
2016-01-14swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer
2015-02-21swscale/yuv2rgb: Use av_clip_uint8()Michael Niedermayer
2015-01-06Merge commit '1dd797e3c9f179f957316a0becbec048b42df8aa'Michael Niedermayer
2015-01-05swscale: check memory allocationsVittorio Giovara
2014-12-24swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byteMichael Niedermayer
2014-12-24swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4Michael Niedermayer
2014-12-24swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 outputMichael Niedermayer
2014-06-02Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-03-14Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2013-10-17swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrastMichael Niedermayer
2013-09-17swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocationMichael Niedermayer
2013-08-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-29Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer
2013-08-29Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer
2013-08-29Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-08-29swscale: consistent names for arch-specific acceleration functionsDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-08-16Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-05-12swscale: RGBA64 outputPaul B Mahol
2013-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-06Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50'Michael Niedermayer
2013-05-06swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö
2013-05-06swscale: Remove unnecessary backslashesMartin Storsjö
2013-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-09sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer
2013-01-27sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer
2012-10-24yuv2rgb: fix integer overflow in fill_gv_table()Michael Niedermayer
2012-10-24yuv2rgb: fix integer overflow in fill_tableMichael Niedermayer
2012-10-11yuv2rgb: fix declared array sizes, so they match actuals.Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-29Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer
2012-08-29yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje
2012-07-17yuv2rgb: implement 15/16bit ordered ditherMichael Niedermayer
2012-06-07yuv2rgb: remove assert() the codepath is not invalidMichael Niedermayer
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22swscale: K&R formatting cosmetics (part I)Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer