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
2014-12-17swscale: increase yuv2rgb table headroomMichael Niedermayer
2014-10-11swscale: support internal scaler cascadesMichael Niedermayer
2014-10-06swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer
2014-08-05swscale/swscale_internal: fix ya16 -> rgbaMichael Niedermayer
2014-08-05Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-07-19sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer
2014-07-19sws: Move fast bilinear C code into seperate fileMichael Niedermayer
2014-07-19swscale/swscale_internal: add needed version.hMichael Niedermayer
2014-07-13fix spelling errorsAndreas Cadhalpun
2014-06-13swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis
2014-06-02Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-05-14swscale/utils: Add check that ensures that the hardcoded struct offsets are v...Michael Niedermayer
2014-04-27Fix teh typosMichael Niedermayer
2014-04-15swscale: factor ff_sws_init_range_convert() outMichael Niedermayer
2014-04-09Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer
2014-04-08swscale/swscale_internal: remove obsolete warningMichael Niedermayer
2014-04-08swscale/swscale_internal: make the offset strings update themselfs when the M...Michael Niedermayer
2014-03-25swscale: add two spatially stable dithering methodsØyvind Kolås
2014-03-17Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30'Michael Niedermayer
2014-03-17RGBA64 pixel formatsJean First
2014-03-14Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2014-02-23libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross
2013-12-16swscale: NEON optimized unscaled rgba to nv12 conversionYu Xiaolei
2013-10-30Optimize pure C unscaled yuv2rgb.Reimar Döffinger
2013-08-29Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'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-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego 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-16swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer
2013-08-16Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer
2013-08-16Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer
2013-08-15sws: add dither enumMichael Niedermayer
2013-08-15swscale_unscaled: make dither_scale static, its not used elsewhere and has no...Michael Niedermayer
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-07-23libswscale: Adding RGB => XYZ supportclook
2013-07-17swscale: Add support to specify chroma positionMichael Niedermayer
2013-06-26swscale: Fix PAL8 input with alphaMichael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-08libswscale: simplify isAnyRGB macroPaul B Mahol