393 Commits (e2427a42231d0c9330fff197a44f53e6014f871c)

Author SHA1 Message Date
Niklas Haas ec9985b54f swscale/internal: constify and expose ff_swscale() 1 month ago
Niklas Haas 403a20b2e6 swscale/rgb2xyz: expose these functions internally 1 month ago
Niklas Haas 73b3344edd swscale/input: parametrize ff_sws_init_input_funcs() pointers 1 month ago
Niklas Haas 20b350b284 swscale/internal: add typedefs for input reading functions 1 month ago
Niklas Haas b90d522d2c swscale/internal: forward typedef SwsContext 1 month ago
Niklas Haas c1a0e65763 swscale/internal: constify SwsFunc 1 month ago
Niklas Haas 286bdc9cdc swscale/internal: turn cascaded_tmp into an array 1 month ago
Niklas Haas 61369484f6 swscale/internal: expose ff_update_palette() internally 1 month ago
Niklas Haas aee19ee431 swscale/internal: rename NB_SWS_DITHER for consistency 1 month ago
Ramiro Polla 88a563ad18 swscale: export ff_copyPlane so it may be used by simd code 3 months ago
Ramiro Polla 4f7f9b1026 swscale: remove unconditional #define DITHER1XBPP 4 months ago
Ramiro Polla 75f1a8e071 swscale/aarch64: add neon {lum,chr}ConvertRange 5 months ago
Ramiro Polla f6859cade3 swscale/x86: add sse2 and avx2 {lum,chr}ConvertRange 5 months ago
Rémi Denis-Courmont 79dfdac4db sws/input: R-V V rgb24ToY & bgr24ToY 5 months ago
Shiyou Yin f3fe2cb5f7
swscale: [LA] Optimize range convert for yuvj420p. 7 months ago
Andreas Rheinhardt 2d38141ea6 swscale/swscale_internal: Don't export internal function 8 months ago
Andreas Rheinhardt ad1cef04a9 swscale/swscale_internal: Hoist branch out of loop 8 months ago
Andreas Rheinhardt 4b44b5eaf0 swscale/swscale_internal: Only include altivec header iff HAVE_ALTIVEC 8 months ago
Hao Chen 38cacce22a
swscale/la: Optimize hscale functions with lasx. 2 years ago
Timo Rothenpieler aca569aad2 swscale/input: add rgbaf16 input support 2 years ago
Timo Rothenpieler f2de911818 swscale: add opaque parameter to input functions 2 years ago
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Andreas Rheinhardt 155cd6baa4 Remove obsolete version.h inclusions 3 years ago
Alan Kelly f1a5414c97 libswscale: Check and propagate memory allocation errors from ff_shuffle_filter_coefficients. 3 years ago
rcombs f8e284be69 swscale: introduce isSwappedChroma 3 years ago
rcombs e5d83463c8 swscale: introduce isDataInHighBits 3 years ago
Alan Kelly f900a19fa9 libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes. 3 years ago
Michael Niedermayer 9f40b5badb swscale/swscale_internal: Avoid unsigned for slice parameters 3 years ago
Andreas Rheinhardt f440c422b7 swscale/swscale: Fix races when using unaligned strides/data 3 years ago
Andreas Rheinhardt a1255a350d libswscale/options: Add parent_log_context_offset to AVClass 3 years ago
Anton Khirnov d6fdc78e91 sws: implement slice threading 3 years ago
Anton Khirnov 42cd64c182 sws: add a new scaling API 3 years ago
Anton Khirnov 1f80789bf7 sws: rename SwsContext.swscale to convert_unscaled 3 years ago
Anton Khirnov fe490ec165 sws: separate the calls to scaled vs unscaled conversion 3 years ago
Anton Khirnov 0f8e0957d2 sws: do not reallocate scratch buffers for each slice 3 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Paul B Mahol 9d58cdb4ba swscale: do not drop half of bits from 16bit bayer formats 4 years ago
Nelson Gomez 360be03b8a swscale: cosmetic fixes 4 years ago
Nelson Gomez 7c39c3c1a6 swscale: make yuv2interleavedX more asm-friendly 4 years ago
Mark Reid b4967fc71c libswscale: add output support for AV_PIX_FMT_GBRAPF32 5 years ago
Ruiling Song 4700f7d6fc swscale/swscale: remove useless code 5 years ago
Lauri Kasanen 78c7ff7d25 swscale/ppc: Move VSX-using code to its own file 6 years ago
Carl Eugen Hoyos f149a4a5fc swscale: Add GRAY10 6 years ago
Sergey Lavrushkin 582bc5a348 libswscale: Adds conversions from/to float gray format. 6 years ago
wm4 d6fc031caf avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL 7 years ago
Philip Langdale dd3f1e3a11 swscale: Introduce a helper to identify semi-planar formats 7 years ago
Clément Bœsch bc7308aae8 sws: make is{RGB,BGR}inInt functions 8 years ago
Clément Bœsch e811f84a2e swscale: cosmetics in is{RGB,BGR}inInt 8 years ago
Clément Bœsch d6635daded swscale: remove unused is{RGB,BGR}inBytes 8 years ago
Clément Bœsch ff6bc16c5a swscale: use a (more correct) function for isPacked 8 years ago