mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #22] [MERGED] Upgraded png library source code to 1.6.10 #910
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/22
Author: @anshul1912
Created: 5/5/2014
Status: ✅ Merged
Merged: 5/6/2014
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (2)
081c11eUpgraded png library source code to 1.6.10ca15a52dumping png file from dvbsub decoder using libpng📊 Changes
24 files changed (+30943 additions, -8360 deletions)
View changed files
📝
linux/Makefile(+3 -8)📝
src/dvb_subtitle_decoder.cpp(+94 -51)📝
src/libpng/png.c(+3782 -509)📝
src/libpng/png.h(+2031 -2579)📝
src/libpng/pngconf.h(+518 -1539)➕
src/libpng/pngdebug.h(+154 -0)📝
src/libpng/pngerror.c(+720 -158)➕
src/libpng/pngget.c(+1177 -0)➕
src/libpng/pnginfo.h(+260 -0)➕
src/libpng/pnglibconf.h(+209 -0)📝
src/libpng/pngmem.c(+150 -510)➕
src/libpng/pngpread.c(+1292 -0)➕
src/libpng/pngpriv.h(+1940 -0)➕
src/libpng/pngread.c(+4098 -0)➕
src/libpng/pngrio.c(+120 -0)➕
src/libpng/pngrtran.c(+4991 -0)➕
src/libpng/pngrutil.c(+4477 -0)📝
src/libpng/pngset.c(+959 -598)➕
src/libpng/pngstruct.h(+489 -0)📝
src/libpng/pngtrans.c(+377 -233)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.