[PR #76] [CLOSED] Networking #969

Closed
opened 2026-01-29 16:57:47 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/76
Author: @rkuchumov
Created: 7/15/2014
Status: Closed

Base: masterHead: net


📝 Commits (6)

📊 Changes

8 files changed (+650 additions, -2 deletions)

View changed files

📝 src/608.c (+26 -0)
📝 src/ccextractor.c (+9 -0)
📝 src/ccextractor.h (+4 -0)
src/networking.c (+540 -0)
src/networking.h (+14 -0)
📝 src/params.c (+28 -0)
📝 src/telxcc.c (+25 -2)
📝 src/xds.c (+4 -0)

📄 Description

kind of a draft. It supports only ttxt. Other formats can be added the same way.


🔄 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/76 **Author:** [@rkuchumov](https://github.com/rkuchumov) **Created:** 7/15/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `net` --- ### 📝 Commits (6) - [`041ef6b`](https://github.com/CCExtractor/ccextractor/commit/041ef6b430045095bf80ef96ec9d36677a1d5a72) init - [`4375bc2`](https://github.com/CCExtractor/ccextractor/commit/4375bc2d8a66e05452c368519c4a83ce843c8705) 608 support & params - [`a2e245d`](https://github.com/CCExtractor/ccextractor/commit/a2e245d20c0135b4d8ee97a184c545e208dfb984) debug output - [`56a5c24`](https://github.com/CCExtractor/ccextractor/commit/56a5c242ac93ec312f4d9b45b2359a8c82ebf823) constants - [`0212999`](https://github.com/CCExtractor/ccextractor/commit/0212999397bcf2a953334f8e4c2b410cc17221de) teletext support - [`e7adb43`](https://github.com/CCExtractor/ccextractor/commit/e7adb43b1e4fe30bdb619d9ee974f42140b65272) small fix ### 📊 Changes **8 files changed** (+650 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/608.c` (+26 -0) 📝 `src/ccextractor.c` (+9 -0) 📝 `src/ccextractor.h` (+4 -0) ➕ `src/networking.c` (+540 -0) ➕ `src/networking.h` (+14 -0) 📝 `src/params.c` (+28 -0) 📝 `src/telxcc.c` (+25 -2) 📝 `src/xds.c` (+4 -0) </details> ### 📄 Description kind of a draft. It supports only ttxt. Other formats can be added the same way. --- <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:57:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#969