[PR #813] [CLOSED] [IMPROVEMENT] Updated libGPAC to 0.7.1 (#778) #1626

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/813
Author: @thefar8
Created: 12/2/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • c71211d Updated libGPAC to v0.7.0

📊 Changes

26 files changed (+15235 additions, -14722 deletions)

View changed files

📝 src/gpacmp4/gpac/avparse.h (+256 -255)
📝 src/gpacmp4/gpac/base_coding.h (+83 -82)
📝 src/gpacmp4/gpac/bitstream.h (+514 -513)
📝 src/gpacmp4/gpac/config_file.h (+215 -214)
📝 src/gpacmp4/gpac/configuration.h (+157 -72)
📝 src/gpacmp4/gpac/constants.h (+691 -688)
📝 src/gpacmp4/gpac/events_constants.h (+72 -71)
📝 src/gpacmp4/gpac/ietf.h (+1092 -1091)
📝 src/gpacmp4/gpac/internal/avilib.h (+50 -49)
📝 src/gpacmp4/gpac/internal/isomedia_dev.h (+3448 -4280)
📝 src/gpacmp4/gpac/internal/media_dev.h (+93 -51)
📝 src/gpacmp4/gpac/internal/odf_dev.h (+24 -23)
📝 src/gpacmp4/gpac/internal/odf_parse_common.h (+24 -23)
📝 src/gpacmp4/gpac/internal/ogg.h (+181 -180)
📝 src/gpacmp4/gpac/isomedia.h (+2115 -2020)
📝 src/gpacmp4/gpac/list.h (+225 -224)
📝 src/gpacmp4/gpac/math.h (+1 -0)
src/gpacmp4/gpac/maths.h (+1046 -0)
📝 src/gpacmp4/gpac/media_tools.h (+1028 -982)
📝 src/gpacmp4/gpac/mpeg4_odf.h (+2060 -2059)

...and 6 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.

Have updated libGPAC from v0.6.2 to the latest version on their GitHub

Any feedbacks would be appreciated :)


🔄 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/813 **Author:** [@thefar8](https://github.com/thefar8) **Created:** 12/2/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c71211d`](https://github.com/CCExtractor/ccextractor/commit/c71211d3775c021c0e3b48ee248b784e3d4d571e) Updated libGPAC to v0.7.0 ### 📊 Changes **26 files changed** (+15235 additions, -14722 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/gpac/avparse.h` (+256 -255) 📝 `src/gpacmp4/gpac/base_coding.h` (+83 -82) 📝 `src/gpacmp4/gpac/bitstream.h` (+514 -513) 📝 `src/gpacmp4/gpac/config_file.h` (+215 -214) 📝 `src/gpacmp4/gpac/configuration.h` (+157 -72) 📝 `src/gpacmp4/gpac/constants.h` (+691 -688) 📝 `src/gpacmp4/gpac/events_constants.h` (+72 -71) 📝 `src/gpacmp4/gpac/ietf.h` (+1092 -1091) 📝 `src/gpacmp4/gpac/internal/avilib.h` (+50 -49) 📝 `src/gpacmp4/gpac/internal/isomedia_dev.h` (+3448 -4280) 📝 `src/gpacmp4/gpac/internal/media_dev.h` (+93 -51) 📝 `src/gpacmp4/gpac/internal/odf_dev.h` (+24 -23) 📝 `src/gpacmp4/gpac/internal/odf_parse_common.h` (+24 -23) 📝 `src/gpacmp4/gpac/internal/ogg.h` (+181 -180) 📝 `src/gpacmp4/gpac/isomedia.h` (+2115 -2020) 📝 `src/gpacmp4/gpac/list.h` (+225 -224) 📝 `src/gpacmp4/gpac/math.h` (+1 -0) ➕ `src/gpacmp4/gpac/maths.h` (+1046 -0) 📝 `src/gpacmp4/gpac/media_tools.h` (+1028 -982) 📝 `src/gpacmp4/gpac/mpeg4_odf.h` (+2060 -2059) _...and 6 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. - [x] 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. --- Have updated libGPAC from v0.6.2 to the latest version on [their GitHub](https://github.com/gpac/gpac) Any feedbacks would be appreciated :) --- <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:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1626