| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | swscale/input: Fix alpha of YA16 input | Michael Niedermayer | 2015-01-21 | 1 | -2/+6 |
* | | Merge commit '928061670e873e816daa14827853b7e11221ff5f' | Michael Niedermayer | 2015-01-15 | 2 | -4/+6 |
|\| |
|
| * | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 6 | -2/+54 |
* | | Merge commit '1dd797e3c9f179f957316a0becbec048b42df8aa' | Michael Niedermayer | 2015-01-06 | 1 | -7/+11 |
|\| |
|
| * | swscale: check memory allocations | Vittorio Giovara | 2015-01-05 | 1 | -7/+11 |
* | | swscale: Pass through chroma positions in sws_getCachedContext | Kieran Kunhya | 2014-12-26 | 1 | -0/+13 |
* | | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byte | Michael Niedermayer | 2014-12-24 | 1 | -1/+17 |
* | | swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4 | Michael Niedermayer | 2014-12-24 | 1 | -1/+21 |
* | | swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 output | Michael Niedermayer | 2014-12-24 | 1 | -1/+21 |
* | | swscale: increase yuv2rgb table headroom | Michael Niedermayer | 2014-12-16 | 1 | -1/+1 |
* | | Merge commit '33c827f632f95ffe3399b695a5a0d47b366b6e20' | Michael Niedermayer | 2014-12-06 | 1 | -3/+3 |
|\| |
|
| * | swscale: Properly scale YUV | Derek Buitenhuis | 2014-12-05 | 1 | -12/+35 |
* | | swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 output | Michael Niedermayer | 2014-12-03 | 1 | -0/+1 |
* | | swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*() | Michael Niedermayer | 2014-11-20 | 1 | -0/+10 |
* | | swscale/utils: support bayer input + scaling, and bayer input + any supported... | Michael Niedermayer | 2014-11-12 | 1 | -0/+25 |
* | | libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_al... | Rong Yan | 2014-11-12 | 1 | -94/+140 |
* | | swscale: fix yuv2yuvX_8 assembly on x86 | Kieran Kunhya | 2014-11-09 | 1 | -1/+1 |
* | | Merge commit 'fc1eda543c6ef043300612db90da5cfd972af650' | Michael Niedermayer | 2014-10-18 | 1 | -4/+4 |
|\| |
|
| * | swscale: fix sign extensions in yuv planar conversion | Vittorio Giovara | 2014-10-18 | 1 | -4/+4 |
* | | swscale: support internal scaler cascades | Michael Niedermayer | 2014-10-11 | 4 | -12/+67 |