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
2015-02-21swscale: Use av_clip_uintp2()Michael Niedermayer
2014-04-09Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer
2014-04-08swscale: support converting YVYU422 pixel formatVittorio Giovara
2014-04-02swscale: add full bgra64 supportMichael Niedermayer
2014-03-25swscale: add two spatially stable dithering methodsØyvind Kolås
2013-08-16Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer
2013-08-15sws: add dither enumMichael Niedermayer
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-05-19swscale/output: silence warning about undefined 'ASSERT_LEVEL'Paul B Mahol
2013-05-19swscale/output: remove unused headerPaul B Mahol
2013-05-18sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta...Michael Niedermayer
2013-05-18sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph...Michael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-14swscale/output: silence compiler warnings about uninitialized variablesMichael Niedermayer
2013-05-13sws/output: remove offset/coef for alpha in rgba64Michael Niedermayer
2013-05-12swscale: RGBA64 outputPaul B Mahol
2013-05-10sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variableMichael Niedermayer
2013-05-10sws/output: silence warnings about uninitialized use of variablesMichael Niedermayer
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2013-04-14swscale/output: fix alpha scale in the new functionsMichael Niedermayer
2013-04-14sws/output: add yuv2rgb_full_1_c_template()Michael Niedermayer
2013-04-14sws/output: add +yuv2rgb_full_2_c_template()Michael Niedermayer
2013-04-14sws/output: factor yuv2rgb_write_full() outMichael Niedermayer
2013-02-10Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821'Michael Niedermayer
2013-02-09sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer
2013-01-28Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2013-01-26sws: GBRP9, GBRP10 GBRP12 GBRP14 output supportMichael Niedermayer
2013-01-26sws: GBRP output supportMichael Niedermayer
2013-01-19sws: fix ED mono dither black levelMichael Niedermayer
2013-01-19sws: rgb/bgr 4/8 error diffusion ditherMichael Niedermayer
2013-01-19sws: Support error diffusion dither for mono outputMichael Niedermayer
2012-12-01swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer
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-09-10sws/output: use unsigned variables where harmless overflows are expected.Michael Niedermayer
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-07-17yuv2rgb: implement 15/16bit ordered ditherMichael Niedermayer
2012-07-17sws: extend dither tables by 1 line so simpler arithmetic can be used to addr...Michael Niedermayer
2012-04-16sws: remove cliping in yuv2rgb code.Michael Niedermayer
2012-04-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-15swscale: clip before assigning tables in RGB output functions.Ronald S. Bultje
2012-04-15swscale: fix off-by-one in second coefficient in bilinear filters.Ronald S. Bultje
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14swscale: handle last pixel if lines have an odd width.Ronald S. Bultje
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje