[PR #74] [MERGED] Seprate output context #967

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/74
Author: @anshul1912
Created: 7/12/2014
Status: Merged
Merged: 7/20/2014
Merged by: @cfsmp3

Base: masterHead: seprate_output_context


📝 Commits (10+)

📊 Changes

15 files changed (+1011 additions, -958 deletions)

View changed files

📝 linux/Makefile (+2 -3)
📝 src/608.c (+79 -131)
📝 src/608.h (+13 -0)
📝 src/cc_decoders_common.h (+2 -2)
📝 src/cc_encoders_common.c (+28 -13)
📝 src/ccextractor.c (+21 -21)
📝 src/ccextractor.h (+1 -1)
📝 src/dvb_subtitle_decoder.c (+0 -3)
📝 src/file_functions.c (+0 -1)
📝 src/gpacmp4/mp4.c (+10 -0)
📝 src/myth.c (+725 -715)
📝 src/utility.h (+4 -0)
📝 src/xds.c (+116 -68)
src/xds.h (+8 -0)
📝 windows/ccextractor.vcxproj (+2 -0)

📄 Description

Draft version


🔄 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/74 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 7/12/2014 **Status:** ✅ Merged **Merged:** 7/20/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `seprate_output_context` --- ### 📝 Commits (10+) - [`d4597e0`](https://github.com/CCExtractor/ccextractor/commit/d4597e0094f6de7913d01584e1f60891f4e0c8c4) indentation of mythtv - [`315d466`](https://github.com/CCExtractor/ccextractor/commit/315d466da80cf975748410b69862bb957df54511) updated mythtv for encoder - [`855ca48`](https://github.com/CCExtractor/ccextractor/commit/855ca4822092ca96c20ea1042eac53fd56a3dde7) not to use g++ - [`69c0b2e`](https://github.com/CCExtractor/ccextractor/commit/69c0b2e2235c588fefd7d6a91516588ee34597af) handling end of data correctly - [`7858afb`](https://github.com/CCExtractor/ccextractor/commit/7858afb8372e86d22534722595e1993b83c61ee7) Merge branch 'seprate_output_context' of https://github.com/anshul1912/ccextractor into seprate_output_context - [`12c2ced`](https://github.com/CCExtractor/ccextractor/commit/12c2ced497584920ea4cca172a2daf46d2320def) corrected transcript for mov files - [`7808707`](https://github.com/CCExtractor/ccextractor/commit/78087073acb6610b17fd2c3109f4d41a6a7d9080) mpg file correction - [`f543e3f`](https://github.com/CCExtractor/ccextractor/commit/f543e3f4e264121b4eb09c9c01fa57e277e9e438) xds extraction in seprate output context - [`bab0ec8`](https://github.com/CCExtractor/ccextractor/commit/bab0ec8b60e3bbd5adb31da69fb573f649877d11) removed implicit declaration warning - [`dc164f8`](https://github.com/CCExtractor/ccextractor/commit/dc164f81e50339ad851a4760316ba5621a01840e) improved xds logic ### 📊 Changes **15 files changed** (+1011 additions, -958 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile` (+2 -3) 📝 `src/608.c` (+79 -131) 📝 `src/608.h` (+13 -0) 📝 `src/cc_decoders_common.h` (+2 -2) 📝 `src/cc_encoders_common.c` (+28 -13) 📝 `src/ccextractor.c` (+21 -21) 📝 `src/ccextractor.h` (+1 -1) 📝 `src/dvb_subtitle_decoder.c` (+0 -3) 📝 `src/file_functions.c` (+0 -1) 📝 `src/gpacmp4/mp4.c` (+10 -0) 📝 `src/myth.c` (+725 -715) 📝 `src/utility.h` (+4 -0) 📝 `src/xds.c` (+116 -68) ➕ `src/xds.h` (+8 -0) 📝 `windows/ccextractor.vcxproj` (+2 -0) </details> ### 📄 Description Draft version --- <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:57:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#967