[PR #184] [MERGED] passing cc_sub structure to telxcc and rcwt #1067

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/184
Author: @anshul1912
Created: 6/17/2015
Status: Merged
Merged: 6/18/2015
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (10+)

  • 740a1d7 add space in code
  • ca5135c passing decoder sub structure in teletext
  • 1eef500 Indent decoder
  • 1d03bd7 pass cc_sub structure to rcwt
  • beccc3d Correct broken rcwt
  • 020ca9a Merge remote-tracking branch 'carlos/master'
  • 87af82f corrected broken raw output
  • 3f6fd51 removed segfault at ccextractor.c
  • b80572c Corrected help display for BOM
  • 6ec8086 remove invalid warn at srt

📊 Changes

11 files changed (+330 additions, -250 deletions)

View changed files

📝 src/ccextractor.c (+24 -63)
📝 src/lib_ccx/ccx_common_structs.h (+1 -1)
📝 src/lib_ccx/ccx_decoders_common.c (+124 -122)
📝 src/lib_ccx/ccx_encoders_common.c (+116 -14)
📝 src/lib_ccx/ccx_encoders_common.h (+1 -0)
📝 src/lib_ccx/es_functions.c (+1 -1)
📝 src/lib_ccx/general_loop.c (+3 -3)
📝 src/lib_ccx/lib_ccx.h (+3 -3)
📝 src/lib_ccx/output.c (+16 -8)
📝 src/lib_ccx/params.c (+7 -7)
📝 src/lib_ccx/telxcc.c (+34 -28)

📄 Description

No description provided


🔄 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/184 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 6/17/2015 **Status:** ✅ Merged **Merged:** 6/18/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`740a1d7`](https://github.com/CCExtractor/ccextractor/commit/740a1d798e407d9359ce42f3d2edab4773f74efe) add space in code - [`ca5135c`](https://github.com/CCExtractor/ccextractor/commit/ca5135c8aa1c198119ebc471ebe26cce06af2299) passing decoder sub structure in teletext - [`1eef500`](https://github.com/CCExtractor/ccextractor/commit/1eef500c73aa6592fe84109a476e9fd61658070b) Indent decoder - [`1d03bd7`](https://github.com/CCExtractor/ccextractor/commit/1d03bd7d1398514af87ad5bc4e7e5e600290c5ab) pass cc_sub structure to rcwt - [`beccc3d`](https://github.com/CCExtractor/ccextractor/commit/beccc3d5b70aed92c2e8ebe8b8dd7d746a6b0cdb) Correct broken rcwt - [`020ca9a`](https://github.com/CCExtractor/ccextractor/commit/020ca9a1cfcf5632f366031504c2943c538c1035) Merge remote-tracking branch 'carlos/master' - [`87af82f`](https://github.com/CCExtractor/ccextractor/commit/87af82f022454f8e7b034ab2ccafb60f9fa735d6) corrected broken raw output - [`3f6fd51`](https://github.com/CCExtractor/ccextractor/commit/3f6fd51f45e33a80431842ef84a5c547952522a8) removed segfault at ccextractor.c - [`b80572c`](https://github.com/CCExtractor/ccextractor/commit/b80572c3b61e350c2172c9625431c5bcaab28610) Corrected help display for BOM - [`6ec8086`](https://github.com/CCExtractor/ccextractor/commit/6ec8086b0a478b3a2e4e9e441751f18c084a0167) remove invalid warn at srt ### 📊 Changes **11 files changed** (+330 additions, -250 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+24 -63) 📝 `src/lib_ccx/ccx_common_structs.h` (+1 -1) 📝 `src/lib_ccx/ccx_decoders_common.c` (+124 -122) 📝 `src/lib_ccx/ccx_encoders_common.c` (+116 -14) 📝 `src/lib_ccx/ccx_encoders_common.h` (+1 -0) 📝 `src/lib_ccx/es_functions.c` (+1 -1) 📝 `src/lib_ccx/general_loop.c` (+3 -3) 📝 `src/lib_ccx/lib_ccx.h` (+3 -3) 📝 `src/lib_ccx/output.c` (+16 -8) 📝 `src/lib_ccx/params.c` (+7 -7) 📝 `src/lib_ccx/telxcc.c` (+34 -28) </details> ### 📄 Description _No description provided_ --- <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:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1067