| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/swscale_unscaled: add gbrap -> packed rgb path | Paul B Mahol | 2018-09-09 | 1 | -0/+88 |
* | swscale/swscale : small cosmetic | Martin Vignali | 2018-08-22 | 1 | -2/+2 |
* | swscale : treat float input data as uint 16bpc | Martin Vignali | 2018-08-22 | 1 | -2/+8 |
* | libswscale: Adds conversions from/to float gray format. | Sergey Lavrushkin | 2018-08-14 | 7 | -4/+226 |
* | lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian. | Carl Eugen Hoyos | 2018-06-10 | 1 | -0/+2 |
* | swscale: add gray14 support | Paul B Mahol | 2018-05-05 | 3 | -0/+7 |
* | swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422 | Martin Vignali | 2018-04-22 | 2 | -0/+169 |
* | Bump minor versions after release/4.0 branchingn4.1-dev | Michael Niedermayer | 2018-04-16 | 1 | -1/+1 |
* | Bump minor versions for branching release/4.0 | Michael Niedermayer | 2018-04-16 | 1 | -2/+2 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -3/+11 |
* | arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported | Martin Storsjö | 2018-03-31 | 3 | -0/+12 |
* | swscale/rgb2rgb : cosmetic, move shuffle_bytes func declaration | Martin Vignali | 2018-03-24 | 1 | -4/+3 |
* | swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_301... | Martin Vignali | 2018-03-24 | 2 | -0/+12 |
* | swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuff... | Martin Vignali | 2018-03-24 | 3 | -22/+28 |
* | swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321 | Martin Vignali | 2018-03-24 | 3 | -1/+90 |
* | swscale: Introduce a helper to identify semi-planar formats | Philip Langdale | 2018-03-03 | 2 | -6/+12 |
* | swscale: Add p016 output support and generalise yuv420p1x to p010 | Philip Langdale | 2018-03-02 | 4 | -13/+59 |
* | Fix missing used attribute for inline assembly variables | Thomas Köppe | 2017-11-13 | 1 | -6/+6 |
* | Merge commit '29ccc641b17afad058a5c24071ea827865a8b3a9' | James Almer | 2017-11-11 | 1 | -1/+1 |
|\ |
|
| * | build: Drop check for sys/mman.h in favor of mmap() check | Diego Biurrun | 2017-10-10 | 1 | -1/+1 |
| * | swscale: Do not expand a macro with 'defined' in it | Derek Buitenhuis | 2017-08-28 | 1 | -1/+5 |
| * | build: Add feature test macros for glibc 2.19+ | Diego Biurrun | 2017-07-10 | 1 | -0/+1 |
* | | Merge commit '0fd0d4fd0a518e30ff23972828ad7cf7f35cfb9d' | James Almer | 2017-10-30 | 1 | -10/+14 |
|\| |
|
| * | swscale-test: const correctness | Diego Biurrun | 2017-04-24 | 1 | -10/+14 |
| * | swscale: Convert the check check_image_pointers helper to a macro | Luca Barbato | 2017-04-15 | 1 | -22/+15 |
| * | swscale: Do not shift negative values directly | Luca Barbato | 2017-04-15 | 1 | -10/+13 |
| * | swscale: Add gbrap10 output | Michael Niedermayer | 2017-04-15 | 2 | -2/+4 |
| * | swscale: Add input support for gbrap10 pixel format | Paul B Mahol | 2017-04-13 | 2 | -0/+19 |
* | | lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware. | Carl Eugen Hoyos | 2017-10-29 | 2 | -1/+9 |
* | | swscale: use dithering in DITHER_COPY only if not set -sws_dither none | Mateusz | 2017-10-25 | 1 | -1/+19 |
* | | swscale: more accurate DITHER_COPY macro for full and limited range | Mateusz | 2017-10-23 | 1 | -35/+38 |
* | | Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5' | James Almer | 2017-10-21 | 1 | -2/+2 |
|\| |
|
| * | Bump major versions of all libraries | Vittorio Giovara | 2017-03-23 | 1 | -1/+1 |
* | | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2' | James Almer | 2017-10-21 | 1 | -9/+1 |
|\| |
|
| * | x86util: Port all macros to cpuflags | Diego Biurrun | 2017-03-14 | 1 | -9/+1 |
| * | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-03-01 | 2 | -3/+3 |
| * | swscale-test: const correctness for pointer variable | Diego Biurrun | 2017-01-24 | 1 | -1/+1 |
* | | Bump version for master after 3.4 branchpointn3.5-dev | Michael Niedermayer | 2017-10-11 | 1 | -1/+1 |
* | | Bump minor versions for branching 3.4 | Michael Niedermayer | 2017-10-11 | 1 | -2/+2 |
* | | Fix several typos | Lou Logan | 2017-09-21 | 1 | -1/+1 |
* | | utils: Do not expand a macro with 'defined' in it | Derek Buitenhuis | 2017-08-25 | 1 | -1/+5 |
* | | lsws/rgb2rgb: Add unscaled 48bit to 64bit rgb conversion. | Carl Eugen Hoyos | 2017-08-24 | 4 | -1/+60 |
* | | libswscale: add gray9 support | Paul B Mahol | 2017-08-07 | 4 | -1/+8 |
* | | swscale: fix gbrap16 alpha channel issues | James Cowgill | 2017-08-05 | 1 | -8/+8 |
* | | sws/tests/pixdesc_query: fix use of free() instead of av_free() | Clément Bœsch | 2017-07-30 | 1 | -1/+1 |
* | | sws/tests/pixdesc_query: replace rgb based pix fmts with endianess agnostic n... | Clément Bœsch | 2017-07-30 | 1 | -2/+9 |
* | | sws/tests/pixdesc_query: sort pixel formats | Clément Bœsch | 2017-07-30 | 1 | -0/+11 |
* | | sws/tests/pixdesc_query: save every pix fmts in a list | Clément Bœsch | 2017-07-30 | 1 | -4/+15 |
* | | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 2 | -3/+3 |
* | | Merge commit '92db5083077a8b0f8e1050507671b456fd155125' | James Almer | 2017-05-04 | 1 | -2/+1 |
|\| |
|