mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1676] [FEAT] WIP module decoder_isdb in lib_ccxr
#2389
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/1676
Author: @vatsalkeshav
Created: 3/16/2025
Status: 🔄 Open
Base:
master← Head:isdb_migration📝 Commits (4)
7d3f3d7added isdbs module in lib_ccxrccdfeeesome serious code refactoring60d152aupdate lib_ccxr/cargo.lock40c64d9fixed some typos📊 Changes
15 files changed (+4047 additions, -5 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_isdb.c(+48 -2)📝
src/rust/Cargo.lock(+3 -1)📝
src/rust/Cargo.toml(+2 -1)📝
src/rust/lib_ccxr/Cargo.lock(+204 -0)📝
src/rust/lib_ccxr/Cargo.toml(+3 -1)➕
src/rust/lib_ccxr/src/decoder_isdb/exit_codes.rs(+56 -0)➕
src/rust/lib_ccxr/src/decoder_isdb/functions_common.rs(+173 -0)➕
src/rust/lib_ccxr/src/decoder_isdb/functions_isdb.rs(+1986 -0)➕
src/rust/lib_ccxr/src/decoder_isdb/mod.rs(+6 -0)➕
src/rust/lib_ccxr/src/decoder_isdb/structs_ccdecode.rs(+281 -0)➕
src/rust/lib_ccxr/src/decoder_isdb/structs_isdb.rs(+796 -0)➕
src/rust/lib_ccxr/src/decoder_isdb/structs_xds.rs(+392 -0)📝
src/rust/lib_ccxr/src/lib.rs(+1 -0)➕
src/rust/src/libccxr_exports/isdb_exports.rs(+95 -0)📝
src/rust/src/libccxr_exports/mod.rs(+1 -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_isdb.cto rust.These changes have been made-
/src/rust/lib_ccxr/src/decoder_isdb/functions_isdb.rs, functions_common.rs/src/rust/lib_ccxr/src/decoder_isdb/structs_xds.rs,structs_isdb.rs,structs_ccdecode.rs(thanks @steel-bucket)/src/rust/lib_ccxr/src/decoder_isdb/exit_codes.rssrc/rust/src/libccxr_exports/isdb_exports.rs/src/lib_ccx/ccx_decoders_isdb.c🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.