[PR #272] [MERGED] Move FFmpeg demuxer in cc_demuxer from ccextractor #1123

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/272
Author: @anshul1912
Created: 1/31/2016
Status: Merged
Merged: 1/31/2016
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (1)

  • d7136a8 Move FFmpeg demuxer in cc_demuxer from ccextractor

📊 Changes

7 files changed (+104 additions, -64 deletions)

View changed files

📝 src/ccextractor.c (+3 -45)
📝 src/lib_ccx/ccx_common_constants.h (+5 -0)
📝 src/lib_ccx/ccx_demuxer.c (+20 -6)
📝 src/lib_ccx/ccx_demuxer.h (+3 -0)
📝 src/lib_ccx/ffmpeg_intgr.c (+60 -5)
📝 src/lib_ccx/ffmpeg_intgr.h (+3 -8)
📝 src/lib_ccx/general_loop.c (+10 -0)

📄 Description

Signed-off-by: Anshul Maheshwari er.anshul.maheshwari@gmail.com


🔄 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/272 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 1/31/2016 **Status:** ✅ Merged **Merged:** 1/31/2016 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d7136a8`](https://github.com/CCExtractor/ccextractor/commit/d7136a83908831cbc63bae46be572879e9efa667) Move FFmpeg demuxer in cc_demuxer from ccextractor ### 📊 Changes **7 files changed** (+104 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+3 -45) 📝 `src/lib_ccx/ccx_common_constants.h` (+5 -0) 📝 `src/lib_ccx/ccx_demuxer.c` (+20 -6) 📝 `src/lib_ccx/ccx_demuxer.h` (+3 -0) 📝 `src/lib_ccx/ffmpeg_intgr.c` (+60 -5) 📝 `src/lib_ccx/ffmpeg_intgr.h` (+3 -8) 📝 `src/lib_ccx/general_loop.c` (+10 -0) </details> ### 📄 Description Signed-off-by: Anshul Maheshwari er.anshul.maheshwari@gmail.com --- <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:59:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1123