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-05-07swscale/x86/hscale_fast_bilinear_simd: Fix variable names in commentsMichael Niedermayer
2015-05-06swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje
2015-04-27swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macr...Rong Yan
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-25swscale/output: Fix undefined shiftsMichael Niedermayer
2015-03-22Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'Michael Niedermayer
2015-03-22swscale: Check memory allocationFederico Tomassetti
2015-03-16Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'Michael Niedermayer
2015-03-15libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi
2015-03-14ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet
2015-03-11swscale/utils: Fix undefined shift in initFilter()Michael Niedermayer
2015-02-27swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer
2015-02-27swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer
2015-02-24swscale/utils: add asserts to check filterposMichael Niedermayer
2015-02-24swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer
2015-02-21swscale: Use av_clip_uintp2()Michael Niedermayer
2015-02-21swscale/yuv2rgb: Use av_clip_uint8()Michael Niedermayer
2015-02-18swscale/bayer_template: Add () to protect the argument of BAYER_READ()Michael Niedermayer
2015-02-18Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915'Michael Niedermayer
2015-02-17swscale: Check memory allocationsFederico Tomassetti
2015-02-05swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer
2015-01-21swscale/input: fix rgba64 alpha non nativeMichael Niedermayer
2015-01-21swscale/input: Fix alpha of YA16 inputMichael Niedermayer
2015-01-16swscale: fix gbrap to gbrap alpha scalingVittorio Giovara
2015-01-16swscale: fix warning about incompatible function pointer typeVittorio Giovara
2015-01-15Merge commit '928061670e873e816daa14827853b7e11221ff5f'Michael Niedermayer
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2015-01-06Merge commit '1dd797e3c9f179f957316a0becbec048b42df8aa'Michael Niedermayer
2015-01-05swscale: check memory allocationsVittorio Giovara
2014-12-26swscale: Pass through chroma positions in sws_getCachedContextKieran Kunhya
2014-12-24swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byteMichael Niedermayer
2014-12-24swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4Michael Niedermayer
2014-12-24swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 outputMichael Niedermayer
2014-12-17swscale: increase yuv2rgb table headroomMichael Niedermayer
2014-12-06Merge commit '33c827f632f95ffe3399b695a5a0d47b366b6e20'Michael Niedermayer
2014-12-05swscale: Properly scale YUVDerek Buitenhuis
2014-12-03swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer
2014-11-20swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer
2014-11-13swscale/utils: support bayer input + scaling, and bayer input + any supported...Michael Niedermayer
2014-11-12libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_al...Rong Yan
2014-11-10swscale: fix yuv2yuvX_8 assembly on x86Kieran Kunhya
2014-10-19Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650'Michael Niedermayer
2014-10-18swscale: fix sign extensions in yuv planar conversionVittorio Giovara
2014-10-11swscale: support internal scaler cascadesMichael Niedermayer
2014-10-06swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer
2014-09-21swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer
2014-09-18swscale/x86: do not expect registers to be preserved across inline ASM blocksVitor Sessak
2014-09-16sws: use av_clip() instead of av_clip_c()Clément Bœsch
2014-08-12lsws: duplicate ff_log2_tabJames Almer