[PR #228] [MERGED] Adding option to segment srt file #1103

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/228
Author: @anshul1912
Created: 9/23/2015
Status: Merged
Merged: 9/29/2015
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (4)

  • a614db1 Add option to segment file
  • 5e5d30d Merge branch 'master' of github.com:anshul1912/ccextractor
  • f1b0aff Adding system segmentation logic
  • f258d31 remove uninitialized memory

📊 Changes

7 files changed (+76 additions, -5 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.c (+1 -0)
📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+1 -0)
📝 src/lib_ccx/general_loop.c (+39 -0)
📝 src/lib_ccx/lib_ccx.c (+22 -5)
📝 src/lib_ccx/lib_ccx.h (+4 -0)
📝 src/lib_ccx/params.c (+8 -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/228 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 9/23/2015 **Status:** ✅ Merged **Merged:** 9/29/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a614db1`](https://github.com/CCExtractor/ccextractor/commit/a614db1e20b9a12cfab14ee3f1c60f62bf06e52b) Add option to segment file - [`5e5d30d`](https://github.com/CCExtractor/ccextractor/commit/5e5d30d15408fad5f01418a8a8a89dc9a8284bf5) Merge branch 'master' of github.com:anshul1912/ccextractor - [`f1b0aff`](https://github.com/CCExtractor/ccextractor/commit/f1b0aff789d4e96056df9c260525796b8572c80c) Adding system segmentation logic - [`f258d31`](https://github.com/CCExtractor/ccextractor/commit/f258d317cc8f75698862d49d88864957478d15f7) remove uninitialized memory ### 📊 Changes **7 files changed** (+76 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.c` (+1 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+1 -0) 📝 `src/lib_ccx/general_loop.c` (+39 -0) 📝 `src/lib_ccx/lib_ccx.c` (+22 -5) 📝 `src/lib_ccx/lib_ccx.h` (+4 -0) 📝 `src/lib_ccx/params.c` (+8 -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:59:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1103