mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1814] Smptett encoder #2557
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/1814
Author: @DhanushVarma-2
Created: 12/14/2025
Status: 🔄 Open
Base:
master← Head:smptett-encoder📝 Commits (10+)
e474692chore: ignore local build artifacts and backups0499f4frust: add SMPTE-TT encoder skeleton0c510c1rust: add initial SMPTE-TT encoder skeleton8107a94rust: add initial SMPTE-TT encoder skeleton0820e95Fix SMPTE-TT encoder helper: pointer→slice conversion, XML escaping, borrow fix, unimplemented stubsb71ad40Complete SMPTE-TT encoder port to Rust2264917Add C FFI exports and remove C implementation8ee175aExclude smptett C file from CMake builds554de1bMerge upstream master, resolve .gitignore conflict02b33eaRevert "Exclude smptett C file from CMake builds"📊 Changes
9 files changed (+961 additions, -5 deletions)
View changed files
📝
.github/workflows/build_linux.yml(+21 -0)📝
.github/workflows/build_mac.yml(+8 -0)📝
.gitignore(+15 -0)📝
mac/build.command(+1 -1)📝
src/CMakeLists.txt(+18 -4)📝
src/lib_ccx/CMakeLists.txt(+3 -0)➕
src/lib_ccx/ccx_encoders_smptett.c.bak(+411 -0)📝
src/rust/src/encoder/mod.rs(+2 -0)➕
src/rust/src/encoder/smptett.rs(+482 -0)📄 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}
I am still working on it
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.