[PR #92] [MERGED] DVB output in multiple format (sami, srt, smptett) #988

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/92
Author: @anshul1912
Created: 7/30/2014
Status: Merged
Merged: 8/5/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (4)

📊 Changes

13 files changed (+652 additions, -32 deletions)

View changed files

📝 src/608_sami.c (+149 -1)
📝 src/608_smptett.c (+136 -0)
📝 src/608_srt.c (+140 -0)
📝 src/cc_decoders_common.h (+2 -6)
📝 src/cc_encoders_common.c (+189 -1)
📝 src/cc_encoders_common.h (+3 -0)
📝 src/constants.c (+8 -0)
📝 src/constants.h (+7 -4)
📝 src/dvb_subtitle_decoder.c (+8 -7)
📝 src/dvb_subtitle_decoder.h (+2 -7)
📝 src/spupng_encoder.c (+0 -4)
📝 src/spupng_encoder.h (+4 -0)
📝 src/ts_tables.c (+4 -2)

📄 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/92 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 7/30/2014 **Status:** ✅ Merged **Merged:** 8/5/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`c054594`](https://github.com/CCExtractor/ccextractor/commit/c0545943835f67e3df986e6b87bd433b5d40f7e7) output of dvb in srt sami smptett format - [`5618df3`](https://github.com/CCExtractor/ccextractor/commit/5618df35c612866a6305d08ab5a9d4c6b96e183f) Merge branch 'master' of https://github.com/anshul1912/ccextractor - [`a32c8a3`](https://github.com/CCExtractor/ccextractor/commit/a32c8a3b7f4e3fbedae8b6f6e94c58d37d7414c6) dvb output as transcript - [`783e889`](https://github.com/CCExtractor/ccextractor/commit/783e889634b0b99193e6555cec7a21a4acc55ee1) showing language at channel in DVB transcript ### 📊 Changes **13 files changed** (+652 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `src/608_sami.c` (+149 -1) 📝 `src/608_smptett.c` (+136 -0) 📝 `src/608_srt.c` (+140 -0) 📝 `src/cc_decoders_common.h` (+2 -6) 📝 `src/cc_encoders_common.c` (+189 -1) 📝 `src/cc_encoders_common.h` (+3 -0) 📝 `src/constants.c` (+8 -0) 📝 `src/constants.h` (+7 -4) 📝 `src/dvb_subtitle_decoder.c` (+8 -7) 📝 `src/dvb_subtitle_decoder.h` (+2 -7) 📝 `src/spupng_encoder.c` (+0 -4) 📝 `src/spupng_encoder.h` (+4 -0) 📝 `src/ts_tables.c` (+4 -2) </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:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#988