[PR #132] [CLOSED] Added too basic ISDB text support #1022

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/132
Author: @anshul1912
Created: 1/24/2015
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 987dcf1 Added too basic ISDB text support
  • 0633045 working isdb with time and text
  • 1e60285 removed Seg fault when stdin used
  • a03625e Adding bg color and line break

📊 Changes

10 files changed (+1316 additions, -34 deletions)

View changed files

📝 src/ccextractor.c (+5 -3)
📝 src/lib_ccx/ccx_common_constants.h (+1 -0)
📝 src/lib_ccx/ccx_decoders_structs.h (+2 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+24 -1)
📝 src/lib_ccx/general_loop.c (+6 -0)
src/lib_ccx/isdb.c (+1202 -0)
src/lib_ccx/isdb.h (+13 -0)
📝 src/lib_ccx/ts_functions.c (+31 -20)
📝 src/lib_ccx/ts_tables.c (+31 -10)
📝 src/lib_ccx/utility.h (+1 -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/132 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 1/24/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`987dcf1`](https://github.com/CCExtractor/ccextractor/commit/987dcf167956904f174f2bf6b5814b7742242e53) Added too basic ISDB text support - [`0633045`](https://github.com/CCExtractor/ccextractor/commit/0633045baaf556c7cf30991b3d6122963abd5efd) working isdb with time and text - [`1e60285`](https://github.com/CCExtractor/ccextractor/commit/1e60285af4f1a4bc069000039bcb30743e8e848a) removed Seg fault when stdin used - [`a03625e`](https://github.com/CCExtractor/ccextractor/commit/a03625ee39fcd2722815bbadf22320f181e183b5) Adding bg color and line break ### 📊 Changes **10 files changed** (+1316 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+5 -3) 📝 `src/lib_ccx/ccx_common_constants.h` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+2 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+24 -1) 📝 `src/lib_ccx/general_loop.c` (+6 -0) ➕ `src/lib_ccx/isdb.c` (+1202 -0) ➕ `src/lib_ccx/isdb.h` (+13 -0) 📝 `src/lib_ccx/ts_functions.c` (+31 -20) 📝 `src/lib_ccx/ts_tables.c` (+31 -10) 📝 `src/lib_ccx/utility.h` (+1 -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:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1022