| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails... | Michael Niedermayer | 2015-08-31 | 1 | -3/+6 |
* | swscale/utils: Split scaling if possible and yuv->yuv with different matrixes... | Michael Niedermayer | 2015-08-31 | 1 | -1/+66 |
* | swscale: Silence an unused variable warning | Timothy Gu | 2015-08-25 | 1 | -2/+2 |
* | swscale/alphablend: fix pointer cast | Ganesh Ajjanagadde | 2015-08-22 | 1 | -1/+1 |
* | swscale/alphablend: Fix pointer type warnings | Michael Niedermayer | 2015-08-21 | 1 | -9/+9 |
* | swscale: refactor vertical scaler | Pedro Arthur | 2015-08-19 | 6 | -42/+380 |
* | swscale: Fixed typos | Pedro Arthur | 2015-08-18 | 1 | -2/+2 |
* | swscale: fixed compiler warnings | Pedro Arthur | 2015-08-18 | 3 | -16/+25 |
* | swscale: add license headers and copyrights | Pedro Arthur | 2015-08-18 | 2 | -0/+40 |
* | swscale: process horizontal lines in batches | Pedro Arthur | 2015-08-18 | 3 | -16/+49 |
* | swscale: refactor horizontal scaling | Pedro Arthur | 2015-08-18 | 7 | -11/+751 |
* | swscale/swscale-test: Fix slice height in random reference data creation. | Michael Niedermayer | 2015-08-17 | 1 | -1/+1 |
* | swscale/alphablend: Support chroma subsampling | Michael Niedermayer | 2015-08-09 | 2 | -15/+62 |
* | swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARD | Michael Niedermayer | 2015-08-09 | 3 | -11/+18 |
* | swscale/alphablend: Factor target computation out of the loops | Michael Niedermayer | 2015-08-09 | 1 | -8/+9 |
* | swscale/alphablend: Fix big endian formats on LE | Michael Niedermayer | 2015-08-09 | 1 | -1/+1 |
* | swscale/alphablend: support packed pixel formats | Michael Niedermayer | 2015-08-09 | 2 | -11/+53 |
* | swscale/swscale: Document param[0..1] | Michael Niedermayer | 2015-08-09 | 1 | -0/+6 |
* | swscale: Implement alphablendaway for planar 4:4:4 formats | Michael Niedermayer | 2015-08-08 | 5 | -1/+192 |
* | swscale: Add sws_alloc_set_opts() | Michael Niedermayer | 2015-08-08 | 2 | -4/+30 |
* | swscale/output: Fix "warning: assignment from incompatible pointer type" | Michael Niedermayer | 2015-07-25 | 1 | -4/+8 |
* | swscale: ayuv64le output support | Paul B Mahol | 2015-07-24 | 2 | -1/+49 |
* | swscale: ayuv64le input support | Paul B Mahol | 2015-07-24 | 4 | -0/+40 |
* | swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec... | Rong Yan | 2015-07-16 | 1 | -0/+5 |
* | swscale/utils: Clear pix buffers | Michael Niedermayer | 2015-07-15 | 1 | -3/+3 |
* | YUV->BGR32 MMX support | Kevin Coyle | 2015-07-04 | 1 | -0/+30 |
* | swscale/output: fix input indexing in yuv2ya8_2_c() | Michael Niedermayer | 2015-07-04 | 1 | -2/+2 |
* | swscale/output: fix null pointer dereference in yuv2ya8_2_c() | Michael Niedermayer | 2015-07-03 | 1 | -1/+1 |
* | swscale: implement YA8 output | Paul B Mahol | 2015-07-02 | 2 | -1/+97 |
* | swscale/swscale_unscaled: Fix rounding difference with RGBA output between li... | Michael Niedermayer | 2015-06-29 | 1 | -0/+5 |
* | swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,... | James Almer | 2015-06-23 | 1 | -1/+1 |
* | swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functions | James Almer | 2015-06-23 | 1 | -0/+4 |
* | swscale/x86/rgb2rgb_template: add missing xmm clobbers | James Almer | 2015-06-23 | 1 | -1/+1 |
* | swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c() | Michael Niedermayer | 2015-06-23 | 1 | -1/+1 |
* | swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_byte... | Michael Niedermayer | 2015-06-23 | 3 | -3/+21 |
* | swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian | Michael Niedermayer | 2015-06-22 | 1 | -0/+2 |
* | swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro... | Michael Niedermayer | 2015-06-17 | 2 | -1/+289 |
* | swscale/output: Factorize rgb48 and 64bit code | Michael Niedermayer | 2015-06-17 | 1 | -211/+71 |
* | Mark vectors as NAN instead of dereferencing NULL pointers on malloc failure | Michael Niedermayer | 2015-06-12 | 1 | -0/+38 |
* | swscale: Assert that pixel format descriptor is not NULL | Michael Niedermayer | 2015-06-12 | 2 | -0/+3 |
* | libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it'... | Nick Lewycky | 2015-05-13 | 1 | -37/+24 |
* | libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on... | Nick Lewycky | 2015-05-13 | 1 | -2/+2 |
* | swscale/x86/swscale: Fix warning about loosing significant bits in cast | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
* | swscale/x86/hscale_fast_bilinear_simd: Remove ancient out-commented debug code | Michael Niedermayer | 2015-05-07 | 1 | -2/+0 |
* | Merge remote-tracking branch 'rbultje/vp9-profile23-wip' | Michael Niedermayer | 2015-05-07 | 3 | -0/+14 |
|\ |
|
| * | swscale: add yuv440p10/12 pixfmts. | Ronald S. Bultje | 2015-05-06 | 3 | -0/+14 |
* | | swscale/x86/hscale_fast_bilinear_simd: Fix variable names in comments | Michael Niedermayer | 2015-05-07 | 1 | -2/+2 |
|/ |
|
* | swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macr... | Rong Yan | 2015-04-27 | 1 | -9/+2 |
* | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag | Michael Niedermayer | 2015-04-23 | 4 | -15/+11 |
* | Add gamma encodign/decoding before/after scaling in libswscale | Pedro Arthur | 2015-04-23 | 5 | -1/+139 |