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
2017-09-10swscale: fix gbrap16 alpha channel issuesJames Cowgill
2016-12-01swscale: add gbr(a)p16 output supportPaul B Mahol
2016-11-10swscale: Add GBRAP10 outputMichael Niedermayer
2016-11-10swscale: Add the GBRAP12 outputLuca Barbato
2016-11-10swscale/output: Fix alpha shift in yuv2gbrp_full_X_c()Michael Niedermayer
2016-11-10swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer
2016-08-31swscale: add support for P010LE/BE outputTimo Rothenpieler
2016-08-23swscale/output: Fix rounding offset in yuv2gbrp_full_X_c()Michael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-03-31swscale: cleanup unused codePedro Arthur
2016-02-10sws/output: fix ordered dither threshold for mono outputMichael Niedermayer
2016-01-14swscale/output: Assert that yalpha and uvalpha are within their expected rangeMichael Niedermayer
2015-09-20swscale/output: fix undefined left shifts of negative numbersGanesh Ajjanagadde
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-07-25swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer
2015-07-24swscale: ayuv64le output supportPaul B Mahol
2015-07-04swscale/output: fix input indexing in yuv2ya8_2_c()Michael Niedermayer
2015-07-04swscale/output: fix null pointer dereference in yuv2ya8_2_c()Michael Niedermayer
2015-07-02swscale: implement YA8 outputPaul B Mahol
2015-06-17swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer
2015-06-17swscale/output: Factorize rgb48 and 64bit codeMichael Niedermayer
2015-03-25swscale/output: Fix undefined shiftsMichael Niedermayer
2015-02-21swscale: Use av_clip_uintp2()Michael Niedermayer
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
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