[PR #622] [MERGED] Fixed Teletext related issues (+DVB) and added other stuff #1461

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/622
Author: @alexbrt
Created: 1/9/2017
Status: Merged
Merged: 1/9/2017
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (1)

  • 898ce5b Fixed Teletext related issues (+DVB) and added other stuff

📊 Changes

7 files changed (+213 additions, -23 deletions)

View changed files

📝 src/lib_ccx/ccx_demuxer.c (+3 -0)
📝 src/lib_ccx/ccx_demuxer.h (+9 -0)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+1 -1)
📝 src/lib_ccx/general_loop.c (+96 -9)
📝 src/lib_ccx/telxcc.c (+23 -2)
📝 src/lib_ccx/ts_functions.c (+78 -11)
📝 src/lib_ccx/ts_tables.c (+3 -0)

📄 Description

  • Implemented -pesheader dump parameter for teletext packets too
  • Fixed Teletext timing
  • Implemented method for getting global minimum PTS of all 51 possible stream ids and minimum PTS for subtitles, video and audio only.
  • Almost fixed DVB timing (now it's in sync with video only)
  • Fixed Teletext subtitle duplication (Closes #492)
  • Fixed Teletext zero length subtitles (Closes #562)

🔄 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/622 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 1/9/2017 **Status:** ✅ Merged **Merged:** 1/9/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`898ce5b`](https://github.com/CCExtractor/ccextractor/commit/898ce5bf877009bc4baa70136d6a40cae8424c7f) Fixed Teletext related issues (+DVB) and added other stuff ### 📊 Changes **7 files changed** (+213 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_demuxer.c` (+3 -0) 📝 `src/lib_ccx/ccx_demuxer.h` (+9 -0) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+1 -1) 📝 `src/lib_ccx/general_loop.c` (+96 -9) 📝 `src/lib_ccx/telxcc.c` (+23 -2) 📝 `src/lib_ccx/ts_functions.c` (+78 -11) 📝 `src/lib_ccx/ts_tables.c` (+3 -0) </details> ### 📄 Description - Implemented -pesheader dump parameter for teletext packets too - Fixed Teletext timing - Implemented method for getting global minimum PTS of all 51 possible stream ids and minimum PTS for subtitles, video and audio only. - Almost fixed DVB timing (now it's in sync with video only) - Fixed Teletext subtitle duplication (Closes #492) - Fixed Teletext zero length subtitles (Closes #562) --- <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 17:16:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1461