156 Commits (3bfb6061fb54d24f0ba80f1b5ad01c0bbb196830)

Author SHA1 Message Date
Niklas Haas 2d077f9acd swscale/internal: group user-facing options together 1 month ago
James Almer febc9e8162 swscale/output: add full chroma interpolation support for x2rgb10 2 months ago
James Almer a67ba3c132 swscale/output: add XV48 output support 2 months ago
Michael Niedermayer 3fe3014405
swscale/output: used unsigned for bit accumulation 2 months ago
Niklas Haas 67adb30322 swscale: rename SwsContext to SwsInternal 2 months ago
James Almer b520d95467 swscale/output: add Y216LE output support 2 months ago
James Almer f0e6296dde swscale/output: fix alpha endianness in XV36 2 months ago
James Almer 601a347946 swscale/output: fill the xv30le alpha bits 2 months ago
James Almer 08c632ec0f swscale/output: add AYUV64BE output support 2 months ago
James Almer 42098f9266 swscale/output: add X36VBE output support 2 months ago
James Almer 2137346324 swscale/output: fill all the xv36le alpha bits 2 months ago
James Almer cd04ebe033 swscale/output: add V30X output support 3 months ago
James Almer 57db8e0571 swscale/output: add VYU444 output support 3 months ago
James Almer eac9af382a swscale/output: add UYVA output support 3 months ago
James Almer 6cd52c1080 swscale/output: add AYUV output support 3 months ago
James Almer 5f1bf3cd65 swscale/output: add missing yuv2packed1 and yuv2packed2 support for VUY{X,A} 3 months ago
Michael Niedermayer bd80c97391
swscale/output: Fix undefined integer overflow in yuv2rgba64_2_c_template() 3 months ago
James Almer 66592e8b10 swscale/output: don't leave the alpha channel undefined in vuyx and xv36le 5 months ago
Michael Niedermayer bcab9789ef
swscale/output: Fix integer overflows in yuv2rgba64_X_c_template 5 months ago
Michael Niedermayer c221c7422f
swscale/output: Avoid undefined overflow in yuv2rgb_write_full() 6 months ago
Michael Niedermayer 9e6c5b6e86
swscale/output: alpha can become negative after scaling, use multiply 6 months ago
Michael Niedermayer 1330a73cca
swscale/output: Fix integer overflow in yuv2rgba64_full_1_c_template() 8 months ago
Michael Niedermayer a56559e688
swscale/output: Fix integer overflow in yuv2rgba64_1_c_template 8 months ago
Paul B Mahol 29b673bdcf swscale: add GBRAP14 format support 1 year ago
Michael Niedermayer b74f89caae
swscale/output: Bias 16bps output calculations to improve non overflowing range for GBRP16/GBRPF32 2 years ago
Michael Niedermayer 0f0afc7fb5
swscale/output: Bias 16bps output calculations to improve non overflowing range 2 years ago
Andreas Rheinhardt 888a02a126 swscale/output: Don't call av_pix_fmt_desc_get() in a loop 2 years ago
Philip Langdale 09a8e5debb swscale/output: add support for Y210LE and Y212LE 2 years ago
Philip Langdale 68181623e9 swscale/output: add support for XV30LE 2 years ago
Philip Langdale 366f073c62 swscale/output: add support for XV36LE 2 years ago
Philip Langdale caf8d4d256 swscale/output: add support for P012 2 years ago
Philip Langdale 45726aa117 libswscale: add support for VUYX format 2 years ago
James Almer 68e017c487 swscale/output: fix reading chroma values when generating vuya output 2 years ago
James Almer 1974813261 swscale/output: add VUYA output support 2 years ago
rcombs df9180d8a0 swscale/output: use isSwappedChroma 3 years ago
rcombs cb3a6cc082 swscale/output: use isSemiPlanarYUV for NV12/21/24/42 case 3 years ago
rcombs bb4f19f2a2 swscale/output: use isDataInHighBits for 10-bit case 3 years ago
rcombs cf9e8cb52f swscale/output: use isSemiPlanarYUV for 16-bit case 3 years ago
rcombs cb87a3b137 swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit cases 3 years ago
rcombs 88d804b7ff swscale: add P210/P410/P216/P416 output 3 years ago
Manuel Stoeckl 32329397e2 swscale: add input/output support for X2BGR10LE 3 years ago
Andreas Rheinhardt 2c05ee092b avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 3 years ago
Michael Niedermayer 7528532550 swscale/output: Implement dither none for yuv2rgb_write_full() 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Nelson Gomez 360be03b8a swscale: cosmetic fixes 5 years ago
Nelson Gomez 7c39c3c1a6 swscale: make yuv2interleavedX more asm-friendly 5 years ago
Fei Wang c721b45014 swscale: Add swscale input/output support for X2RGB10LE 5 years ago
Mark Reid b4967fc71c libswscale: add output support for AV_PIX_FMT_GBRAPF32 5 years ago
Michael Niedermayer e057e83a4f swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input 5 years ago
Michael Niedermayer 49ba1879ad swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c() 5 years ago