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-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
2015-06-29swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer
2015-06-23swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer
2015-06-23swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functionsJames Almer
2015-06-23swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer
2015-06-23swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()Michael Niedermayer
2015-06-23swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte...Michael Niedermayer
2015-06-22swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endianMichael Niedermayer
2015-06-17swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer
2015-06-17swscale/output: Factorize rgb48 and 64bit codeMichael 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-13libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it'...Nick Lewycky
2015-05-13libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on...Nick Lewycky
2015-05-10swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer
2015-05-08swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug codeMichael Niedermayer
2015-05-07Merge remote-tracking branch 'rbultje/vp9-profile23-wip'Michael Niedermayer
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