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-04-28swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer
2016-04-28swscale/input: Fix GBRAP16 inputMichael Niedermayer
2016-04-28swscale/x86/output: Fix yuv2planeX_16* with unaligned destinationMichael Niedermayer
2016-04-28swscale/x86/output: Move code into yuv2planeX_mainloopMichael Niedermayer
2016-01-31swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer
2016-01-31swscale/x86/rgb2rgb_template: Fix planar2x() for short widthMichael Niedermayer
2016-01-31swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()Michael Niedermayer
2016-01-31swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()Michael Niedermayer
2016-01-31swscale/swscale-test: Fix slice height in random reference data creation.Michael Niedermayer
2016-01-15swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer
2016-01-15swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer
2016-01-15swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer
2016-01-15swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer
2016-01-15swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer
2015-12-15swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer
2015-12-15swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer
2015-12-14swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer
2015-07-18swscale/utils: Clear pix buffersMichael Niedermayer
2015-07-18swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer
2015-07-18swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer
2015-07-18swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()Michael Niedermayer
2015-07-18swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte...Michael Niedermayer
2015-07-18swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endianMichael Niedermayer
2015-06-26swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functionsJames Almer
2015-06-26swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer
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