[PR #240] [MERGED] correct Garbeled cc in multiple slice header #1112

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/240
Author: @anshul1912
Created: 10/21/2015
Status: Merged
Merged: 10/23/2015
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (8)

  • 169a39e correct Garbeled cc in multiple slice header
  • ad89e00 revert back max bframe
  • d3a1ed4 Adding Caption descriptor
  • 0a803df Adding parsing logic for private user data
  • fc90b9c Added caption server details in logs
  • 8d160a7 Correcting broken encoding of telexcc
  • 01fe0c1 consider last character
  • 763972c Added latin-1 support for teletext transcript

📊 Changes

12 files changed (+335 additions, -58 deletions)

View changed files

📝 src/lib_ccx/avc_functions.c (+44 -20)
📝 src/lib_ccx/avc_functions.h (+2 -0)
📝 src/lib_ccx/ccx_common_common.c (+3 -1)
📝 src/lib_ccx/ccx_common_common.h (+9 -7)
📝 src/lib_ccx/ccx_common_constants.h (+3 -1)
📝 src/lib_ccx/ccx_common_structs.h (+4 -0)
📝 src/lib_ccx/ccx_decoders_isdb.c (+6 -1)
📝 src/lib_ccx/ccx_encoders_common.c (+205 -22)
📝 src/lib_ccx/ccx_encoders_common.h (+2 -1)
📝 src/lib_ccx/telxcc.c (+4 -2)
📝 src/lib_ccx/ts_functions.c (+4 -0)
📝 src/lib_ccx/ts_tables.c (+49 -3)

📄 Description

Also added some debug logs, while correcting the garbled logic
fixes #235


🔄 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/240 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 10/21/2015 **Status:** ✅ Merged **Merged:** 10/23/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`169a39e`](https://github.com/CCExtractor/ccextractor/commit/169a39eb3edeed72952850d956b4ee247ade24b7) correct Garbeled cc in multiple slice header - [`ad89e00`](https://github.com/CCExtractor/ccextractor/commit/ad89e0074b7061e5bece390709c836f68b7119dc) revert back max bframe - [`d3a1ed4`](https://github.com/CCExtractor/ccextractor/commit/d3a1ed4b069b396ef57640828820f452bbbe07db) Adding Caption descriptor - [`0a803df`](https://github.com/CCExtractor/ccextractor/commit/0a803df23fffc6117509fc730ff9e69cdef0a806) Adding parsing logic for private user data - [`fc90b9c`](https://github.com/CCExtractor/ccextractor/commit/fc90b9c9f5e2ea40320d4a0b6a8287126b8301e5) Added caption server details in logs - [`8d160a7`](https://github.com/CCExtractor/ccextractor/commit/8d160a70ffe254b7eeac4b01bd70219c98bc3425) Correcting broken encoding of telexcc - [`01fe0c1`](https://github.com/CCExtractor/ccextractor/commit/01fe0c1fc9f3c3366d7885afa42493f320ef2695) consider last character - [`763972c`](https://github.com/CCExtractor/ccextractor/commit/763972ca4b541a4890304130f03e1616c0ea661a) Added latin-1 support for teletext transcript ### 📊 Changes **12 files changed** (+335 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/avc_functions.c` (+44 -20) 📝 `src/lib_ccx/avc_functions.h` (+2 -0) 📝 `src/lib_ccx/ccx_common_common.c` (+3 -1) 📝 `src/lib_ccx/ccx_common_common.h` (+9 -7) 📝 `src/lib_ccx/ccx_common_constants.h` (+3 -1) 📝 `src/lib_ccx/ccx_common_structs.h` (+4 -0) 📝 `src/lib_ccx/ccx_decoders_isdb.c` (+6 -1) 📝 `src/lib_ccx/ccx_encoders_common.c` (+205 -22) 📝 `src/lib_ccx/ccx_encoders_common.h` (+2 -1) 📝 `src/lib_ccx/telxcc.c` (+4 -2) 📝 `src/lib_ccx/ts_functions.c` (+4 -0) 📝 `src/lib_ccx/ts_tables.c` (+49 -3) </details> ### 📄 Description Also added some debug logs, while correcting the garbled logic fixes #235 --- <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:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1112