mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 13:03:58 +00:00
[PR #240] [MERGED] correct Garbeled cc in multiple slice header #1112
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/240
Author: @anshul1912
Created: 10/21/2015
Status: ✅ Merged
Merged: 10/23/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (8)
169a39ecorrect Garbeled cc in multiple slice headerad89e00revert back max bframed3a1ed4Adding Caption descriptor0a803dfAdding parsing logic for private user datafc90b9cAdded caption server details in logs8d160a7Correcting broken encoding of telexcc01fe0c1consider last character763972cAdded latin-1 support for teletext transcript📊 Changes
12 files changed (+335 additions, -58 deletions)
View changed files
📝
src/lib_ccx/avc_functions.c(+44 -20)📝
src/lib_ccx/avc_functions.h(+2 -0)📝
src/lib_ccx/ccx_common_common.c(+3 -1)📝
src/lib_ccx/ccx_common_common.h(+9 -7)📝
src/lib_ccx/ccx_common_constants.h(+3 -1)📝
src/lib_ccx/ccx_common_structs.h(+4 -0)📝
src/lib_ccx/ccx_decoders_isdb.c(+6 -1)📝
src/lib_ccx/ccx_encoders_common.c(+205 -22)📝
src/lib_ccx/ccx_encoders_common.h(+2 -1)📝
src/lib_ccx/telxcc.c(+4 -2)📝
src/lib_ccx/ts_functions.c(+4 -0)📝
src/lib_ccx/ts_tables.c(+49 -3)📄 Description
Also added some debug logs, while correcting the garbled logic
fixes #235
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.