| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | swscale/output: Fix undefined shifts | Michael Niedermayer | 2015-03-25 | 1 | -2/+2 |
* | Merge commit '7ebb3022297aa00afda6800105684b8303f2608e' | Michael Niedermayer | 2015-03-22 | 1 | -8/+14 |
|\ |
|
| * | swscale: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -8/+14 |
* | | Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c' | Michael Niedermayer | 2015-03-16 | 1 | -1/+1 |
|\| |
|
| * | libswscale: fix compiler warnings enumerated type mixed with another type | Himangi Saraogi | 2015-03-15 | 1 | -1/+1 |
* | | ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNED | Christophe Gisquet | 2015-03-14 | 1 | -2/+2 |
* | | swscale/utils: Fix undefined shift in initFilter() | Michael Niedermayer | 2015-03-11 | 1 | -1/+1 |
* | | swscale: Add prefix to updateMMXDitherTables() | Michael Niedermayer | 2015-02-27 | 3 | -3/+3 |
* | | swscale/utils: clear formatConvBuffer on allocation | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | swscale/utils: add asserts to check filterpos | Michael Niedermayer | 2015-02-24 | 1 | -0/+7 |
* | | swscale/utils: More carefully merge and clear coefficients outside the input | Michael Niedermayer | 2015-02-24 | 1 | -5/+15 |
* | | swscale: Use av_clip_uintp2() | Michael Niedermayer | 2015-02-21 | 2 | -18/+18 |
* | | swscale/yuv2rgb: Use av_clip_uint8() | Michael Niedermayer | 2015-02-21 | 1 | -2/+2 |
* | | swscale/bayer_template: Add () to protect the argument of BAYER_READ() | Michael Niedermayer | 2015-02-18 | 1 | -2/+2 |
* | | Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915' | Michael Niedermayer | 2015-02-17 | 1 | -0/+9 |
|\| |
|
| * | swscale: Check memory allocations | Federico Tomassetti | 2015-02-17 | 1 | -0/+9 |
| * | swscale: fix gbrap to gbrap alpha scaling | Vittorio Giovara | 2015-01-16 | 1 | -3/+2 |
| * | swscale: fix warning about incompatible function pointer type | Vittorio Giovara | 2015-01-16 | 1 | -1/+1 |
* | | swscale/utils: Limit filter shifting so as not to read from prior the array | Michael Niedermayer | 2015-02-05 | 1 | -2/+3 |
* | | swscale/input: fix rgba64 alpha non native | Michael Niedermayer | 2015-01-21 | 1 | -5/+15 |