[PR #635] [MERGED] Prevent usage of stdin with MP4 files. #1481

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/635
Author: @saurabhshri
Created: 1/11/2017
Status: Merged
Merged: 1/11/2017
Merged by: @cfsmp3

Base: masterHead: patch-1


📝 Commits (3)

  • 2464064 Stop GPAC from analyzing if input source is stdin.
  • d8a6642 Exit if input source is stdin for MP4.
  • 720008f Update params.c

📊 Changes

2 files changed (+10 additions, -0 deletions)

View changed files

📝 src/ccextractor.c (+4 -0)
📝 src/lib_ccx/params.c (+6 -0)

📄 Description

Since GPAC needs a file to be present, MP4 files used to crash on stdin. This PR restricts usage of stdin with MP4 files.

Closes #555 .


🔄 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/635 **Author:** [@saurabhshri](https://github.com/saurabhshri) **Created:** 1/11/2017 **Status:** ✅ Merged **Merged:** 1/11/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`2464064`](https://github.com/CCExtractor/ccextractor/commit/24640642260c384263bcea971115f49bf0d0538b) Stop GPAC from analyzing if input source is stdin. - [`d8a6642`](https://github.com/CCExtractor/ccextractor/commit/d8a6642d5f096fffcbe4464a900eedd53d99b062) Exit if input source is stdin for MP4. - [`720008f`](https://github.com/CCExtractor/ccextractor/commit/720008f9fb39d77eec380fb0b388ac6b40f1a3bf) Update params.c ### 📊 Changes **2 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+4 -0) 📝 `src/lib_ccx/params.c` (+6 -0) </details> ### 📄 Description Since GPAC needs a file to be present, MP4 files used to crash on stdin. This PR restricts usage of stdin with MP4 files. Closes #555 . --- <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:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1481