[PR #35] [MERGED] support for spupng output in dvb decoder #929

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/35
Author: @anshul1912
Created: 5/25/2014
Status: Merged
Merged: 5/26/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (7)

  • 59dc32c corrected initial time for dvb sub
  • 27cf417 making spupng more modular
  • 49bccde Remove redundant code from 608_spupng
  • d44683a Support spupng output in dvbsub decoder
  • fbe475f removed printf and using mprint in dvb decoder
  • 1c7f35d done indentation of dvbsubtitle module
  • a179dfe making png with palette

📊 Changes

9 files changed (+1607 additions, -1261 deletions)

View changed files

📝 src/608_spupng.c (+6 -20)
📝 src/constants.h (+3 -0)
📝 src/dvb_subtitle_decoder.c (+1482 -1226)
📝 src/dvb_subtitle_decoder.h (+24 -14)
📝 src/spupng_encoder.c (+35 -0)
📝 src/spupng_encoder.h (+4 -0)
📝 src/stream_functions.c (+34 -0)
📝 src/ts_functions.c (+9 -0)
📝 src/ts_tables.c (+10 -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/35 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 5/25/2014 **Status:** ✅ Merged **Merged:** 5/26/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`59dc32c`](https://github.com/CCExtractor/ccextractor/commit/59dc32c53c3091c11493f9ddbdcd5bef60c8a0be) corrected initial time for dvb sub - [`27cf417`](https://github.com/CCExtractor/ccextractor/commit/27cf417e59b77ac3e8580e5ce11efb38a017a222) making spupng more modular - [`49bccde`](https://github.com/CCExtractor/ccextractor/commit/49bccde7d9b39ac0a0b5a057061a7c299231179a) Remove redundant code from 608_spupng - [`d44683a`](https://github.com/CCExtractor/ccextractor/commit/d44683adc5a1ce19cc229bd61a3763b76a187c9d) Support spupng output in dvbsub decoder - [`fbe475f`](https://github.com/CCExtractor/ccextractor/commit/fbe475ff7109786f19ccdb78814a814adf66b9ab) removed printf and using mprint in dvb decoder - [`1c7f35d`](https://github.com/CCExtractor/ccextractor/commit/1c7f35d4a12392bb5b44402ab2c5689b7fe513a4) done indentation of dvbsubtitle module - [`a179dfe`](https://github.com/CCExtractor/ccextractor/commit/a179dfea916036e7c6eb1a5e8b3533761972a1f2) making png with palette ### 📊 Changes **9 files changed** (+1607 additions, -1261 deletions) <details> <summary>View changed files</summary> 📝 `src/608_spupng.c` (+6 -20) 📝 `src/constants.h` (+3 -0) 📝 `src/dvb_subtitle_decoder.c` (+1482 -1226) 📝 `src/dvb_subtitle_decoder.h` (+24 -14) 📝 `src/spupng_encoder.c` (+35 -0) 📝 `src/spupng_encoder.h` (+4 -0) 📝 `src/stream_functions.c` (+34 -0) 📝 `src/ts_functions.c` (+9 -0) 📝 `src/ts_tables.c` (+10 -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 16:57:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#929