[PR #848] [CLOSED] [IMPROVEMENT] GPAC changes from hori branch #1678

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/848
Author: @ghost
Created: 12/25/2017
Status: Closed

Base: masterHead: newfix


📝 Commits (4)

  • 319d533 GPAC changes from hori branch
  • e3bb34f woops should be math not maths
  • 8145480 whoops forgot to add nessecary hashtags
  • 0cb650f forgot the makefile updates oops

📊 Changes

78 files changed (+36352 additions, -30128 deletions)

View changed files

📝 linux/Makefile.am (+3 -0)
📝 mac/Makefile.am (+3 -0)
src/gpacmp4/alloc.c (+666 -0)
📝 src/gpacmp4/av_parsers.c (+1021 -811)
📝 src/gpacmp4/avc_ext.c (+435 -321)
📝 src/gpacmp4/avilib.c (+766 -776)
📝 src/gpacmp4/base_encoding.c (+75 -79)
📝 src/gpacmp4/bitstream.c (+154 -155)
📝 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/configfile.c (+77 -80)
📝 src/gpacmp4/data_map.c (+51 -61)
📝 src/gpacmp4/desc_private.c (+62 -62)
📝 src/gpacmp4/descriptors.c (+130 -129)

...and 58 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 used CCExtractor just a couple of times.

https://github.com/CCExtractor/ccextractor/pull/838 was closed without being resolved so I copied that and I'm going to work on it to fix the bugs preventing it from being merged.

WIP


🔄 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/848 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/25/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `newfix` --- ### 📝 Commits (4) - [`319d533`](https://github.com/CCExtractor/ccextractor/commit/319d5330fa95a28058cd0ff010af3b93e21381b3) GPAC changes from hori branch - [`e3bb34f`](https://github.com/CCExtractor/ccextractor/commit/e3bb34fd6eec5bdc55b05f2540e4d125ca1eaae9) woops should be math not maths - [`8145480`](https://github.com/CCExtractor/ccextractor/commit/814548045ca71164d81239d905a4563936b22580) whoops forgot to add nessecary hashtags - [`0cb650f`](https://github.com/CCExtractor/ccextractor/commit/0cb650fb2c5a7c099da4686be7f80dff579afe57) forgot the makefile updates oops ### 📊 Changes **78 files changed** (+36352 additions, -30128 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile.am` (+3 -0) 📝 `mac/Makefile.am` (+3 -0) ➕ `src/gpacmp4/alloc.c` (+666 -0) 📝 `src/gpacmp4/av_parsers.c` (+1021 -811) 📝 `src/gpacmp4/avc_ext.c` (+435 -321) 📝 `src/gpacmp4/avilib.c` (+766 -776) 📝 `src/gpacmp4/base_encoding.c` (+75 -79) 📝 `src/gpacmp4/bitstream.c` (+154 -155) 📝 `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/configfile.c` (+77 -80) 📝 `src/gpacmp4/data_map.c` (+51 -61) 📝 `src/gpacmp4/desc_private.c` (+62 -62) 📝 `src/gpacmp4/descriptors.c` (+130 -129) _...and 58 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):** - [X] I have used CCExtractor just a couple of times. --- https://github.com/CCExtractor/ccextractor/pull/838 was closed without being resolved so I copied that and I'm going to work on it to fix the bugs preventing it from being merged. WIP --- <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:17:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1678