[PR #1789] [CLOSED] Rust smptett encoder[WIP] #2520

Open
opened 2026-01-29 17:22:34 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1789
Author: @DhanushVarma-2
Created: 12/11/2025
Status: Closed

Base: masterHead: rust-smptett-encoder


📝 Commits (5)

  • e474692 chore: ignore local build artifacts and backups
  • 0499f4f rust: add SMPTE-TT encoder skeleton
  • 0c510c1 rust: add initial SMPTE-TT encoder skeleton
  • 8107a94 rust: add initial SMPTE-TT encoder skeleton
  • 0820e95 Fix SMPTE-TT encoder helper: pointer→slice conversion, XML escaping, borrow fix, unimplemented stubs

📊 Changes

4 files changed (+124 additions, -140 deletions)

View changed files

📝 .gitignore (+16 -0)
📝 src/rust/Cargo.lock (+7 -140)
📝 src/rust/src/encoder/mod.rs (+2 -0)
src/rust/src/encoder/smptett.rs (+99 -0)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

{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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1789 **Author:** [@DhanushVarma-2](https://github.com/DhanushVarma-2) **Created:** 12/11/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `rust-smptett-encoder` --- ### 📝 Commits (5) - [`e474692`](https://github.com/CCExtractor/ccextractor/commit/e474692ff9136d95066dfe1632a21af8cdb55e3a) chore: ignore local build artifacts and backups - [`0499f4f`](https://github.com/CCExtractor/ccextractor/commit/0499f4f43c23549ff9c4b73587b4d8fe450142d4) rust: add SMPTE-TT encoder skeleton - [`0c510c1`](https://github.com/CCExtractor/ccextractor/commit/0c510c1d129b084a96710a15632ce197cd2a89d2) rust: add initial SMPTE-TT encoder skeleton - [`8107a94`](https://github.com/CCExtractor/ccextractor/commit/8107a94190191f12e6ed7d1e5bde532fa756d2bb) rust: add initial SMPTE-TT encoder skeleton - [`0820e95`](https://github.com/CCExtractor/ccextractor/commit/0820e95ded4f01efcc64f1dcaea2b16c66dcafa8) Fix SMPTE-TT encoder helper: pointer→slice conversion, XML escaping, borrow fix, unimplemented stubs ### 📊 Changes **4 files changed** (+124 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+16 -0) 📝 `src/rust/Cargo.lock` (+7 -140) 📝 `src/rust/src/encoder/mod.rs` (+2 -0) ➕ `src/rust/src/encoder/smptett.rs` (+99 -0) </details> ### 📄 Description <!-- Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. --> **In raising this pull request, I confirm the following (please check boxes):** - [ ] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [ ] I have checked that another pull request for this purpose does not exist. - [ ] I have considered, and confirmed that this submission will be valuable to others. - [ ] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [ ] I give this submission freely, and claim no ownership to its content. - [ ] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- {pull request content here} I am still working on it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:22:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2520