| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/utils: fix wrong deprecated message with rgb0 | Michael Niedermayer | 2013-12-24 | 1 | -2/+3 |
* | swscale/utils: check chroma width for fast bilinear scaler | Michael Niedermayer | 2013-12-15 | 1 | -1/+2 |
* | swscale/utils: remove useless () | Michael Niedermayer | 2013-12-15 | 1 | -2/+2 |
* | swscale/utils: factor (d + 1 < 4) out | Michael Niedermayer | 2013-12-15 | 1 | -4/+4 |
* | swscale/utils: fill xyz tables only when they will be used | Michael Niedermayer | 2013-12-07 | 1 | -2/+2 |
* | lsws/utils: introduce scale_algorithms array | Stefano Sabatini | 2013-11-05 | 1 | -46/+40 |
* | lsws/utils: fix typo | Stefano Sabatini | 2013-11-05 | 1 | -1/+1 |
* | lsws: use av_pix_fmt_get_chroma_sub_sample() | Stefano Sabatini | 2013-10-24 | 1 | -9/+2 |
* | swscale/utils: check mprotect() return code | Michael Niedermayer | 2013-10-23 | 1 | -2/+5 |
* | swscale/utils/sws_setColorspaceDetails(): fix indention | Michael Niedermayer | 2013-10-17 | 1 | -6/+6 |
* | swscale: Use full resolution chroma for yuv2rgb when the input has full chroma | Michael Niedermayer | 2013-10-10 | 1 | -0/+10 |
* | Merge commit '6b3ff6f91a535d6383f41ca7bdf760165dcb6015' | Michael Niedermayer | 2013-10-06 | 1 | -2/+13 |
|\ |
|
| * | swscale: provide a default scaler if none is set | Vittorio Giovara | 2013-10-05 | 1 | -1/+11 |
* | | swscale/utils: dont divide by zero with zero vectors | Michael Niedermayer | 2013-10-01 | 1 | -0/+4 |
* | | swscale/utils: remove redundant NULL checks before sws_freeVec() | Michael Niedermayer | 2013-09-17 | 1 | -8/+4 |
* | | swscale/utils: simplify cpu caps printing code | Michael Niedermayer | 2013-09-17 | 1 | -6/+8 |
* | | swscale/utils: Simplify scaler name printing code | Michael Niedermayer | 2013-09-17 | 1 | -13/+15 |
* | | swscale/utils: Allow sws_setColorspaceDetails() to use the tables from sws_ge... | Michael Niedermayer | 2013-09-17 | 1 | -2/+2 |
* | | swscale/utils: use memcpy instead of loop in sws_cloneVec() | Michael Niedermayer | 2013-09-08 | 1 | -3/+1 |
* | | Merge commit '79aec43ce813a3e270743ca64fa3f31fa43df80b' | Michael Niedermayer | 2013-08-30 | 1 | -6/+4 |
|\| |
|
| * | x86: Add and use more convenience macros to check CPU extension availability | Diego Biurrun | 2013-08-29 | 1 | -6/+4 |
* | | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557' | Michael Niedermayer | 2013-08-29 | 1 | -2/+2 |
|\| |
|
| * | swscale: cosmetics: Drop silly camelCase from swScale function pointer name | Diego Biurrun | 2013-08-29 | 1 | -2/+2 |
* | | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19' | Michael Niedermayer | 2013-08-29 | 1 | -3/+3 |
|\| |
|
| * | swscale: ppc: Hide arch-specific initialization details | Diego Biurrun | 2013-08-29 | 1 | -3/+3 |
* | | Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf' | Michael Niedermayer | 2013-08-29 | 1 | -7/+6 |
|\| |
|
| * | ppc: Add and use convenience macro to check for AltiVec availability | Diego Biurrun | 2013-08-28 | 1 | -7/+6 |
* | | swscale: improve dither checks | Michael Niedermayer | 2013-08-19 | 1 | -11/+15 |
* | | swscale: set dither to a specific value for rgb/bgr8 output | Michael Niedermayer | 2013-08-19 | 1 | -0/+2 |
* | | Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3' | Michael Niedermayer | 2013-08-16 | 1 | -2/+0 |
|\| |
|
| * | swscale: Move extern declarations for tables to swscale_internal.h | Diego Biurrun | 2013-08-15 | 1 | -2/+0 |
* | | sws: add dither enum | Michael Niedermayer | 2013-08-15 | 1 | -4/+8 |
* | | swscale/utils: Fix potential overflow of srcPos*C before converting to 64bit | Michael Niedermayer | 2013-08-08 | 1 | -3/+3 |
* | | swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bit | Michael Niedermayer | 2013-08-08 | 1 | -3/+3 |
* | | swscale/fill_rgb2yuv_table: fix default detection | Michael Niedermayer | 2013-07-27 | 1 | -1/+1 |
* | | swscale/sws_getColorspaceDetails: dont fail for non yuv | Michael Niedermayer | 2013-07-25 | 1 | -1/+1 |
* | | swscale: exchange src & dst chroma pos | Michael Niedermayer | 2013-07-24 | 1 | -3/+3 |
* | | libswscale: Adding RGB => XYZ support | clook | 2013-07-23 | 1 | -3/+14 |
* | | swscale: Add support to specify chroma position | Michael Niedermayer | 2013-07-17 | 1 | -9/+27 |
* | | swscale: move default colorspace setup to sws_init_filter() | Michael Niedermayer | 2013-07-16 | 1 | -13/+8 |
* | | swscale: call handle_format() from the functions that need it | Michael Niedermayer | 2013-07-14 | 1 | -17/+15 |
* | | swscale: make handle_formats() safe to be called multiple times | Michael Niedermayer | 2013-07-14 | 1 | -4/+4 |
* | | swscale: move format handling to its own function | Michael Niedermayer | 2013-07-14 | 1 | -8/+12 |
* | | swscale: treat gray as a fullrage (0-255) format | Michael Niedermayer | 2013-07-08 | 1 | -0/+2 |
* | | swscale: fix filter alignment reduction without inline asm | Hendrik Leppkes | 2013-06-21 | 1 | -1/+1 |
* | | add YUVJ411P | Michael Niedermayer | 2013-05-21 | 1 | -0/+4 |
* | | swscale: RGBA64 output | Paul B Mahol | 2013-05-12 | 1 | -2/+2 |
* | | 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 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -5/+5 |