mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1474] [CLOSED] updated gpac lib #2209
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/1474
Author: @TejasDhole
Created: 2/1/2023
Status: ❌ Closed
Base:
master← Head:update-gpac📝 Commits (1)
563f96bupdated gpac lib📊 Changes
1418 files changed (+1071337 additions, -1428 deletions)
View changed files
➕
src/thirdparty/gpacmp4/gpac/.gitattributes(+25 -0)➕
src/thirdparty/gpacmp4/gpac/.github/ISSUE_TEMPLATE.md(+7 -0)➕
src/thirdparty/gpacmp4/gpac/.gitignore(+90 -0)➕
src/thirdparty/gpacmp4/gpac/.gitmodules(+5 -0)➕
src/thirdparty/gpacmp4/gpac/.travis.yml(+58 -0)➕
src/thirdparty/gpacmp4/gpac/COPYING(+504 -0)➕
src/thirdparty/gpacmp4/gpac/Changelog(+1090 -0)➕
src/thirdparty/gpacmp4/gpac/Makefile(+346 -0)➕
src/thirdparty/gpacmp4/gpac/README.md(+123 -0)➕
src/thirdparty/gpacmp4/gpac/SECURITY.md(+24 -0)➕
src/thirdparty/gpacmp4/gpac/applications/Makefile(+33 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp42ts/Makefile(+70 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp42ts/main.c(+2932 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp42ts/mp42ts.vcxproj(+265 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp4box_android/.gitignore(+41 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp4box_android/app/build.gradle(+33 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp4box_android/app/src/main/AndroidManifest.xml(+29 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp4box_android/app/src/main/java/com/gpac/mp4box/mp4box.java(+210 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp4box_android/app/src/main/java/com/gpac/mp4box/mp4terminal.java(+7 -0)➕
src/thirdparty/gpacmp4/gpac/applications/deprecated/mp4box_android/app/src/main/jni/wrapper.c(+101 -0)...and 80 more files
📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
{pull request content here}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.