mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1692] [CLOSED] [FEAT]: Add module decoder_vbi in lib_ccxr
#2406
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/1692
Author: @vatsalkeshav
Created: 4/19/2025
Status: ❌ Closed
Base:
master← Head:vbi-migration📝 Commits (1)
aea7a92feat : module decoder_vbi added in lib_ccxr📊 Changes
16 files changed (+5464 additions, -0 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_vbi.c(+34 -0)📝
src/rust/lib_ccxr/Cargo.toml(+1 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/exit_codes.rs(+102 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/functions_vbi_decode.rs(+1158 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/functions_vbi_main.rs(+75 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/functions_vbi_slice.rs(+1950 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/mod.rs(+10 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_ccdecode.rs(+285 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_isdb.rs(+796 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_vbi_decode.rs(+153 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_vbi_slice.rs(+127 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/structs_xds.rs(+391 -0)➕
src/rust/lib_ccxr/src/decoder_vbi/vbi_service_table.rs(+312 -0)📝
src/rust/lib_ccxr/src/lib.rs(+1 -0)📝
src/rust/src/libccxr_exports/mod.rs(+1 -0)➕
src/rust/src/libccxr_exports/vbi_exports.rs(+68 -0)📄 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(thanks @steel-bucket),structs_vbi_slice.rs,structs_vbi_decode.rs/src/rust/lib_ccxr/src/decoder_isdb/exit_codes.rsTo-do:
functions_vbi_slice.rs🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.