mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-17 11:33:12 +00:00
[PR #416] [MERGED] DVD subtitles #1248
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/416
Author: @bigharshrag
Created: 8/22/2016
Status: ✅ Merged
Merged: 8/23/2016
Merged by: @cfsmp3
Base:
master← Head:dvd_subtitles📝 Commits (10+)
30e2c71Process PES header for subtitles4cafcc0Fixes to reading PES header1a1e973Init DVD sub decoder23a99c0Added processing of control packets705766aRemoved extra debugging statementseaed758Critical bug fix38f9f65small restructuring24dc763Decode Run length encoding39dec02Getting 4 bits data93a55bfCreate bitmap📊 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.