[PR #1017] [MERGED] [IMPROVEMENT]Update LibPNG to 1.6.35 #1817

Open
opened 2026-01-29 17:18:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1017
Author: @MatejMecka
Created: 10/25/2018
Status: Merged
Merged: 10/26/2018
Merged by: @cfsmp3

Base: masterHead: feat/updateLibPNG


📝 Commits (2)

📊 Changes

18 files changed (+1099 additions, -1080 deletions)

View changed files

📝 src/libpng/png.c (+20 -20)
📝 src/libpng/png.h (+40 -40)
📝 src/libpng/pngconf.h (+15 -14)
📝 src/libpng/pngget.c (+9 -8)
📝 src/libpng/pnginfo.h (+7 -7)
📝 src/libpng/pngpread.c (+19 -19)
📝 src/libpng/pngpriv.h (+25 -19)
📝 src/libpng/pngread.c (+6 -6)
📝 src/libpng/pngrio.c (+6 -6)
📝 src/libpng/pngrtran.c (+784 -790)
📝 src/libpng/pngrutil.c (+46 -25)
📝 src/libpng/pngset.c (+9 -9)
📝 src/libpng/pngstruct.h (+11 -11)
📝 src/libpng/pngtrans.c (+9 -9)
📝 src/libpng/pngwio.c (+5 -5)
📝 src/libpng/pngwrite.c (+4 -5)
📝 src/libpng/pngwtran.c (+5 -5)
📝 src/libpng/pngwutil.c (+79 -82)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Updated LibPNG to 1.6.35 released on Jul 15 2018


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1017 **Author:** [@MatejMecka](https://github.com/MatejMecka) **Created:** 10/25/2018 **Status:** ✅ Merged **Merged:** 10/26/2018 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `feat/updateLibPNG` --- ### 📝 Commits (2) - [`6b7314a`](https://github.com/CCExtractor/ccextractor/commit/6b7314a08b7b6ffda612da362ffde361ca71658b) Update LibPNG to 1.6.35 - [`0fa6846`](https://github.com/CCExtractor/ccextractor/commit/0fa684696dd7842314e3c94bc4526458462b0df3) Convert to Unix format ### 📊 Changes **18 files changed** (+1099 additions, -1080 deletions) <details> <summary>View changed files</summary> 📝 `src/libpng/png.c` (+20 -20) 📝 `src/libpng/png.h` (+40 -40) 📝 `src/libpng/pngconf.h` (+15 -14) 📝 `src/libpng/pngget.c` (+9 -8) 📝 `src/libpng/pnginfo.h` (+7 -7) 📝 `src/libpng/pngpread.c` (+19 -19) 📝 `src/libpng/pngpriv.h` (+25 -19) 📝 `src/libpng/pngread.c` (+6 -6) 📝 `src/libpng/pngrio.c` (+6 -6) 📝 `src/libpng/pngrtran.c` (+784 -790) 📝 `src/libpng/pngrutil.c` (+46 -25) 📝 `src/libpng/pngset.c` (+9 -9) 📝 `src/libpng/pngstruct.h` (+11 -11) 📝 `src/libpng/pngtrans.c` (+9 -9) 📝 `src/libpng/pngwio.c` (+5 -5) 📝 `src/libpng/pngwrite.c` (+4 -5) 📝 `src/libpng/pngwtran.c` (+5 -5) 📝 `src/libpng/pngwutil.c` (+79 -82) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I have checked that another pull request for this purpose does not exist. - [X] I have considered, and confirmed that this submission will be valuable to others. - [X] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [X] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [X] I am an active contributor to CCExtractor. --- Updated LibPNG to 1.6.35 released on Jul 15 2018 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:18:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1817