mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-25 07:29:54 +00:00
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/1501
Author: @ArchitBhonsle
Created: 3/16/2023
Status: ❌ Closed
Base:
master← Head:rust-persistent-dtvcc📝 Commits (10+)
395a873RewritingDtvcc::new()to instantiate5e72dffMoving raw pointers toOptions andVecs to arrays9ff02b9Questionable implementation ofccxr_dtvcc_free7a0a2fdHelpful comments20271f6Modifyinglib_cc_decode(C) to use the newDtvcc(Rust)4b08981Silencing clippy44141b1Setting the encoder from C125e740Storing pointers over references andBoxing the decoderse42fe35Switching over the encoder assignment based onDISABLE RUST22f5684Exportingccxr_process_datafrom Rust and using inmp4.c📊 Changes
10 files changed (+212 additions, -50 deletions)
View changed files
📝
.gitignore(+2 -1)📝
src/lib_ccx/ccx_decoders_common.c(+8 -0)📝
src/lib_ccx/ccx_decoders_structs.h(+1 -0)📝
src/lib_ccx/general_loop.c(+16 -0)📝
src/lib_ccx/mp4.c(+10 -0)📝
src/rust/build.rs(+1 -0)📝
src/rust/src/decoder/mod.rs(+118 -35)📝
src/rust/src/decoder/tv_screen.rs(+4 -4)📝
src/rust/src/decoder/window.rs(+6 -6)📝
src/rust/src/lib.rs(+46 -4)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
{pull request content here}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.