[PR #580] [MERGED] Updated -debugdvbsub parameter to get the most relevant DVB traces for debugging. #1417

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/580
Author: @alexbrt
Created: 12/29/2016
Status: Merged
Merged: 12/29/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (3)

  • 90745b0 Updated -debugdvbsub traces to get the most relevant info.
  • b944802 Updated -debugdvbsub traces to get the most relevant info.
  • 0c4bf2a Added -ignoreptsjumps parameter to ignore pts jumps (needed for some formats). Updated help page (added documentation for latest parameters). Replaced some printf() calls with mprint().

📊 Changes

8 files changed (+44 additions, -6 deletions)

View changed files

📝 src/ccextractor.c (+2 -0)
📝 src/lib_ccx/activity.c (+1 -1)
📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_common_timing.c (+1 -0)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+25 -4)
📝 src/lib_ccx/lib_ccx.c (+1 -0)
📝 src/lib_ccx/lib_ccx.h (+1 -0)
📝 src/lib_ccx/params.c (+12 -1)

📄 Description

No description provided


🔄 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/580 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 12/29/2016 **Status:** ✅ Merged **Merged:** 12/29/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`90745b0`](https://github.com/CCExtractor/ccextractor/commit/90745b07ac2750a38003d6dd814bc0b767bf31fa) Updated -debugdvbsub traces to get the most relevant info. - [`b944802`](https://github.com/CCExtractor/ccextractor/commit/b9448026d73b3969cd5a35947219672efa8e5b03) Updated -debugdvbsub traces to get the most relevant info. - [`0c4bf2a`](https://github.com/CCExtractor/ccextractor/commit/0c4bf2a6b1968b5663374161690e7ec7350cfb1a) Added -ignoreptsjumps parameter to ignore pts jumps (needed for some formats). Updated help page (added documentation for latest parameters). Replaced some printf() calls with mprint(). ### 📊 Changes **8 files changed** (+44 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+2 -0) 📝 `src/lib_ccx/activity.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_common_timing.c` (+1 -0) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+25 -4) 📝 `src/lib_ccx/lib_ccx.c` (+1 -0) 📝 `src/lib_ccx/lib_ccx.h` (+1 -0) 📝 `src/lib_ccx/params.c` (+12 -1) </details> ### 📄 Description _No description provided_ --- <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:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1417