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-08-31swscale: add support for P010LE/BE outputTimo Rothenpieler
2016-06-10swscale: add input support for gbrap10 pixel formatPaul B Mahol
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-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
2015-08-08swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer
2015-08-08swscale: Add sws_alloc_set_opts()Michael Niedermayer
2015-07-24swscale: ayuv64le output supportPaul B Mahol
2015-07-24swscale: ayuv64le input supportPaul B Mahol
2015-07-15swscale/utils: Clear pix buffersMichael Niedermayer
2015-07-02swscale: implement YA8 outputPaul B Mahol
2015-06-17swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer
2015-06-12Mark vectors as NAN instead of dereferencing NULL pointers on malloc failureMichael Niedermayer
2015-06-12swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer
2015-05-06swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje
2015-04-23swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer
2015-04-23Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur
2015-03-22Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'Michael Niedermayer
2015-03-22swscale: Check memory allocationFederico Tomassetti
2015-03-11swscale/utils: Fix undefined shift in initFilter()Michael Niedermayer
2015-02-27swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer
2015-02-24swscale/utils: add asserts to check filterposMichael Niedermayer