[PR #572] [MERGED] Added -pesheader parameter for PES packet header dumping #1408

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/572
Author: @alexbrt
Created: 12/26/2016
Status: Merged
Merged: 12/26/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (5)

  • d347960 Added -pesheader parameter for PES packet header dumping
  • e459c82 Added -pesheader parameter for short PES Header dump to console
  • 2491265 Added -pesheader parameter for short PES Header dump to console
  • 6631085 Fixed DVB subs start time and added -pesheader parameter for PES Header dumping
  • b0a005d Fixed DVB sub start time and added -pesheader parameter for PES packet header dumping

📊 Changes

9 files changed (+102 additions, -22 deletions)

View changed files

📝 src/lib_ccx/activity.c (+4 -0)
📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_encoders_srt.c (+17 -16)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+0 -2)
📝 src/lib_ccx/general_loop.c (+8 -3)
📝 src/lib_ccx/lib_ccx.c (+1 -0)
📝 src/lib_ccx/lib_ccx.h (+1 -1)
📝 src/lib_ccx/params.c (+5 -0)
📝 src/lib_ccx/ts_functions.c (+65 -0)

📄 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/572 **Author:** [@alexbrt](https://github.com/alexbrt) **Created:** 12/26/2016 **Status:** ✅ Merged **Merged:** 12/26/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`d347960`](https://github.com/CCExtractor/ccextractor/commit/d34796039eec7f39fdebb8f957688f33b391b8be) Added -pesheader parameter for PES packet header dumping - [`e459c82`](https://github.com/CCExtractor/ccextractor/commit/e459c82a85c97fa985ad46569bb6b7cb9de7f494) Added -pesheader parameter for short PES Header dump to console - [`2491265`](https://github.com/CCExtractor/ccextractor/commit/24912658033438f0eae94cb172924a58aa90a303) Added -pesheader parameter for short PES Header dump to console - [`6631085`](https://github.com/CCExtractor/ccextractor/commit/6631085a1359f4295ad5791e1b8898fc2d623e16) Fixed DVB subs start time and added -pesheader parameter for PES Header dumping - [`b0a005d`](https://github.com/CCExtractor/ccextractor/commit/b0a005d1fb193e9005b0aa24c455a2be4238aca7) Fixed DVB sub start time and added -pesheader parameter for PES packet header dumping ### 📊 Changes **9 files changed** (+102 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/activity.c` (+4 -0) 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_srt.c` (+17 -16) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+0 -2) 📝 `src/lib_ccx/general_loop.c` (+8 -3) 📝 `src/lib_ccx/lib_ccx.c` (+1 -0) 📝 `src/lib_ccx/lib_ccx.h` (+1 -1) 📝 `src/lib_ccx/params.c` (+5 -0) 📝 `src/lib_ccx/ts_functions.c` (+65 -0) </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 17:16:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1408