[PR #642] [MERGED] CEA-708 improvements #1487

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/642
Author: @Izaron
Created: 1/13/2017
Status: Merged
Merged: 1/13/2017
Merged by: @cfsmp3

Base: masterHead: 708-stuff


📝 Commits (6)

  • 762ab7c Merge remote-tracking branch 'refs/remotes/CCExtractor/master'
  • 3b2545c Fixed timing bug catching in CEA-708
  • bff384e Refactored CEA-708 symbol struct
  • 0855c0a Added support of SAMI and TTXT in CEA-708
  • 967e2bc decoder->tv refactoring
  • 1fb9811 Added CEA-708 counter for EXIT_NO_CAPTIONS

📊 Changes

6 files changed (+59 additions, -51 deletions)

View changed files

📝 src/lib_ccx/ccx_decoders_708.c (+1 -1)
📝 src/lib_ccx/ccx_decoders_708.h (+5 -8)
📝 src/lib_ccx/ccx_decoders_708_output.c (+49 -41)
📝 src/lib_ccx/ccx_encoders_common.c (+1 -0)
📝 src/lib_ccx/ccx_encoders_common.h (+2 -0)
📝 src/lib_ccx/general_loop.c (+1 -1)

📄 Description

Descriptions in the names of commits


🔄 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/642 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 1/13/2017 **Status:** ✅ Merged **Merged:** 1/13/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `708-stuff` --- ### 📝 Commits (6) - [`762ab7c`](https://github.com/CCExtractor/ccextractor/commit/762ab7ce361ff29bc05ad9625d5d3dd434f756f4) Merge remote-tracking branch 'refs/remotes/CCExtractor/master' - [`3b2545c`](https://github.com/CCExtractor/ccextractor/commit/3b2545cf82d71413af78f4ac4549ce83de575254) Fixed timing bug catching in CEA-708 - [`bff384e`](https://github.com/CCExtractor/ccextractor/commit/bff384e67794d625405f3524ee9ed6994eb52ae5) Refactored CEA-708 symbol struct - [`0855c0a`](https://github.com/CCExtractor/ccextractor/commit/0855c0a41d7ec4553b6e33773705ff956913c7d6) Added support of SAMI and TTXT in CEA-708 - [`967e2bc`](https://github.com/CCExtractor/ccextractor/commit/967e2bc695d4b203ecd1c6dc26a1dd07e9727932) decoder->tv refactoring - [`1fb9811`](https://github.com/CCExtractor/ccextractor/commit/1fb98118c656302a4b6bcbcf529b61eed548d7df) Added CEA-708 counter for EXIT_NO_CAPTIONS ### 📊 Changes **6 files changed** (+59 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_decoders_708.c` (+1 -1) 📝 `src/lib_ccx/ccx_decoders_708.h` (+5 -8) 📝 `src/lib_ccx/ccx_decoders_708_output.c` (+49 -41) 📝 `src/lib_ccx/ccx_encoders_common.c` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_common.h` (+2 -0) 📝 `src/lib_ccx/general_loop.c` (+1 -1) </details> ### 📄 Description Descriptions in the names of commits --- <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:16:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1487