[PR #123] [MERGED] smptett support for teletext input #1017

Open
opened 2026-01-29 16:58:20 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/123
Author: @MikaYuoadas
Created: 11/28/2014
Status: Merged
Merged: 11/28/2014
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (5)

  • f5f1a70 fixed a typo in generated smptett
  • 08ae34b Added smptett support for teletext input
  • 13ab9e6 Fixed line break in output for teletext input
  • 09dcb8b Fixed a rare bug with some teletext input
  • b0de53c Added default style to smptett header

📊 Changes

6 files changed (+54 additions, -12 deletions)

View changed files

📝 src/ccextractor.c (+1 -1)
📝 src/lib_ccx/608_smptett.c (+1 -1)
📝 src/lib_ccx/ccx_encoders_common.c (+13 -6)
📝 src/lib_ccx/lib_ccx.h (+1 -0)
📝 src/lib_ccx/telxcc.c (+28 -4)
📝 src/lib_ccx/utility.c (+10 -0)

📄 Description

Hello,

Here is the quick & dirty fix we're planning to use.
I made this pull request in case you might be interested anyway.


🔄 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/123 **Author:** [@MikaYuoadas](https://github.com/MikaYuoadas) **Created:** 11/28/2014 **Status:** ✅ Merged **Merged:** 11/28/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`f5f1a70`](https://github.com/CCExtractor/ccextractor/commit/f5f1a70eb8eb0952ba5f18adf7c5fe4a250ae2ec) fixed a typo in generated smptett - [`08ae34b`](https://github.com/CCExtractor/ccextractor/commit/08ae34bc249984b7dedb59f7134275af9aaa80de) Added smptett support for teletext input - [`13ab9e6`](https://github.com/CCExtractor/ccextractor/commit/13ab9e6a4edb703c6f3a5361c56fc4e4f930742e) Fixed line break in output for teletext input - [`09dcb8b`](https://github.com/CCExtractor/ccextractor/commit/09dcb8b7c0d5c42e870799d6cb467e52babfa011) Fixed a rare bug with some teletext input - [`b0de53c`](https://github.com/CCExtractor/ccextractor/commit/b0de53c351771bcde9cc3fdb70b7b1d8f9aace35) Added default style to smptett header ### 📊 Changes **6 files changed** (+54 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+1 -1) 📝 `src/lib_ccx/608_smptett.c` (+1 -1) 📝 `src/lib_ccx/ccx_encoders_common.c` (+13 -6) 📝 `src/lib_ccx/lib_ccx.h` (+1 -0) 📝 `src/lib_ccx/telxcc.c` (+28 -4) 📝 `src/lib_ccx/utility.c` (+10 -0) </details> ### 📄 Description Hello, Here is the quick & dirty fix we're planning to use. I made this pull request in case you might be interested anyway. --- <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 16:58:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1017