Suleyman TURKMEN
8955a27577
minor cosmetic changes
7 months ago
Alexander Smorkalov
d97df262f6
Merge pull request #25623 from asmorkalov:as/jpegturbo_3.0.3
...
Libjpeg-turbo update to version 3.0.3 #25623
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
8 months ago
Alexander Smorkalov
bbd9059334
Fixed jpeg-turbo diagnostics and build options in default configuration.
9 months ago
Giorgos Karagounis
2fd011b6ff
Fix for jpegturbo Windows build
10 months ago
Suleyman TURKMEN
292f62c5cc
cosmetic changes
2 years ago
Alexander Smorkalov
64649a1207
Fix multiple sdtlib linkage warning on Windows with MSVS.
...
Use global OpenCV settings for MS Visual Studio run-time libraries to prevent colision.
2 years ago
ocpalo
04849f26b2
libjpegturbo simd extension update cmake flag
2 years ago
ocpalo
d717de5719
nasm/simd support for libjpeg-turbo
2 years ago
ocpalo
0643165519
update libjpeg-turbo version to 2.1.3
2 years ago
Alexander Alekhin
c6ab32ffb9
3rdparty: libjpeg-turbo 2.1.0 => 2.1.2
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.2
3 years ago
Alexander Alekhin
dcb4cabb26
3rdparty: libjpeg-turbo 2.0.6 => 2.1.0
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.0
4 years ago
Alexander Alekhin
d266fee8bb
3rdparty: libjpeg-turbo 2.0.5 => 2.0.6
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.6
4 years ago
Alexander Alekhin
364702b1c9
cmake(3rdparty): use EXCLUDE_FROM_ALL
4 years ago
Alexander Alekhin
ad930f6216
3rdparty: libjpeg-turbo 2.0.4 => 2.0.5
...
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.5
5 years ago
Alexander Alekhin
ad4e5dbd3d
3rdparty: libjpeg-turbo 2.0.2 => 2.0.4
...
- https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.4
5 years ago
Alexander Alekhin
68e220e7bb
3rdparty: fix missing files from libjpeg-turbo 2.0.2
6 years ago
Alexander Alekhin
d5a3ad5b64
3rdparty: update libjpeg-turbo/CMakeLists.txt
6 years ago
Juha Reunanen
30cf5e0164
Update libjpeg-turbo from 1.5.3 to 2.0.2
6 years ago
Alexander Alekhin
f8252702a8
3rdparty: integrate libjpeg-turbo build scripts into OpenCV
7 years ago
Alexander Alekhin
777953923e
3rdparty: added libjpeg-turbo source code (1.5.3)
...
Repo: https://github.com/libjpeg-turbo/libjpeg-turbo.git
Tag: 1.5.3
excluded libjpeg-turbo files:
- bmp.c
- bmp.h
- cderror.h
- cdjpeg.c
- cdjpeg.h
- cjpeg.c
- djpeg.c
- example.c
- jcstest.c
- jdatadst-tj.c
- jdatasrc-tj.c
- jpegtran.c
- rdbmp.c
- rdcolmap.c
- rdgif.c
- rdjpgcom.c
- rdppm.c
- rdrle.c
- rdswitch.c
- rdtarga.c
- tjbench.c
- tjunittest.c
- tjutil.c
- tjutil.h
- transupp.c
- transupp.h
- turbojpeg-jni.c
- turbojpeg.c
- turbojpeg.h
- wrbmp.c
- wrgif.c
- wrjpgcom.c
- wrppm.c
- wrrle.c
- wrtarga.c
7 years ago