[PR #217] [MERGED] Add support for parsing the Service Description Table in MPEGTS #1094

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/217
Author: @brooss
Created: 8/24/2015
Status: Merged
Merged: 8/28/2015
Merged by: @cfsmp3

Base: masterHead: mpegts_sdt


📝 Commits (2)

  • ecf200e Add support for parsing the Service Description Table in MPEGTS and using it to provide real channel names in EPG output.
  • 890e045 SDT: Remove code adding extra null to channel name string end.

📊 Changes

5 files changed (+120 additions, -1 deletions)

View changed files

📝 src/lib_ccx/ccx_demuxer.h (+2 -0)
📝 src/lib_ccx/lib_ccx.h (+2 -0)
📝 src/lib_ccx/ts_functions.c (+5 -0)
📝 src/lib_ccx/ts_tables.c (+105 -0)
📝 src/lib_ccx/ts_tables_epg.c (+6 -1)

📄 Description

and using it to provide real channel names in EPG output.


🔄 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/217 **Author:** [@brooss](https://github.com/brooss) **Created:** 8/24/2015 **Status:** ✅ Merged **Merged:** 8/28/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `mpegts_sdt` --- ### 📝 Commits (2) - [`ecf200e`](https://github.com/CCExtractor/ccextractor/commit/ecf200e29038c821346c20b7f5dc825f0e44716d) Add support for parsing the Service Description Table in MPEGTS and using it to provide real channel names in EPG output. - [`890e045`](https://github.com/CCExtractor/ccextractor/commit/890e045a8882fe55f19b7a51bb6952619e4d0989) SDT: Remove code adding extra null to channel name string end. ### 📊 Changes **5 files changed** (+120 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_demuxer.h` (+2 -0) 📝 `src/lib_ccx/lib_ccx.h` (+2 -0) 📝 `src/lib_ccx/ts_functions.c` (+5 -0) 📝 `src/lib_ccx/ts_tables.c` (+105 -0) 📝 `src/lib_ccx/ts_tables_epg.c` (+6 -1) </details> ### 📄 Description and using it to provide real channel names in EPG output. --- <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:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1094