[PR #577] [MERGED] Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces #1415

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (3)

  • e9c088a Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces
  • 121ac2b Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces
  • a09a7e4 Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces.

📊 Changes

13 files changed (+65 additions, -23 deletions)

View changed files

📝 src/lib_ccx/activity.c (+1 -1)
📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -0)
📝 src/lib_ccx/ccx_decoders_structs.h (+3 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+2 -1)
📝 src/lib_ccx/ccx_encoders_common.h (+4 -0)
📝 src/lib_ccx/ccx_encoders_srt.c (+1 -15)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+26 -3)
📝 src/lib_ccx/dvb_subtitle_decoder.h (+1 -1)
📝 src/lib_ccx/general_loop.c (+3 -2)
📝 src/lib_ccx/lib_ccx.c (+16 -0)
📝 src/lib_ccx/lib_ccx.h (+1 -0)
📝 src/lib_ccx/params.c (+5 -0)

📄 Description

Closes #400


🔄 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/577 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 12/28/2016 **Status:** ✅ Merged **Merged:** 12/28/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`e9c088a`](https://github.com/CCExtractor/ccextractor/commit/e9c088a86ba4d250a76a2ebaa40e1099a8bdf9cc) Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces - [`121ac2b`](https://github.com/CCExtractor/ccextractor/commit/121ac2bdfe12c40c2702fad2ab476f8a845d3ed9) Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces - [`a09a7e4`](https://github.com/CCExtractor/ccextractor/commit/a09a7e4930ad153ce6aacea4eda14df41f212146) Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces. ### 📊 Changes **13 files changed** (+65 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/activity.c` (+1 -1) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+3 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+2 -1) 📝 `src/lib_ccx/ccx_encoders_common.h` (+4 -0) 📝 `src/lib_ccx/ccx_encoders_srt.c` (+1 -15) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+26 -3) 📝 `src/lib_ccx/dvb_subtitle_decoder.h` (+1 -1) 📝 `src/lib_ccx/general_loop.c` (+3 -2) 📝 `src/lib_ccx/lib_ccx.c` (+16 -0) 📝 `src/lib_ccx/lib_ccx.h` (+1 -0) 📝 `src/lib_ccx/params.c` (+5 -0) </details> ### 📄 Description Closes #400 --- <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:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1415