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-03-26swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer
2016-03-26swscale/input: Fix GBRAP16 inputMichael Niedermayer
2016-03-26swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer
2016-03-26swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer
2016-02-10sws/output: fix ordered dither threshold for mono outputMichael Niedermayer
2016-02-04swscale/swscale-test: Check av_image_fill_linesizes() for failureMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-26swscale: add P010 input supportHendrik Leppkes
2016-01-20yuv2rgb: Document the color space coefficientsVittorio Giovara
2016-01-17swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer
2016-01-17swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer
2016-01-17swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()Michael Niedermayer
2016-01-17swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()Michael Niedermayer
2016-01-15swscale/vscale: Use matching sliceY/chrSliceY for luma/chromaMichael Niedermayer
2016-01-14swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer
2016-01-14swscale/output: Assert that yalpha and uvalpha are within their expected rangeMichael Niedermayer
2016-01-14swscale/vscale: Add fixme comment to "ugly" codeMichael Niedermayer
2016-01-14swscale/slice: Fix indentionMichael Niedermayer
2016-01-14swscale/slice: Fix doc typoMichael Niedermayer
2016-01-14swscale: Move Contexts used only in hscale.c into itMichael Niedermayer
2016-01-14swscale: Move VScalerContext into vscale.cMichael Niedermayer
2016-01-14swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer
2016-01-14swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer
2016-01-14swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer
2016-01-05swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer
2016-01-04swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron
2016-01-04swscale/arm/yuv2rgb: fix typoMatthieu Bouron
2015-12-24swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer
2015-12-20swscale/arm/yuv2rgb: add ff_yuv420p_to_{argb,rgba,abgr,bgra}_neon_{16,32}Matthieu Bouron
2015-12-20swscale/arm/yuv2rgb: disable neon if accurate_rnd is enabledMatthieu Bouron
2015-12-19swscale/arm/yuv2rgb: simplify process_16px_* macro callMatthieu Bouron
2015-12-18swscale/arm/yuv2rgb: fix slicingClément Bœsch
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-09swscale/utils: replace pow by exp2Ganesh Ajjanagadde
2015-12-08swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neon_16Matthieu Bouron
2015-12-04swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer
2015-12-04swscale: use AV_OPT_TYPE_BOOL for {src,dst}_range optionsClément Bœsch
2015-11-23swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neonMatthieu Bouron
2015-10-30swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_initAndreas Cadhalpun
2015-10-30swscale: rename sws_context_class to ff_sws_context_classAndreas Cadhalpun
2015-10-17swscale/swscale: add av_warn_unused_result to sws_init_contextGanesh Ajjanagadde
2015-10-13swscale: fix ticket #4881Pedro Arthur
2015-10-10doc/scaler, swscale/options: use proper capitalizationGanesh Ajjanagadde
2015-10-04all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde
2015-09-25swscale: fix ticket #4877Pedro Arthur
2015-09-21swscale: fix ticket 4850Pedro Arthur
2015-09-20swscale/output: fix undefined left shifts of negative numbersGanesh Ajjanagadde
2015-09-19libswscale/swscale: fix -Wunused-functionGanesh Ajjanagadde
2015-09-17swscale/swscale: silence unused function warningGanesh Ajjanagadde