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
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
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28sws: Drop deprecated SWS_CPU_CAPS definesVittorio Giovara
2015-08-26swscale: Silence an unused variable warningTimothy Gu
2015-08-22swscale/alphablend: fix pointer castGanesh Ajjanagadde
2015-08-21swscale/alphablend: Fix pointer type warningsMichael Niedermayer
2015-08-19swscale: refactor vertical scalerPedro Arthur
2015-08-18swscale: Fixed typosPedro Arthur
2015-08-18swscale: fixed compiler warningsPedro Arthur
2015-08-18swscale: add license headers and copyrightsPedro Arthur
2015-08-18swscale: process horizontal lines in batchesPedro Arthur
2015-08-18swscale: refactor horizontal scalingPedro Arthur
2015-08-17swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer
2015-08-09swscale/alphablend: Support chroma subsamplingMichael Niedermayer
2015-08-09swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer
2015-08-09swscale/alphablend: Factor target computation out of the loopsMichael Niedermayer
2015-08-09swscale/alphablend: Fix big endian formats on LEMichael Niedermayer
2015-08-09swscale/alphablend: support packed pixel formatsMichael Niedermayer
2015-08-09swscale/swscale: Document param[0..1]Michael 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-25swscale/output: Fix "warning: assignment from incompatible pointer type"Michael Niedermayer
2015-07-24swscale: ayuv64le output supportPaul B Mahol
2015-07-24swscale: ayuv64le input supportPaul B Mahol
2015-07-16swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan
2015-07-15swscale/utils: Clear pix buffersMichael Niedermayer
2015-07-04YUV->BGR32 MMX supportKevin Coyle
2015-07-04swscale/output: fix input indexing in yuv2ya8_2_c()Michael Niedermayer
2015-07-04swscale/output: fix null pointer dereference in yuv2ya8_2_c()Michael Niedermayer
2015-07-02swscale: implement YA8 outputPaul B Mahol