| Commit message (Expand) | Author | Age | Files | Lines |
* | add YUVJ411P | Michael Niedermayer | 2013-05-21 | 1 | -0/+4 |
* | swscale/output: silence warning about undefined 'ASSERT_LEVEL' | Paul B Mahol | 2013-05-19 | 1 | -1/+1 |
* | swscale/output: remove unused header | Paul B Mahol | 2013-05-19 | 1 | -1/+0 |
* | sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta... | Michael Niedermayer | 2013-05-18 | 1 | -0/+6 |
* | sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph... | Michael Niedermayer | 2013-05-18 | 1 | -4/+5 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 3 | -4/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 2 | -12/+12 |
|\ |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 2 | -12/+12 |
* | | swscale/output: silence compiler warnings about uninitialized variables | Michael Niedermayer | 2013-05-14 | 1 | -1/+1 |
* | | sws/output: remove offset/coef for alpha in rgba64 | Michael Niedermayer | 2013-05-12 | 1 | -28/+10 |
* | | swscale: RGBA64 output | Paul B Mahol | 2013-05-12 | 3 | -13/+282 |
* | | sws/packed_16bpc_bswap: fix handling of negative stride | Michael Niedermayer | 2013-05-12 | 1 | -3/+3 |
* | | Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64" | Michael Niedermayer | 2013-05-12 | 1 | -2/+2 |
* | | sws: support endianness conversion for AV_PIX_FMT_RGBA64 | Paul B Mahol | 2013-05-12 | 1 | -2/+2 |
* | | sws: add casts to silence pointer type mismatch warnings | Michael Niedermayer | 2013-05-10 | 1 | -1/+1 |
* | | sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variable | Michael Niedermayer | 2013-05-10 | 1 | -1/+2 |
* | | sws/output: silence warnings about uninitialized use of variables | Michael Niedermayer | 2013-05-10 | 1 | -4/+4 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 5 | -19/+19 |
* | | libswscale: simplify isAnyRGB macro | Paul B Mahol | 2013-05-08 | 1 | -10/+1 |
* | | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2013-05-08 | 6 | -6/+54 |
* | | sws: factorize rgb 9+ planar funcs declarations. | Clément Bœsch | 2013-05-07 | 1 | -109/+21 |
* | | Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c' | Michael Niedermayer | 2013-05-07 | 1 | -2/+2 |
|\| |
|
| * | swscale: support endianness conversion for AV_PIX_FMT_XYZ12 | Janne Grunau | 2013-05-06 | 2 | -1/+4 |
* | | Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491' | Michael Niedermayer | 2013-05-07 | 3 | -2/+20 |
|\| |
|
| * | swscale: add support for endianness only conversion | Janne Grunau | 2013-05-06 | 3 | -2/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-06 | 1 | -6/+6 |
|\| |
|
| * | swscale: Use alpha from the right row in yuva2rgba_c | Martin Storsjö | 2013-05-06 | 1 | -6/+6 |
* | | Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50' | Michael Niedermayer | 2013-05-06 | 1 | -8/+8 |
|\| |
|
| * | swscale: Remove unnecessary backslashes | Martin Storsjö | 2013-05-06 | 1 | -8/+8 |
* | | Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70' | Michael Niedermayer | 2013-05-05 | 3 | -10/+15 |
|\| |
|
| * | swscale: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 3 | -10/+15 |
* | | Avoid incorrect deprecated pixel format warning. | Reimar Döffinger | 2013-05-05 | 1 | -1/+2 |
* | | lavu: add planar 16 bit and 8 bit rgb with alpha | Paul B Mahol | 2013-05-03 | 1 | -0/+3 |
* | | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d' | Michael Niedermayer | 2013-05-01 | 1 | -16/+16 |
|\| |
|
| * | ppc: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -16/+16 |
* | | sws: share xyzgamma tables. | Michael Niedermayer | 2013-05-01 | 2 | -5/+12 |
* | | sws: fix typo in xyz2rgb matrix use. | Michael Niedermayer | 2013-04-28 | 1 | -1/+1 |
* | | sws: Check for malloc failure of rgb0_tmp | Michael Niedermayer | 2013-04-28 | 1 | -0/+6 |
* | | sws: support xyz input | Michael Niedermayer | 2013-04-28 | 3 | -0/+111 |
* | | sws: remove hack to support partial convert / xyz bswaping | Michael Niedermayer | 2013-04-28 | 1 | -2/+0 |
* | | sws: enable xyz12, this for now is just for swaping between le and be | Michael Niedermayer | 2013-04-28 | 1 | -0/+2 |
* | | sws: add 16bit gbrp formats to packed_16bpc_bswap() | Michael Niedermayer | 2013-04-28 | 1 | -0/+5 |
* | | sws: extend packed_16bpc_bswap code to handle planar formats | Michael Niedermayer | 2013-04-28 | 1 | -13/+33 |
* | | Fix libswscale compilation with --disable-optimizations on x86-32. | Carl Eugen Hoyos | 2013-04-18 | 1 | -0/+4 |
* | | sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV | Michael Niedermayer | 2013-04-16 | 1 | -0/+2 |
* | | sws/fill_rgb2yuv_table: use ROUNDED_DIV | Michael Niedermayer | 2013-04-16 | 1 | -14/+14 |
* | | sws/fill_rgb2yuv_table: increase precission to 32bit | Michael Niedermayer | 2013-04-16 | 1 | -13/+17 |
* | | sws/fill_rgb2yuv_table: avoid 2 divisions | Michael Niedermayer | 2013-04-16 | 1 | -2/+2 |
* | | sws: fix alignment of rgb2yuv | Michael Niedermayer | 2013-04-16 | 1 | -1/+1 |
* | | sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv table | Michael Niedermayer | 2013-04-15 | 3 | -11/+24 |