mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #35] [MERGED] support for spupng output in dvb decoder #929
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (7)
59dc32ccorrected initial time for dvb sub27cf417making spupng more modular49bccdeRemove redundant code from 608_spupngd44683aSupport spupng output in dvbsub decoderfbe475fremoved printf and using mprint in dvb decoder1c7f35ddone indentation of dvbsubtitle modulea179dfemaking 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.