mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #212] [MERGED] CEA-708 captions decoding improvements #1088
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/212
Author: @okisseloff
Created: 8/19/2015
Status: ✅ Merged
Merged: 8/22/2015
Merged by: @cfsmp3
Base:
master← Head:feature-cea-708📝 Commits (10+)
764d251cea-708 code refactoringae6cf97more cea-708 refactorings308d500more cea-708 refactoringabce1ddmoved cea-708 global variables into single context variable9923ef9added "all" value for cea-708 services21a88f9added utf16 to utf8 conversion functionc0079aecea-708 handling 16-bit characters (utf16)af66acecea-708 defined utf8 symbol max size in bytesb65cc8adont handling 16-bit chars for cea-7083fff94acea-708 srt and debug output refactored and improved📊 Changes
28 files changed (+2115 additions, -1086 deletions)
View changed files
📝
docs/708_STATUS.TXT(+14 -1)📝
docs/CHANGES.TXT(+3 -0)📝
src/ccextractor.c(+4 -6)📝
src/gpacmp4/mp4.c(+3 -2)📝
src/lib_ccx/CMakeLists.txt(+1 -1)📝
src/lib_ccx/ccx_common_constants.h(+1 -0)📝
src/lib_ccx/ccx_common_option.c(+12 -0)📝
src/lib_ccx/ccx_common_option.h(+1 -0)📝
src/lib_ccx/ccx_common_timing.c(+26 -2)📝
src/lib_ccx/ccx_common_timing.h(+1 -0)📝
src/lib_ccx/ccx_decoders_708.c(+1119 -830)📝
src/lib_ccx/ccx_decoders_708.h(+246 -182)📝
src/lib_ccx/ccx_decoders_708_encoding.c(+9 -9)➕
src/lib_ccx/ccx_decoders_708_encoding.h(+9 -0)➕
src/lib_ccx/ccx_decoders_708_output.c(+302 -0)➕
src/lib_ccx/ccx_decoders_708_output.h(+14 -0)📝
src/lib_ccx/ccx_decoders_common.c(+5 -2)📝
src/lib_ccx/ccx_decoders_structs.h(+4 -0)➕
src/lib_ccx/ccx_dtvcc.c(+183 -0)➕
src/lib_ccx/ccx_dtvcc.h(+12 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.