[PR #614] [CLOSED] Fixed Teletext related issues (+DVB) and added other stuff #1452

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/614
Author: @alexbrt
Created: 1/8/2017
Status: Closed

Base: masterHead: master


📝 Commits (8)

📊 Changes

7 files changed (+235 additions, -36 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 (+109 -9)
📝 src/lib_ccx/telxcc.c (+37 -15)
📝 src/lib_ccx/ts_functions.c (+73 -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/614 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 1/8/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`99e2f79`](https://github.com/CCExtractor/ccextractor/commit/99e2f79fc4c3eda0f967cfe4f0536c093d818fec) Fixed Teletext and DVB timing. - [`11e93db`](https://github.com/CCExtractor/ccextractor/commit/11e93dbda25c43a170491411bb9f859c614c2532) Fixed Teletext and DVB timing. - [`4115990`](https://github.com/CCExtractor/ccextractor/commit/411599060b243ac1487f1d180c2f17f7c515c3b3) Merge remote-tracking branch 'upstream/master' - [`5bb9452`](https://github.com/CCExtractor/ccextractor/commit/5bb94520145808505c71ca7d80a230472ea43bf4) Implemented -pesheader for Teletext packets, fixed Teletext timing... - [`3a04bff`](https://github.com/CCExtractor/ccextractor/commit/3a04bff7ce61d899648ead5fbe5a450f0c205dd3) Fixed Teletext subtitle duplication and zero length subs. - [`9a43ba1`](https://github.com/CCExtractor/ccextractor/commit/9a43ba198a4c188eba7105d8394b2f48b27c8259) Merge remote-tracking branch 'upstream/master' - [`6fd7d27`](https://github.com/CCExtractor/ccextractor/commit/6fd7d27ce09f8ddafd2baf5f6fde363e74fab592) Merge remote-tracking branch 'upstream/master' - [`45fa405`](https://github.com/CCExtractor/ccextractor/commit/45fa405e38886977e085cfa61092670630b8e92e) Merge branch 'master' of https://github.com/AlexBratosin2001/ccextractor ### 📊 Changes **7 files changed** (+235 additions, -36 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` (+109 -9) 📝 `src/lib_ccx/telxcc.c` (+37 -15) 📝 `src/lib_ccx/ts_functions.c` (+73 -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:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1452