mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-28 17:10:33 +00:00
[PR #1678] [CLOSED] [WIP][FEAT]: Add module decoder_vbi in lib_ccxr
#2393
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/1678
Author: @vatsalkeshav
Created: 3/21/2025
Status: ❌ Closed
Base:
master← Head:vbi_migration📝 Commits (7)
99e1609feat: added vbis module in lib_ccxrf116ed3fixed cargo --clippy errors0443814rust : fixed some common errorsfeb97f1fix: CMake builds failing due to oudated corrosion (#1677)7f008d6[FIX] DVB OCR: Memory Leak & Quantization Issues (#1675)7b58488[FIX] Issue#1665 Enhanced Matroska Language Tag Handling (#1671)0241a64code refactoring📊 Changes
21 files changed (+2217 additions, -58 deletions)
View changed files
📝
docker/dockerfile(+2 -2)📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/ccx_common_timing.c(+1 -0)📝
src/lib_ccx/ccx_decoders_vbi.c(+1 -0)📝
src/lib_ccx/matroska.c(+92 -27)📝
src/lib_ccx/matroska.h(+2 -0)📝
src/lib_ccx/ocr.c(+24 -27)📝
src/lib_ccx/zvbi/raw_decoder.c(+1 -1)📝
src/rust/CMakeLists.txt(+1 -1)📝
src/rust/Cargo.lock(+102 -0)📝
src/rust/Cargo.toml(+6 -0)📝
src/rust/lib_ccxr/Cargo.toml(+6 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/exit_codes.rs(+102 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/functions_vbi.rs(+130 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/mod.rs(+7 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_ccdecode.rs(+280 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_isdb.rs(+794 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_vbi.rs(+268 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_xds.rs(+395 -0)📝
src/rust/lib_ccxr/src/lib.rs(+1 -0)...and 1 more files
📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This PR migrates
/src/lib_ccx/ccx_decoders_vbi.cto rust.These changes have been made-
/src/rust/lib_ccxr/src/decoder_isdb/functions_vbi_main.rs(helpers infunctions_vbi_slice.rs,functions_vbi_decode.rs,vbi_service_table.rs)/src/rust/lib_ccxr/src/decoder_isdb, structs_xds.rs,structs_isdb.rs,structs_ccdecode.rs,structs_vbi_slice.rs,structs_vbi_decode.rs/src/rust/lib_ccxr/src/decoder_isdb/exit_codes.rs🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.