[PR #626] [MERGED] Perfected DVB timing and cleaned up code. #1466

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (3)

  • 737c0f4 Added Alexandru Bratosin to README.TXT
  • 9f331b6 Merge remote-tracking branch 'upstream/master'
  • b633491 Perfected DVB timing and cleaned up code

📊 Changes

7 files changed (+162 additions, -88 deletions)

View changed files

📝 docs/README.TXT (+2 -1)
📝 src/lib_ccx/ccx_demuxer.c (+1 -1)
📝 src/lib_ccx/ccx_demuxer.h (+8 -2)
📝 src/lib_ccx/general_loop.c (+16 -31)
📝 src/lib_ccx/ts_functions.c (+133 -52)
📝 src/lib_ccx/ts_functions.h (+1 -0)
📝 src/lib_ccx/ts_tables.c (+1 -1)

📄 Description

  • Implemented method for getting the minimum PTS of video within the first GOP
  • DVB is currently in sync with audio (teletext is global, might have to be in sync with audio only too)
  • Added function to extract PTS from a PES header

🔄 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/626 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 1/10/2017 **Status:** ✅ Merged **Merged:** 1/10/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`737c0f4`](https://github.com/CCExtractor/ccextractor/commit/737c0f4205e32eea914f6a9098577f97702eed8d) Added Alexandru Bratosin to README.TXT - [`9f331b6`](https://github.com/CCExtractor/ccextractor/commit/9f331b6a9290d93cdbf65c26da8268819a6fb5b6) Merge remote-tracking branch 'upstream/master' - [`b633491`](https://github.com/CCExtractor/ccextractor/commit/b633491b91ff175b001c5ade1c3c6601c46e2456) Perfected DVB timing and cleaned up code ### 📊 Changes **7 files changed** (+162 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `docs/README.TXT` (+2 -1) 📝 `src/lib_ccx/ccx_demuxer.c` (+1 -1) 📝 `src/lib_ccx/ccx_demuxer.h` (+8 -2) 📝 `src/lib_ccx/general_loop.c` (+16 -31) 📝 `src/lib_ccx/ts_functions.c` (+133 -52) 📝 `src/lib_ccx/ts_functions.h` (+1 -0) 📝 `src/lib_ccx/ts_tables.c` (+1 -1) </details> ### 📄 Description - Implemented method for getting the minimum PTS of video within the first GOP - DVB is currently in sync with audio (teletext is global, might have to be in sync with audio only too) - Added function to extract PTS from a PES header --- <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:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1466