[PR #46] [MERGED] File analysis #17 #940

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/46
Author: @rkuchumov
Created: 6/5/2014
Status: Merged
Merged: 6/12/2014
Merged by: @cfsmp3

Base: masterHead: file_analysis


📝 Commits (4)

📊 Changes

10 files changed (+297 additions, -30 deletions)

View changed files

📝 src/608.c (+10 -1)
📝 src/708.c (+8 -4)
📝 src/ccextractor.c (+1 -0)
📝 src/ccextractor.h (+21 -0)
📝 src/es_functions.c (+5 -0)
📝 src/file_functions.c (+3 -0)
📝 src/params.c (+14 -6)
📝 src/params_dump.c (+162 -0)
📝 src/telxcc.c (+1 -1)
📝 src/ts_tables.c (+72 -18)

📄 Description

I also added to reports:
0) cap_stream_type value in ts stream (I omitted DVB. It depends on cxx_dvb_context which seems to out of place)

  1. numbers of programs in ts stream
  2. numbers of used channels in 608 (i.e. we received a command or text related to the channel)
  3. services numbers in 708
    What else to add?

🔄 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/46 **Author:** [@rkuchumov](https://github.com/rkuchumov) **Created:** 6/5/2014 **Status:** ✅ Merged **Merged:** 6/12/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `file_analysis` --- ### 📝 Commits (4) - [`6060950`](https://github.com/CCExtractor/ccextractor/commit/60609509018ac5dd60318d083f18be37d95aab8b) file analysis init #17 - [`85c91e3`](https://github.com/CCExtractor/ccextractor/commit/85c91e3e2f4964fd4caf3a39379f1911969fe9c2) stream_mode support - [`895c19e`](https://github.com/CCExtractor/ccextractor/commit/895c19e8364e80cdfc108412b010d715e353adcb) video info and teletext - [`4d962eb`](https://github.com/CCExtractor/ccextractor/commit/4d962eb91eb80ab13ab3fcfe4c3562885d82c6d7) dvb, teletext, ts streams ### 📊 Changes **10 files changed** (+297 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `src/608.c` (+10 -1) 📝 `src/708.c` (+8 -4) 📝 `src/ccextractor.c` (+1 -0) 📝 `src/ccextractor.h` (+21 -0) 📝 `src/es_functions.c` (+5 -0) 📝 `src/file_functions.c` (+3 -0) 📝 `src/params.c` (+14 -6) 📝 `src/params_dump.c` (+162 -0) 📝 `src/telxcc.c` (+1 -1) 📝 `src/ts_tables.c` (+72 -18) </details> ### 📄 Description I also added to reports: 0) cap_stream_type value in ts stream (I omitted DVB. It depends on cxx_dvb_context which seems to out of place) 1) numbers of programs in ts stream 2) numbers of used channels in 608 (i.e. we received a command or text related to the channel) 3) services numbers in 708 What else to add? --- <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:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#940