aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slicesMichael Niedermayer2016-09-181-0/+8
* swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slicesMichael Niedermayer2016-09-181-0/+1
* swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer2016-02-241-0/+1
* swscale/input: Fix GBRAP16 inputMichael Niedermayer2016-02-241-0/+20
* swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer2016-02-171-7/+16
* swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer2016-02-171-69/+72
* swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer2016-01-281-0/+8
* swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer2016-01-281-1/+8
* swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()Michael Niedermayer2016-01-281-1/+6
* swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()Michael Niedermayer2016-01-281-1/+6
* swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer2016-01-152-7/+26
* swscale: Move VScalerContext into vscale.cMichael Niedermayer2016-01-152-9/+10
* swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer2016-01-151-4/+18
* swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer2016-01-151-2/+2
* swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer2016-01-152-44/+46
* swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer2016-01-151-0/+6
* swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer2016-01-151-0/+3
* swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-8/+6
* swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
* swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer2015-12-061-1/+1
* swscale: fix ticket #4881Pedro Arthur2015-10-133-19/+22
* swscale: fix ticket #4877Pedro Arthur2015-10-081-11/+12
* swscale: fix ticket 4850Pedro Arthur2015-10-081-4/+4
* swscale/swscale: Fix "unused variable" warningMichael Niedermayer2015-10-081-1/+1
* swscale: re-enable gammaPedro Arthur2015-09-047-10/+109
* swscale: added proper error check for ff_init_filtersPedro Arthur2015-09-041-6/+11
* swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails...Michael Niedermayer2015-08-311-3/+6
* swscale/utils: Split scaling if possible and yuv->yuv with different matrixes...Michael Niedermayer2015-08-311-1/+66
* swscale: Silence an unused variable warningTimothy Gu2015-08-251-2/+2
* swscale/alphablend: fix pointer castGanesh Ajjanagadde2015-08-221-1/+1
* swscale/alphablend: Fix pointer type warningsMichael Niedermayer2015-08-211-9/+9
* swscale: refactor vertical scalerPedro Arthur2015-08-196-42/+380
* swscale: Fixed typosPedro Arthur2015-08-181-2/+2
* swscale: fixed compiler warningsPedro Arthur2015-08-183-16/+25
* swscale: add license headers and copyrightsPedro Arthur2015-08-182-0/+40
* swscale: process horizontal lines in batchesPedro Arthur2015-08-183-16/+49
* swscale: refactor horizontal scalingPedro Arthur2015-08-187-11/+751
* swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer2015-08-171-1/+1
* swscale/alphablend: Support chroma subsamplingMichael Niedermayer2015-08-092-15/+62
* swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-093-11/+18
* swscale/alphablend: Factor target computation out of the loopsMichael Niedermayer2015-08-091-8/+9
* swscale/alphablend: Fix big endian formats on LEMichael Niedermayer2015-08-091-1/+1
* swscale/alphablend: support packed pixel formatsMichael Niedermayer2015-08-092-11/+53
* swscale/swscale: Document param[0..1]Michael Niedermayer2015-08-091-0/+6
* swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-085-1/+192
* swscale: Add sws_alloc_set_opts()Michael Niedermayer2015-08-082-4/+30
* swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer2015-07-251-4/+8
* swscale: ayuv64le output supportPaul B Mahol2015-07-242-1/+49
* swscale: ayuv64le input supportPaul B Mahol2015-07-244-0/+40
* swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan2015-07-161-0/+5