[PR #494] [CLOSED] Updated GPAC library to v0.6.2 #1312

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (5)

📊 Changes

82 files changed (+54782 additions, -26820 deletions)

View changed files

📝 src/gpacmp4/av_parsers.c (+3306 -937)
📝 src/gpacmp4/avc_ext.c (+2082 -152)
📝 src/gpacmp4/avilib.c (+2317 -2168)
📝 src/gpacmp4/base_encoding.c (+140 -136)
📝 src/gpacmp4/bitstream.c (+373 -174)
📝 src/gpacmp4/box_code_3gpp.c (+193 -230)
src/gpacmp4/box_code_adobe.c (+700 -0)
📝 src/gpacmp4/box_code_apple.c (+61 -59)
📝 src/gpacmp4/box_code_base.c (+3029 -1498)
src/gpacmp4/box_code_drm.c (+1961 -0)
src/gpacmp4/box_code_isma.c (+0 -889)
📝 src/gpacmp4/box_code_meta.c (+414 -170)
📝 src/gpacmp4/box_funcs.c (+2350 -893)
src/gpacmp4/configfile.c (+505 -0)
📝 src/gpacmp4/data_map.c (+222 -116)
📝 src/gpacmp4/desc_private.c (+71 -69)
📝 src/gpacmp4/descriptors.c (+488 -177)
src/gpacmp4/drm_sample.c (+1426 -0)
📝 src/gpacmp4/error.c (+771 -117)
📝 src/gpacmp4/gpac/avparse.h (+263 -181)

...and 62 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/494 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 12/9/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`a404a52`](https://github.com/CCExtractor/ccextractor/commit/a404a528a195a3c6c1609594f89ff530643333e3) commit - [`2c22931`](https://github.com/CCExtractor/ccextractor/commit/2c229317d715d666324e41f8052423f6dbe1f8b8) commit - [`e99bea2`](https://github.com/CCExtractor/ccextractor/commit/e99bea25edfe7d9b57a12633c21a4baec8e16f6d) commit - [`90adca8`](https://github.com/CCExtractor/ccextractor/commit/90adca8ca4c23f40f278ccf1cf8b6a15237c0cb3) commit: - [`3b65279`](https://github.com/CCExtractor/ccextractor/commit/3b6527952de7aa648924bee18acd483b5a5e20aa) commit ### 📊 Changes **82 files changed** (+54782 additions, -26820 deletions) <details> <summary>View changed files</summary> 📝 `src/gpacmp4/av_parsers.c` (+3306 -937) 📝 `src/gpacmp4/avc_ext.c` (+2082 -152) 📝 `src/gpacmp4/avilib.c` (+2317 -2168) 📝 `src/gpacmp4/base_encoding.c` (+140 -136) 📝 `src/gpacmp4/bitstream.c` (+373 -174) 📝 `src/gpacmp4/box_code_3gpp.c` (+193 -230) ➕ `src/gpacmp4/box_code_adobe.c` (+700 -0) 📝 `src/gpacmp4/box_code_apple.c` (+61 -59) 📝 `src/gpacmp4/box_code_base.c` (+3029 -1498) ➕ `src/gpacmp4/box_code_drm.c` (+1961 -0) ➖ `src/gpacmp4/box_code_isma.c` (+0 -889) 📝 `src/gpacmp4/box_code_meta.c` (+414 -170) 📝 `src/gpacmp4/box_funcs.c` (+2350 -893) ➕ `src/gpacmp4/configfile.c` (+505 -0) 📝 `src/gpacmp4/data_map.c` (+222 -116) 📝 `src/gpacmp4/desc_private.c` (+71 -69) 📝 `src/gpacmp4/descriptors.c` (+488 -177) ➕ `src/gpacmp4/drm_sample.c` (+1426 -0) 📝 `src/gpacmp4/error.c` (+771 -117) 📝 `src/gpacmp4/gpac/avparse.h` (+263 -181) _...and 62 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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1312