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
2020-07-03swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt
2017-08-25utils: Do not expand a macro with 'defined' in itDerek Buitenhuis
2017-08-07libswscale: add gray9 supportPaul B Mahol
2017-04-13lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16.Carl Eugen Hoyos
2017-03-19Merge commit 'aa37d2bf4505afc106e2a23c44afc722bb204a8e'Clément Bœsch
2017-02-02swscale: add P016 input supportPhilip Langdale
2016-12-01swscale: add gbr(a)p16 output supportPaul B Mahol
2016-11-14lsws: Add GRAY10 conversion.Carl Eugen Hoyos
2016-11-10swscale: Add GRAY12Luca Barbato
2016-11-10swscale: Add GBRAP10 outputMichael Niedermayer
2016-11-10swscale: Add the GBRAP12 outputLuca Barbato
2016-08-31swscale: add support for P010LE/BE outputTimo Rothenpieler
2016-08-17swscale: Kill non-compiling disabled cruftDiego Biurrun
2016-07-16swscale: Add proper ff_ prefix to init functionsDiego Biurrun
2016-07-16swscale: Rename sws_context_class to ff_sws_context_classAndreas Cadhalpun
2016-07-02swscale: add P010 input supportHendrik Leppkes
2016-06-10swscale: add input support for gbrap10 pixel formatPaul B Mahol
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-04-11sws/aarch64: add ff_yuv2planeX_8_neonClément Bœsch
2016-04-07swscale/utils: Remove unused variableMichael Niedermayer
2016-04-05sws/aarch64: restore ff_hscale_8_to_15_neon()Clément Bœsch
2016-03-31swscale: cleanup unused codePedro Arthur
2016-03-31swscale: Deprecate vector functions which are unused outside swscaleMichael Niedermayer
2016-03-31sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch
2016-02-24Add GBRAP12 pixel formatKieran Kunhya
2016-02-24swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-26swscale: add P010 input supportHendrik Leppkes
2016-01-14swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael 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
2015-12-24swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer
2015-12-09swscale/utils: replace pow by exp2Ganesh Ajjanagadde
2015-12-04swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer
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-04all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde
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-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-05swscale: re-enable gammaPedro 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-18swscale: refactor horizontal scalingPedro Arthur
2015-08-09swscale/alphablend: Support chroma subsamplingMichael Niedermayer
2015-08-09swscale/alphablend: support packed pixel formatsMichael Niedermayer