[PR #416] [MERGED] DVD subtitles #1248

Open
opened 2026-01-29 17:00:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/416
Author: @bigharshrag
Created: 8/22/2016
Status: Merged
Merged: 8/23/2016
Merged by: @cfsmp3

Base: masterHead: dvd_subtitles


📝 Commits (10+)

📊 Changes

8 files changed (+536 additions, -5 deletions)

View changed files

📝 .gitignore (+4 -1)
📝 linux/builddebug (+1 -1)
📝 src/lib_ccx/ccx_common_constants.h (+1 -0)
📝 src/lib_ccx/ccx_decoders_structs.h (+1 -0)
src/lib_ccx/dvd_subtitle_decoder.c (+428 -0)
src/lib_ccx/dvd_subtitle_decoder.h (+17 -0)
📝 src/lib_ccx/general_loop.c (+83 -2)
📝 src/lib_ccx/lib_ccx.h (+1 -1)

📄 Description

Adds ability for DVD Subtitles to be extracted.


🔄 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/416 **Author:** [@bigharshrag](https://github.com/bigharshrag) **Created:** 8/22/2016 **Status:** ✅ Merged **Merged:** 8/23/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `dvd_subtitles` --- ### 📝 Commits (10+) - [`30e2c71`](https://github.com/CCExtractor/ccextractor/commit/30e2c7117caebedb8243bb20cace378c83f6fdd7) Process PES header for subtitles - [`4cafcc0`](https://github.com/CCExtractor/ccextractor/commit/4cafcc053e144c86037bb96cd5f30051ac42d46c) Fixes to reading PES header - [`1a1e973`](https://github.com/CCExtractor/ccextractor/commit/1a1e9732b9b04ab8498da8bdcefcbc5d592d262f) Init DVD sub decoder - [`23a99c0`](https://github.com/CCExtractor/ccextractor/commit/23a99c04e97b4068b3dc0d1b61af5dd299f955f1) Added processing of control packets - [`705766a`](https://github.com/CCExtractor/ccextractor/commit/705766a5ee61a269817ef0eaff3249824f9e16c5) Removed extra debugging statements - [`eaed758`](https://github.com/CCExtractor/ccextractor/commit/eaed758aa0c7e955c8c84432e380092d779f9852) Critical bug fix - [`38f9f65`](https://github.com/CCExtractor/ccextractor/commit/38f9f65ad8cc00eb1403c1af2ff357a00e8d7a09) small restructuring - [`24dc763`](https://github.com/CCExtractor/ccextractor/commit/24dc763c4f4611ebd12d24f778364ab764e8d097) Decode Run length encoding - [`39dec02`](https://github.com/CCExtractor/ccextractor/commit/39dec02dc498481f4ce186cd8c478cf82bf81328) Getting 4 bits data - [`93a55bf`](https://github.com/CCExtractor/ccextractor/commit/93a55bff8cbf68fd416238533fb508e62dc0845b) Create bitmap ### 📊 Changes **8 files changed** (+536 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) 📝 `linux/builddebug` (+1 -1) 📝 `src/lib_ccx/ccx_common_constants.h` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+1 -0) ➕ `src/lib_ccx/dvd_subtitle_decoder.c` (+428 -0) ➕ `src/lib_ccx/dvd_subtitle_decoder.h` (+17 -0) 📝 `src/lib_ccx/general_loop.c` (+83 -2) 📝 `src/lib_ccx/lib_ccx.h` (+1 -1) </details> ### 📄 Description Adds ability for DVD Subtitles to be extracted. --- <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:00:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1248