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
2016-01-28swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer
2016-01-28swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer
2016-01-28swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()Michael Niedermayer
2016-01-28swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()Michael Niedermayer
2016-01-15swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer
2016-01-15swscale: Move VScalerContext into vscale.cMichael Niedermayer
2016-01-15swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer
2016-01-15swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer
2016-01-15swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer
2016-01-15swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer
2016-01-15swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer
2015-12-15swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer
2015-12-15swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer
2015-12-06swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer
2015-10-13swscale: fix ticket #4881Pedro Arthur
2015-10-08swscale: fix ticket #4877Pedro Arthur
2015-10-08swscale: fix ticket 4850Pedro Arthur
2015-10-08swscale/swscale: Fix "unused variable" warningMichael Niedermayer
2015-09-05swscale: re-enable gammaPedro Arthur
2015-09-05swscale: added proper error check for ff_init_filtersPedro Arthur
2015-08-31swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails...Michael Niedermayer
2015-08-31swscale/utils: Split scaling if possible and yuv->yuv with different matrixes...Michael Niedermayer
2015-08-26swscale: Silence an unused variable warningTimothy Gu
2015-08-22swscale/alphablend: fix pointer castGanesh Ajjanagadde
2015-08-21swscale/alphablend: Fix pointer type warningsMichael Niedermayer
2015-08-19swscale: refactor vertical scalerPedro Arthur
2015-08-18swscale: Fixed typosPedro Arthur
2015-08-18swscale: fixed compiler warningsPedro Arthur
2015-08-18swscale: add license headers and copyrightsPedro Arthur
2015-08-18swscale: process horizontal lines in batchesPedro Arthur
2015-08-18swscale: refactor horizontal scalingPedro Arthur
2015-08-17swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer
2015-08-09swscale/alphablend: Support chroma subsamplingMichael Niedermayer
2015-08-09swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer
2015-08-09swscale/alphablend: Factor target computation out of the loopsMichael Niedermayer
2015-08-09swscale/alphablend: Fix big endian formats on LEMichael Niedermayer
2015-08-09swscale/alphablend: support packed pixel formatsMichael Niedermayer
2015-08-09swscale/swscale: Document param[0..1]Michael Niedermayer
2015-08-08swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer
2015-08-08swscale: Add sws_alloc_set_opts()Michael Niedermayer
2015-07-25swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer
2015-07-24swscale: ayuv64le output supportPaul B Mahol
2015-07-24swscale: ayuv64le input supportPaul B Mahol
2015-07-16swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan
2015-07-15swscale/utils: Clear pix buffersMichael Niedermayer
2015-07-04YUV->BGR32 MMX supportKevin Coyle
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-29swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer