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-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-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
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
2015-09-11swscale/swscale: Fix "unused variable" warningMichael Niedermayer
2015-09-10swscale: Forward colorspace updates to the 2nd cascaded context in case of al...Michael Niedermayer
2015-09-10swscale/utils: Forward luma range to the cascaded context for alphablendingMichael Niedermayer
2015-09-10swscale/utils: handle gray+alpha formats like gray for luma rangesMichael Niedermayer
2015-09-10swscale/utils: If the source has no alpha then disable alpha blendawayMichael Niedermayer
2015-09-08swscale: use AV_OPT_TYPE_BOOLClément Bœsch
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-09-05Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes
2015-09-05Merge commit '9d58639e270f7612874681e0ca30fa461e2667b7'n2.9-devHendrik Leppkes
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