[PR #871] [CLOSED] [IMPROVEMENT] The rest of libGPAC update #1706

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/871
Author: @Hori75
Created: 12/31/2017
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • bbe2f33 The real changes (This gonna be messy)
  • d96b8e0 Modify makefile.am for linux and mac
  • a531779 Configuring the vs project solution

📊 Changes

49 files changed (+26705 additions, -21097 deletions)

View changed files

📝 linux/Makefile.am (+3 -1)
📝 mac/Makefile.am (+3 -1)
📝 src/gpacmp4/av_parsers.c (+1022 -812)
📝 src/gpacmp4/avc_ext.c (+435 -321)
📝 src/gpacmp4/avilib.c (+766 -776)
📝 src/gpacmp4/box_code_3gpp.c (+155 -305)
📝 src/gpacmp4/box_code_adobe.c (+87 -113)
📝 src/gpacmp4/box_code_apple.c (+62 -80)
📝 src/gpacmp4/box_code_base.c (+3270 -1777)
📝 src/gpacmp4/box_code_drm.c (+283 -373)
📝 src/gpacmp4/box_code_meta.c (+124 -174)
src/gpacmp4/box_dump.c (+5170 -0)
📝 src/gpacmp4/box_funcs.c (+1167 -2662)
📝 src/gpacmp4/descriptors.c (+130 -129)
📝 src/gpacmp4/drm_sample.c (+220 -229)
src/gpacmp4/gpac/color.h (+297 -0)
📝 src/gpacmp4/gpac/config_file.h (+214 -214)
📝 src/gpacmp4/gpac/configuration.h (+154 -75)
📝 src/gpacmp4/gpac/internal/isomedia_dev.h (+3447 -4280)
📝 src/gpacmp4/gpac/internal/media_dev.h (+92 -51)

...and 29 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):

  • 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.

I have tested it with some samples, I hope it won't break something.


🔄 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/871 **Author:** [@Hori75](https://github.com/Hori75) **Created:** 12/31/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`bbe2f33`](https://github.com/CCExtractor/ccextractor/commit/bbe2f333997fe8d90f3851ba6dcdbd5d58e3ecf0) The real changes (This gonna be messy) - [`d96b8e0`](https://github.com/CCExtractor/ccextractor/commit/d96b8e0e83832387b03fc218da01eeb5714b3363) Modify makefile.am for linux and mac - [`a531779`](https://github.com/CCExtractor/ccextractor/commit/a5317799e806e0a9774ab1f38ef39c1b1927738d) Configuring the vs project solution ### 📊 Changes **49 files changed** (+26705 additions, -21097 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile.am` (+3 -1) 📝 `mac/Makefile.am` (+3 -1) 📝 `src/gpacmp4/av_parsers.c` (+1022 -812) 📝 `src/gpacmp4/avc_ext.c` (+435 -321) 📝 `src/gpacmp4/avilib.c` (+766 -776) 📝 `src/gpacmp4/box_code_3gpp.c` (+155 -305) 📝 `src/gpacmp4/box_code_adobe.c` (+87 -113) 📝 `src/gpacmp4/box_code_apple.c` (+62 -80) 📝 `src/gpacmp4/box_code_base.c` (+3270 -1777) 📝 `src/gpacmp4/box_code_drm.c` (+283 -373) 📝 `src/gpacmp4/box_code_meta.c` (+124 -174) ➕ `src/gpacmp4/box_dump.c` (+5170 -0) 📝 `src/gpacmp4/box_funcs.c` (+1167 -2662) 📝 `src/gpacmp4/descriptors.c` (+130 -129) 📝 `src/gpacmp4/drm_sample.c` (+220 -229) ➕ `src/gpacmp4/gpac/color.h` (+297 -0) 📝 `src/gpacmp4/gpac/config_file.h` (+214 -214) 📝 `src/gpacmp4/gpac/configuration.h` (+154 -75) 📝 `src/gpacmp4/gpac/internal/isomedia_dev.h` (+3447 -4280) 📝 `src/gpacmp4/gpac/internal/media_dev.h` (+92 -51) _...and 29 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. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [x] I absolutely love CCExtractor, but have not contributed previously. - [ ] I am an active contributor to CCExtractor. --- I have tested it with some samples, I hope it won't break something. --- <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:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1706