summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,...James Almer2015-06-231-1/+1
* swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functionsJames Almer2015-06-231-0/+4
* swscale/x86/rgb2rgb_template: add missing xmm clobbersJames Almer2015-06-231-1/+1
* swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c()Michael Niedermayer2015-06-231-1/+1
* swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte...Michael Niedermayer2015-06-233-3/+21
* swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endianMichael Niedermayer2015-06-221-0/+2
* swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer2015-06-172-1/+289
* swscale/output: Factorize rgb48 and 64bit codeMichael Niedermayer2015-06-171-211/+71
* Mark vectors as NAN instead of dereferencing NULL pointers on malloc failureMichael Niedermayer2015-06-121-0/+38
* swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-122-0/+3
* libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it'...Nick Lewycky2015-05-131-37/+24
* libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on...Nick Lewycky2015-05-131-2/+2
* swscale/x86/swscale: Fix warning about loosing significant bits in castMichael Niedermayer2015-05-101-1/+1
* swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug codeMichael Niedermayer2015-05-071-2/+0
* Merge remote-tracking branch 'rbultje/vp9-profile23-wip'Michael Niedermayer2015-05-073-0/+14
|\
| * swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-063-0/+14
* | swscale/x86/hscale_fast_bilinear_simd: Fix variable names in commentsMichael Niedermayer2015-05-071-2/+2
|/
* swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macr...Rong Yan2015-04-271-9/+2
* swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-234-15/+11
* Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-235-1/+139
* swscale/output: Fix undefined shiftsMichael Niedermayer2015-03-251-2/+2
* Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'Michael Niedermayer2015-03-221-8/+14
|\
| * swscale: Check memory allocationFederico Tomassetti2015-03-211-8/+14
* | Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'Michael Niedermayer2015-03-161-1/+1
|\ \ | |/
| * libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi2015-03-151-1/+1
* | ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-141-2/+2
* | swscale/utils: Fix undefined shift in initFilter()Michael Niedermayer2015-03-111-1/+1
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-273-3/+3
* | swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-02-271-1/+1
* | swscale/utils: add asserts to check filterposMichael Niedermayer2015-02-241-0/+7
* | swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer2015-02-241-5/+15
* | swscale: Use av_clip_uintp2()Michael Niedermayer2015-02-212-18/+18
* | swscale/yuv2rgb: Use av_clip_uint8()Michael Niedermayer2015-02-211-2/+2
* | swscale/bayer_template: Add () to protect the argument of BAYER_READ()Michael Niedermayer2015-02-181-2/+2
* | Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915'Michael Niedermayer2015-02-171-0/+9
|\ \ | |/
| * swscale: Check memory allocationsFederico Tomassetti2015-02-171-0/+9
| * swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-161-3/+2
| * swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-161-1/+1
* | swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer2015-02-051-2/+3
* | swscale/input: fix rgba64 alpha non nativeMichael Niedermayer2015-01-211-5/+15
* | swscale/input: Fix alpha of YA16 inputMichael Niedermayer2015-01-211-2/+6
* | Merge commit '928061670e873e816daa14827853b7e11221ff5f'Michael Niedermayer2015-01-152-4/+6
|\ \ | |/
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-146-2/+54
* | Merge commit '1dd797e3c9f179f957316a0becbec048b42df8aa'Michael Niedermayer2015-01-061-7/+11
|\ \ | |/
| * swscale: check memory allocationsVittorio Giovara2015-01-051-7/+11
* | swscale: Pass through chroma positions in sws_getCachedContextKieran Kunhya2014-12-261-0/+13
* | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byteMichael Niedermayer2014-12-241-1/+17
* | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4Michael Niedermayer2014-12-241-1/+21
* | swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 outputMichael Niedermayer2014-12-241-1/+21
* | swscale: increase yuv2rgb table headroomMichael Niedermayer2014-12-161-1/+1