opencv/3rdparty
Alexander Smorkalov 1a74264ee9 Merge branch 4.x
2025-09-26 12:10:49 +03:00
..
clapack build: disable clang warning in clapack 3rdparty 2024-11-26 14:59:36 +03:00
cpufeatures Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-10-28 14:41:08 +00:00
dlpack Merge pull request #27581 from dkurt:d.kuryaev/dlpack 2025-08-20 11:43:41 +03:00
fastcv Merge pull request #27525 from CodeLinaro:apreetam_7thPost 2025-07-16 10:01:00 +03:00
ffmpeg ffmpeg/4.x: update FFmpeg wrapper 2025.06 2025-06-25 17:29:26 +00:00
flatbuffers Update FlatBuffers source code to 23.5.9 2023-05-10 14:39:36 +03:00
include speed up vulkan dnn, and support ios and apple m1 chip. (#23349) 2023-05-18 20:02:27 +03:00
ippicv Merge pull request #27612 from eplankin:icv_update_2022.2 2025-08-25 18:14:03 +03:00
ittnotify Merge pull request #26802 from Kumataro:fix26801 2025-01-20 10:54:13 +03:00
libjasper Fixed typo. 2024-02-24 18:03:18 +09:00
libjpeg-turbo Update libjpeg-turbo version:3.1.0 2025-03-09 00:02:20 +03:00
libpng Merge pull request #27774 from qnx-ports:qnx-4.12.0 2025-09-12 11:53:17 +03:00
libspng Update 3rdparty libspng to 0.7.4 2023-12-12 23:05:02 +08:00
libtiff Merge pull request #27806 from Kumataro:fix27784 2025-09-22 10:11:28 +03:00
libtim-vx Merge pull request #21036 from fengyuentau:timvx_backend_support 2022-03-31 21:42:11 +00:00
libwebp Bump libwebp to v1.4.0 2024-04-17 14:36:44 +02:00
openjpeg Cherry-pick OpenJPEG deconding status fix. 2025-05-13 08:56:14 +03:00
orbbecsdk fix download file hash value mismatch issue 2024-04-01 10:32:37 +08:00
protobuf Merge pull request #27449 from nklskyoy:onnx-multifile 2025-07-16 16:50:32 +03:00
tbb upgrade tbb to version 2022.1.0 2025-04-09 22:57:08 -07:00
zlib Merge pull request #25123 from klatism:zlib-upgrade 2024-03-05 12:40:21 +03:00
zlib-ng Merge pull request #26113 from FantasqueX:zlib-ng-2-2-1 2024-09-12 16:05:24 +03:00
.gitattributes Disabled whitespace checking for 3rdparty. 2013-08-21 18:59:24 +04:00
readme.txt imgcodecs: drop bundled OpenEXR 2025-02-07 10:59:03 +03:00

This folder contains libraries and headers of a few very popular still image codecs
used by imgcodecs module.
The libraries and headers are preferably to build Win32 and Win64 versions of OpenCV.
On UNIX systems all the libraries are automatically detected by configure script.
In order to use these versions of libraries instead of system ones on UNIX systems you
should use BUILD_<library_name> CMake flags (for example, BUILD_PNG for the libpng library).

------------------------------------------------------------------------------------
libjpeg-turbo         libjpeg-turbo is covered by three compatible BSD-style open source licenses.
                      Refer to [LICENSE.md](libjpeg-turbo/LICENSE.md) for a roll-up of license terms.

                      Site: https://github.com/libjpeg-turbo/libjpeg-turbo
                      API is compatible with original libjpeg.

                      WITH_JPEG CMake option must be ON to add libjpeg-turbo support to imgcodecs.
                      SIMD instructions are enabled by default. Use ENABLE_LIBJPEG_TURBO_SIMD to control SIMD instructions.
------------------------------------------------------------------------------------
libpng                Portable Network Graphics library.
                      The license and copyright notes can be found in libpng/LICENSE.
                      See libpng home page http://www.libpng.org
                      for details and links to the source code

                      WITH_PNG CMake option must be ON to add libpng support to imgcodecs.
                      
libspng               Portable Network Graphics library.
                      The license and copyright notes can be found in libspng/LICENSE.
                      See libspng home page https://libspng.org
                      for details and links to the source code
                      
                      WITH_SPNG CMake option must be ON to add libspng support to imgcodecs
------------------------------------------------------------------------------------
libtiff               Tag Image File Format (TIFF) Software
                      Copyright (c) 1988-1997 Sam Leffler
                      Copyright (c) 1991-1997 Silicon Graphics, Inc.
                      See libtiff home page #1 http://www.simplesystems.org/libtiff/
                                            #2 https://libtiff.gitlab.io/libtiff/
                      for details and links to the source code

                      WITH_TIFF CMake option must be ON to add libtiff & zlib support to imgcodecs.
------------------------------------------------------------------------------------
zlib                  General purpose LZ77 compression library
                      Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler.
                      See zlib home page http://www.zlib.net
                      for details and links to the source code

zlib-ng               zlib data compression library for the next generation systems
                      (C) 1995-2013 Jean-loup Gailly and Mark Adler
                      See zlib-ng official GitHub repository
                      https://github.com/zlib-ng/zlib-ng.git
                      for details and links to source code

                      WITH_ZLIB_NG CMake option must be ON to use zlib-ng as the zlib implementation.
------------------------------------------------------------------------------------
jasper                JasPer is a collection of software
                      (i.e., a library and application programs) for the coding
                      and manipulation of images.  This software can handle image data in a
                      variety of formats.  One such format supported by JasPer is the JPEG-2000
                      format defined in ISO/IEC 15444-1.

                      Copyright (c) 1999-2000 Image Power, Inc.
                      Copyright (c) 1999-2000 The University of British Columbia
                      Copyright (c) 2001-2003 Michael David Adams

                      See JasPer official GitHub repository
                      https://github.com/jasper-software/jasper.git
                      for details and links to source code
------------------------------------------------------------------------------------
ffmpeg                FFmpeg is a complete, cross-platform solution to record,
                      convert and stream audio and video. It includes libavcodec -
                      the leading audio/video codec library, and also libavformat, libavutils and
                      other helper libraries that are used by OpenCV (in videoio module) to
                      read and write video files.

                      Copyright (c) 2001 Fabrice Bellard

                      The project homepage: http://ffmpeg.org/.
                      
                      * On Linux/OSX we link user-installed ffmpeg (or ffmpeg fork libav).
                      * On Windows we use pre-built ffmpeg binaries,
                        see opencv/3rdparty/ffmpeg/readme.txt for details and licensing information
------------------------------------------------------------------------------------