mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 21:49:57 +00:00
[PR #848] [CLOSED] [IMPROVEMENT] GPAC changes from hori branch #1678
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/848
Author: @ghost
Created: 12/25/2017
Status: ❌ Closed
Base:
master← Head:newfix📝 Commits (4)
319d533GPAC changes from hori branche3bb34fwoops should be math not maths8145480whoops forgot to add nessecary hashtags0cb650fforgot 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):
My familiarity with the project is as follows (check one):
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.