[PR #1474] [CLOSED] updated gpac lib #2209

Closed
opened 2026-01-29 17:20:51 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1474
Author: @TejasDhole
Created: 2/1/2023
Status: Closed

Base: masterHead: update-gpac


📝 Commits (1)

📊 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):

  • 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.
  • I have mentioned this change in the changelog.

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.

{pull request content here}


🔄 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/1474 **Author:** [@TejasDhole](https://github.com/TejasDhole) **Created:** 2/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `update-gpac` --- ### 📝 Commits (1) - [`563f96b`](https://github.com/CCExtractor/ccextractor/commit/563f96b4906d84de00181cc8307a1d2343af4922) updated gpac lib ### 📊 Changes **1418 files changed** (+1071337 additions, -1428 deletions) <details> <summary>View changed files</summary> ➕ `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_ </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. - [ ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [x] 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. --- {pull request content here} --- <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:20:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2209