[PR #21] [MERGED] Implementation of DVB Subtitle #909

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/21
Author: @anshul1912
Created: 4/29/2014
Status: Merged
Merged: 5/5/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (1)

  • a6c3619 Implementation of DVB Subtitle

📊 Changes

11 files changed (+1874 additions, -16 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 linux/Makefile (+3 -2)
📝 src/ccextractor.cpp (+5 -0)
📝 src/ccextractor.h (+4 -0)
📝 src/constants.h (+29 -1)
src/dvb_subtitle_decoder.c (+1643 -0)
src/dvb_subtitle_decoder.h (+74 -0)
📝 src/general_loop.cpp (+8 -1)
📝 src/params.cpp (+60 -0)
📝 src/ts_functions.cpp (+6 -8)
📝 src/ts_tables.cpp (+39 -4)

📄 Description

implemented DVB subtitle


🔄 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/21 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 4/29/2014 **Status:** ✅ Merged **Merged:** 5/5/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a6c3619`](https://github.com/CCExtractor/ccextractor/commit/a6c36197ba929df159a311d17bedd2c3c575f57f) Implementation of DVB Subtitle ### 📊 Changes **11 files changed** (+1874 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `linux/Makefile` (+3 -2) 📝 `src/ccextractor.cpp` (+5 -0) 📝 `src/ccextractor.h` (+4 -0) 📝 `src/constants.h` (+29 -1) ➕ `src/dvb_subtitle_decoder.c` (+1643 -0) ➕ `src/dvb_subtitle_decoder.h` (+74 -0) 📝 `src/general_loop.cpp` (+8 -1) 📝 `src/params.cpp` (+60 -0) 📝 `src/ts_functions.cpp` (+6 -8) 📝 `src/ts_tables.cpp` (+39 -4) </details> ### 📄 Description implemented DVB subtitle --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#909