Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-06Merge commit '1dd797e3c9f179f957316a0becbec048b42df8aa'Michael Niedermayer
2015-01-05swscale: check memory allocationsVittorio Giovara
2014-12-26swscale: Pass through chroma positions in sws_getCachedContextKieran Kunhya
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-12-17swscale: increase yuv2rgb table headroomMichael Niedermayer
2014-12-06Merge commit '33c827f632f95ffe3399b695a5a0d47b366b6e20'Michael Niedermayer
2014-12-05swscale: Properly scale YUVDerek Buitenhuis
2014-12-03swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer
2014-11-20swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer
2014-11-13swscale/utils: support bayer input + scaling, and bayer input + any supported...Michael Niedermayer
2014-11-12libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_al...Rong Yan
2014-11-10swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya
2014-10-19Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650'Michael Niedermayer
2014-10-18swscale: fix sign extensions in yuv planar conversionVittorio Giovara
2014-10-11swscale: support internal scaler cascadesMichael Niedermayer
2014-10-06swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer
2014-09-21swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer
2014-09-18swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak
2014-09-16sws: use av_clip() instead of av_clip_c()Clément Bœsch
2014-08-12lsws: duplicate ff_log2_tabJames Almer
2014-08-10Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer
2014-08-10Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-07Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer
2014-08-07swscale: Undeprecate sws_getContext()Diego Biurrun
2014-08-05swscale/swscale_internal: fix ya16 -> rgbaMichael Niedermayer
2014-08-05swscale/swscale_unscaled: fix ya16 inputMichael Niedermayer
2014-08-05Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04Merge commit '5420099cab1e915b191cceccec4364f54cec6e52'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-08-04swscale: correctly pad destination buffer in rgb conversionKostya Shishkov
2014-07-20swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer
2014-07-20swscale/utils: remove unused defineMichael Niedermayer
2014-07-19swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer
2014-07-19sws: move inline asm hscale to MMX_OBJSMichael Niedermayer
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-13swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy...Michael Niedermayer
2014-07-13fix spelling errorsAndreas Cadhalpun
2014-06-22swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the paddingMichael Niedermayer
2014-06-22swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the paddingMichael Niedermayer
2014-06-19s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos
2014-06-18swscale/swscale: replace potentially slow % by &Michael Niedermayer
2014-06-17swscale/input: fix harmless integer overflowMichael Niedermayer