[PR #276] [CLOSED] GXF support #1124

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/276
Author: @anshul1912
Created: 2/7/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

30 files changed (+7897 additions, -5 deletions)

View changed files

📝 linux/Makefile (+9 -4)
📝 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)
src/zvbi/bcd.h (+217 -0)
src/zvbi/bit_slicer.c (+1037 -0)

...and 10 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/276 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 2/7/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`20859d3`](https://github.com/CCExtractor/ccextractor/commit/20859d3ee70a28c03dffa2c08ebb0473566cfb21) Adding GXF support ### 📊 Changes **30 files changed** (+7897 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile` (+9 -4) 📝 `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) ➕ `src/zvbi/bcd.h` (+217 -0) ➕ `src/zvbi/bit_slicer.c` (+1037 -0) _...and 10 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:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1124