mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-28 17:10:33 +00:00
[PR #974] [MERGED] [IMPROVEMENT] Update libGPAC #1787
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/974
Author: @thealphadollar
Created: 4/19/2018
Status: ✅ Merged
Merged: 4/23/2018
Merged by: @cfsmp3
Base:
master← Head:update_gpac📝 Commits (3)
43ca87bAdd Updated GPAC7422ae1Update libGPAC dependency8301fd1Add Guide To Updating Dependencies📊 Changes
42 files changed (+2152 additions, -686 deletions)
View changed files
➕
docs/Updating_Dependencies.txt(+27 -0)📝
src/gpacmp4/avc_ext.c(+117 -63)📝
src/gpacmp4/base_encoding.c(+23 -7)📝
src/gpacmp4/bitstream.c(+84 -22)📝
src/gpacmp4/box_code_3gpp.c(+1 -1)📝
src/gpacmp4/box_code_base.c(+80 -21)📝
src/gpacmp4/box_code_drm.c(+13 -6)📝
src/gpacmp4/box_code_meta.c(+13 -9)📝
src/gpacmp4/box_dump.c(+13 -2)📝
src/gpacmp4/box_funcs.c(+38 -26)📝
src/gpacmp4/data_map.c(+31 -14)📝
src/gpacmp4/descriptors.c(+103 -63)📝
src/gpacmp4/drm_sample.c(+42 -25)📝
src/gpacmp4/error.c(+17 -2)📝
src/gpacmp4/gpac/bitstream.h(+31 -4)📝
src/gpacmp4/gpac/constants.h(+184 -11)📝
src/gpacmp4/gpac/events_constants.h(+1 -0)📝
src/gpacmp4/gpac/internal/isomedia_dev.h(+144 -107)📝
src/gpacmp4/gpac/internal/media_dev.h(+13 -1)➕
src/gpacmp4/gpac/iso639.h(+89 -0)...and 22 more files
📄 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):
My familiarity with the project is as follows (check one):
We use libGPAC for all our MP4 operations and, this commit updates it to the latest version.
All previous changes to the original library were restored post straight file updation and bugs have been removed.
concerns #961
The updated libGPAC supports the file present in the referenced issue but, unfortunately, the new library is detecting that there are no subtitles in the file.
change severity: very high
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.