[PR #195] [MERGED] moving subline global to encoder context #1074

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (6)

  • 71f030f move parameter checking to parameter ctx
  • 6d41964 Addin decoded subtitle in decoder context
  • 340549e coreected broken detect stream
  • 83aa970 moving subline bufffer to encoder context
  • 9b0ba13 Corrected broken position_sanity_check
  • c98e002 remove seg fault while overwrite detection

📊 Changes

18 files changed (+131 additions, -175 deletions)

View changed files

📝 src/ccextractor.c (+18 -95)
📝 src/lib_ccx/608_sami.c (+4 -4)
📝 src/lib_ccx/608_smptett.c (+4 -4)
📝 src/lib_ccx/608_spupng.c (+3 -3)
📝 src/lib_ccx/608_srt.c (+4 -4)
📝 src/lib_ccx/ccx_decoders_608.c (+1 -4)
📝 src/lib_ccx/ccx_decoders_common.c (+4 -0)
📝 src/lib_ccx/ccx_decoders_structs.h (+1 -0)
📝 src/lib_ccx/ccx_demuxer.c (+9 -9)
📝 src/lib_ccx/ccx_encoders_common.c (+7 -5)
📝 src/lib_ccx/ccx_encoders_common.h (+1 -0)
📝 src/lib_ccx/file_functions.c (+5 -4)
📝 src/lib_ccx/general_loop.c (+25 -28)
📝 src/lib_ccx/lib_ccx.c (+24 -3)
📝 src/lib_ccx/lib_ccx.h (+1 -4)
📝 src/lib_ccx/myth.c (+8 -8)
📝 src/lib_ccx/output.c (+1 -0)
📝 src/lib_ccx/params.c (+11 -0)

📄 Description

No description provided


🔄 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/195 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 6/30/2015 **Status:** ✅ Merged **Merged:** 6/30/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`71f030f`](https://github.com/CCExtractor/ccextractor/commit/71f030f4ee0547b05fd54dedf8412275edcbe908) move parameter checking to parameter ctx - [`6d41964`](https://github.com/CCExtractor/ccextractor/commit/6d41964bbab08a0590eb80b42d680e49f86a5c84) Addin decoded subtitle in decoder context - [`340549e`](https://github.com/CCExtractor/ccextractor/commit/340549e91615805bac5b2da0cb368f90a64cdf6c) coreected broken detect stream - [`83aa970`](https://github.com/CCExtractor/ccextractor/commit/83aa9709f4df951c1b45114a7f1e2b4a7cd52d53) moving subline bufffer to encoder context - [`9b0ba13`](https://github.com/CCExtractor/ccextractor/commit/9b0ba130f1140a7076d068ca74c3f74c9dc7afa8) Corrected broken position_sanity_check - [`c98e002`](https://github.com/CCExtractor/ccextractor/commit/c98e00201a8d54c9a65c7e2cb60ecd87580fd618) remove seg fault while overwrite detection ### 📊 Changes **18 files changed** (+131 additions, -175 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+18 -95) 📝 `src/lib_ccx/608_sami.c` (+4 -4) 📝 `src/lib_ccx/608_smptett.c` (+4 -4) 📝 `src/lib_ccx/608_spupng.c` (+3 -3) 📝 `src/lib_ccx/608_srt.c` (+4 -4) 📝 `src/lib_ccx/ccx_decoders_608.c` (+1 -4) 📝 `src/lib_ccx/ccx_decoders_common.c` (+4 -0) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+1 -0) 📝 `src/lib_ccx/ccx_demuxer.c` (+9 -9) 📝 `src/lib_ccx/ccx_encoders_common.c` (+7 -5) 📝 `src/lib_ccx/ccx_encoders_common.h` (+1 -0) 📝 `src/lib_ccx/file_functions.c` (+5 -4) 📝 `src/lib_ccx/general_loop.c` (+25 -28) 📝 `src/lib_ccx/lib_ccx.c` (+24 -3) 📝 `src/lib_ccx/lib_ccx.h` (+1 -4) 📝 `src/lib_ccx/myth.c` (+8 -8) 📝 `src/lib_ccx/output.c` (+1 -0) 📝 `src/lib_ccx/params.c` (+11 -0) </details> ### 📄 Description _No description provided_ --- <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:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1074