[PR #191] [MERGED] Making Demuxer Context #1073

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/191
Author: @anshul1912
Created: 6/25/2015
Status: Merged
Merged: 6/26/2015
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (2)

  • cb39d12 Making demuxer context
  • f3fe829 remove false warning about premature file completion

📊 Changes

25 files changed (+779 additions, -600 deletions)

View changed files

📝 src/ccextractor.c (+18 -113)
📝 src/gpacmp4/mp4.c (+1 -0)
src/lib_ccx/activity.h (+16 -0)
📝 src/lib_ccx/asf_functions.c (+31 -30)
📝 src/lib_ccx/ccx_common_option.c (+3 -3)
📝 src/lib_ccx/ccx_common_option.h (+8 -3)
src/lib_ccx/ccx_demuxer.c (+402 -0)
src/lib_ccx/ccx_demuxer.h (+63 -0)
📝 src/lib_ccx/configuration.c (+0 -1)
📝 src/lib_ccx/es_functions.c (+1 -0)
📝 src/lib_ccx/file_functions.c (+57 -96)
📝 src/lib_ccx/general_loop.c (+32 -29)
📝 src/lib_ccx/lib_ccx.c (+4 -16)
📝 src/lib_ccx/lib_ccx.h (+13 -51)
📝 src/lib_ccx/myth.c (+18 -17)
📝 src/lib_ccx/params.c (+26 -13)
📝 src/lib_ccx/params_dump.c (+9 -158)
📝 src/lib_ccx/sequencing.c (+4 -1)
📝 src/lib_ccx/stream_functions.c (+7 -7)
📝 src/lib_ccx/telxcc.c (+5 -4)

...and 5 more files

📄 Description

Changes Tested with willem testSuite


🔄 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/191 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 6/25/2015 **Status:** ✅ Merged **Merged:** 6/26/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`cb39d12`](https://github.com/CCExtractor/ccextractor/commit/cb39d12615ec2f02f30810f13834117d42a09a8b) Making demuxer context - [`f3fe829`](https://github.com/CCExtractor/ccextractor/commit/f3fe829d48cc20b3c8f8a99f43208d8f289d7ca4) remove false warning about premature file completion ### 📊 Changes **25 files changed** (+779 additions, -600 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+18 -113) 📝 `src/gpacmp4/mp4.c` (+1 -0) ➕ `src/lib_ccx/activity.h` (+16 -0) 📝 `src/lib_ccx/asf_functions.c` (+31 -30) 📝 `src/lib_ccx/ccx_common_option.c` (+3 -3) 📝 `src/lib_ccx/ccx_common_option.h` (+8 -3) ➕ `src/lib_ccx/ccx_demuxer.c` (+402 -0) ➕ `src/lib_ccx/ccx_demuxer.h` (+63 -0) 📝 `src/lib_ccx/configuration.c` (+0 -1) 📝 `src/lib_ccx/es_functions.c` (+1 -0) 📝 `src/lib_ccx/file_functions.c` (+57 -96) 📝 `src/lib_ccx/general_loop.c` (+32 -29) 📝 `src/lib_ccx/lib_ccx.c` (+4 -16) 📝 `src/lib_ccx/lib_ccx.h` (+13 -51) 📝 `src/lib_ccx/myth.c` (+18 -17) 📝 `src/lib_ccx/params.c` (+26 -13) 📝 `src/lib_ccx/params_dump.c` (+9 -158) 📝 `src/lib_ccx/sequencing.c` (+4 -1) 📝 `src/lib_ccx/stream_functions.c` (+7 -7) 📝 `src/lib_ccx/telxcc.c` (+5 -4) _...and 5 more files_ </details> ### 📄 Description Changes Tested with willem testSuite --- <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:58:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1073