Skip to content

Jpeg-Turbo update to v3.1.2#28112

Merged
asmorkalov merged 4 commits intoopencv:4.xfrom
asmorkalov:as/jpeg_turbo_3.1.2
Dec 3, 2025
Merged

Jpeg-Turbo update to v3.1.2#28112
asmorkalov merged 4 commits intoopencv:4.xfrom
asmorkalov:as/jpeg_turbo_3.1.2

Conversation

@asmorkalov
Copy link
Copy Markdown
Contributor

@asmorkalov asmorkalov commented Dec 1, 2025

Pull Request Readiness Checklist

Previous update: #27031

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • 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
  • 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

@asmorkalov asmorkalov self-assigned this Dec 2, 2025
@asmorkalov asmorkalov added this to the 4.13.0 milestone Dec 2, 2025
@asmorkalov asmorkalov requested a review from dkurt December 2, 2025 17:15
@asmorkalov
Copy link
Copy Markdown
Contributor Author

cc @Kumataro

@Kumataro
Copy link
Copy Markdown
Contributor

Kumataro commented Dec 2, 2025

@asmorkalov Thank you to cc for me!

The libjpeg-turbo version should be increment from v3.1.0 to v3.1.2

https://github.com/opencv/opencv/actions/runs/19825631804/job/56915434214?pr=28112#step:6:688

  --   Media I/O: 
  --     ZLib:                        build (ver 1.3.1)
  --     JPEG:                        build-libjpeg-turbo (ver 3.1.0-70)
  --       SIMD Support Request:      YES
  --       SIMD Support:              NO

libjpeg-turbo is here

https://github.com/libjpeg-turbo/libjpeg-turbo/blob/4e151a4ad91001b3aa8c2ece2205c15f487ce320/CMakeLists.txt#L17-L19

project(libjpeg-turbo C)
set(VERSION 3.1.2)
set(COPYRIGHT_YEAR "1991-2025")
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})

OpenCV source is here.

set(VERSION 3.1.0)
set(COPYRIGHT_YEAR "1991-2024")
string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})

It is better to update libjpeg-turbo version with this PR togeter I think.

- set(VERSION 3.1.0)
+ set(VERSION 3.1.2)
- set(COPYRIGHT_YEAR "1991-2024")
+ set(COPYRIGHT_YEAR "1991-2025")
  string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})

See https://github.com/opencv/opencv/pull/27031/files

@asmorkalov
Copy link
Copy Markdown
Contributor Author

@Kumataro Fixed.

@asmorkalov asmorkalov merged commit e3fe5a5 into opencv:4.x Dec 3, 2025
19 of 23 checks passed
@asmorkalov asmorkalov mentioned this pull request Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants