mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #210] [CLOSED] cea 708 refactored and improved #1085
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/210
Author: @okisseloff
Created: 8/17/2015
Status: ❌ Closed
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
20 files changed (+1494 additions, -970 deletions)
View changed files
📝
src/ccextractor.c(+2 -4)📝
src/gpacmp4/mp4.c(+2 -2)📝
src/lib_ccx/ccx_common_constants.h(+1 -0)📝
src/lib_ccx/ccx_common_timing.c(+22 -0)📝
src/lib_ccx/ccx_common_timing.h(+1 -0)📝
src/lib_ccx/ccx_decoders_708.c(+854 -753)📝
src/lib_ccx/ccx_decoders_708.h(+193 -175)📝
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(+322 -0)➕
src/lib_ccx/ccx_decoders_708_output.h(+14 -0)📝
src/lib_ccx/ccx_decoders_common.c(+2 -2)📝
src/lib_ccx/ccx_encoders_common.c(+1 -0)📝
src/lib_ccx/lib_ccx.c(+6 -4)📝
src/lib_ccx/lib_ccx.h(+1 -1)📝
src/lib_ccx/output.c(+1 -1)📝
src/lib_ccx/params.c(+28 -18)📝
src/lib_ccx/params_dump.c(+1 -1)📝
src/lib_ccx/utility.c(+24 -0)📝
src/lib_ccx/utility.h(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.