[PR #482] [CLOSED] Updated GPAC library to v0.6.2 #1299

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/482
Author: @alexbrt
Created: 12/5/2016
Status: Closed

Base: masterHead: AlexBratosin2001-patch-1


📝 Commits (1)

  • 081e2f6 Updated GPAC library to v0.6.2

📊 Changes

81 files changed (+101074 additions, -68899 deletions)

View changed files

📝 src/gpacmp4/ReadMe.txt (+40 -40)
📝 src/gpacmp4/av_parsers.c (+5514 -3145)
📝 src/gpacmp4/avc_ext.c (+2482 -552)
📝 src/gpacmp4/avilib.c (+3125 -2976)
📝 src/gpacmp4/base_encoding.c (+284 -280)
📝 src/gpacmp4/bitstream.c (+1102 -903)
📝 src/gpacmp4/box_code_3gpp.c (+1336 -1373)
src/gpacmp4/box_code_adobe.c (+700 -0)
📝 src/gpacmp4/box_code_apple.c (+327 -325)
📝 src/gpacmp4/box_code_base.c (+9621 -8090)
src/gpacmp4/box_code_drm.c (+1961 -0)
📝 src/gpacmp4/box_code_meta.c (+1020 -776)
📝 src/gpacmp4/box_funcs.c (+2977 -1520)
src/gpacmp4/configfile.c (+505 -0)
📝 src/gpacmp4/data_map.c (+673 -567)
📝 src/gpacmp4/desc_private.c (+706 -704)
📝 src/gpacmp4/descriptors.c (+1274 -963)
src/gpacmp4/drm_sample.c (+1426 -0)
📝 src/gpacmp4/error.c (+1339 -685)
📝 src/gpacmp4/gpac/avparse.h (+327 -245)

...and 61 more files

📄 Description

No description provided


🔄 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/482 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 12/5/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `AlexBratosin2001-patch-1` --- ### 📝 Commits (1) - [`081e2f6`](https://github.com/CCExtractor/ccextractor/commit/081e2f67be8f932355b0214d44d1ec5abf76ed40) Updated GPAC library to v0.6.2 ### 📊 Changes **81 files changed** (+101074 additions, -68899 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/ReadMe.txt` (+40 -40) 📝 `src/gpacmp4/av_parsers.c` (+5514 -3145) 📝 `src/gpacmp4/avc_ext.c` (+2482 -552) 📝 `src/gpacmp4/avilib.c` (+3125 -2976) 📝 `src/gpacmp4/base_encoding.c` (+284 -280) 📝 `src/gpacmp4/bitstream.c` (+1102 -903) 📝 `src/gpacmp4/box_code_3gpp.c` (+1336 -1373) ➕ `src/gpacmp4/box_code_adobe.c` (+700 -0) 📝 `src/gpacmp4/box_code_apple.c` (+327 -325) 📝 `src/gpacmp4/box_code_base.c` (+9621 -8090) ➕ `src/gpacmp4/box_code_drm.c` (+1961 -0) 📝 `src/gpacmp4/box_code_meta.c` (+1020 -776) 📝 `src/gpacmp4/box_funcs.c` (+2977 -1520) ➕ `src/gpacmp4/configfile.c` (+505 -0) 📝 `src/gpacmp4/data_map.c` (+673 -567) 📝 `src/gpacmp4/desc_private.c` (+706 -704) 📝 `src/gpacmp4/descriptors.c` (+1274 -963) ➕ `src/gpacmp4/drm_sample.c` (+1426 -0) 📝 `src/gpacmp4/error.c` (+1339 -685) 📝 `src/gpacmp4/gpac/avparse.h` (+327 -245) _...and 61 more files_ </details> ### 📄 Description _No description provided_ --- <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:15:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1299