[PR #278] [MERGED] Adding GXF support #1126

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/278
Author: @anshul1912
Created: 2/9/2016
Status: Merged
Merged: 2/10/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (2)

📊 Changes

32 files changed (+7905 additions, -11 deletions)

View changed files

📝 linux/Makefile (+9 -4)
📝 linux/build (+4 -3)
📝 linux/builddebug (+4 -3)
📝 src/ccextractor.c (+1 -0)
📝 src/lib_ccx/ccx_common_constants.h (+1 -0)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -0)
📝 src/lib_ccx/ccx_decoders_structs.h (+1 -0)
src/lib_ccx/ccx_decoders_vbi.c (+100 -0)
src/lib_ccx/ccx_decoders_vbi.h (+28 -0)
📝 src/lib_ccx/ccx_demuxer.c (+5 -0)
📝 src/lib_ccx/ccx_demuxer.h (+5 -0)
src/lib_ccx/ccx_gxf.c (+1734 -0)
src/lib_ccx/ccx_gxf.h (+9 -0)
📝 src/lib_ccx/es_userdata.c (+26 -0)
📝 src/lib_ccx/file_buffer.h (+2 -0)
📝 src/lib_ccx/file_functions.c (+20 -0)
📝 src/lib_ccx/general_loop.c (+16 -1)
📝 src/lib_ccx/stream_functions.c (+9 -0)
📝 src/lib_ccx/utility.c (+8 -0)
📝 src/lib_ccx/utility.h (+7 -0)

...and 12 more files

📄 Description

Signed-off-by: Anshul Maheshwari anshul.ffmpeg@gmail.com


🔄 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/278 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 2/9/2016 **Status:** ✅ Merged **Merged:** 2/10/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`20859d3`](https://github.com/CCExtractor/ccextractor/commit/20859d3ee70a28c03dffa2c08ebb0473566cfb21) Adding GXF support - [`2ca835e`](https://github.com/CCExtractor/ccextractor/commit/2ca835ea1b7a116b7253aa93d76f281b420e31c0) update linux build scripts ### 📊 Changes **32 files changed** (+7905 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile` (+9 -4) 📝 `linux/build` (+4 -3) 📝 `linux/builddebug` (+4 -3) 📝 `src/ccextractor.c` (+1 -0) 📝 `src/lib_ccx/ccx_common_constants.h` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+1 -0) ➕ `src/lib_ccx/ccx_decoders_vbi.c` (+100 -0) ➕ `src/lib_ccx/ccx_decoders_vbi.h` (+28 -0) 📝 `src/lib_ccx/ccx_demuxer.c` (+5 -0) 📝 `src/lib_ccx/ccx_demuxer.h` (+5 -0) ➕ `src/lib_ccx/ccx_gxf.c` (+1734 -0) ➕ `src/lib_ccx/ccx_gxf.h` (+9 -0) 📝 `src/lib_ccx/es_userdata.c` (+26 -0) 📝 `src/lib_ccx/file_buffer.h` (+2 -0) 📝 `src/lib_ccx/file_functions.c` (+20 -0) 📝 `src/lib_ccx/general_loop.c` (+16 -1) 📝 `src/lib_ccx/stream_functions.c` (+9 -0) 📝 `src/lib_ccx/utility.c` (+8 -0) 📝 `src/lib_ccx/utility.h` (+7 -0) _...and 12 more files_ </details> ### 📄 Description Signed-off-by: Anshul Maheshwari anshul.ffmpeg@gmail.com --- <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 16:59: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#1126