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
2021-10-17swscale/slice: Fix wrong return on errorMichael Niedermayer
2021-10-17swscale/slice: Check slice for allocation failureMichael Niedermayer
2020-04-23swscale/yuv2rgb: Fix vertical dither offset with slicesMichael Niedermayer
2020-04-23swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of rang...Michael Niedermayer
2020-04-23swscale/input: Fix several invalid shifts related to rgb2yuv constantsMichael Niedermayer
2020-04-23swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()Michael Niedermayer
2020-04-23swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer
2019-12-02libswcale: Fix possible string overflow in test.Adam Richter
2017-05-20libswscale/tests/swscale: Fix uninitialized variablesMichael Niedermayer
2016-09-18swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slicesMichael Niedermayer
2016-09-18swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slicesMichael Niedermayer
2016-02-24swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer
2016-02-24swscale/input: Fix GBRAP16 inputMichael Niedermayer
2016-02-17swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer
2016-02-17swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer
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