[PR #825] [MERGED] Add MXF support #1642

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/825
Author: @anshul1912
Created: 12/5/2017
Status: Merged
Merged: 12/6/2017
Merged by: @anshul1912

Base: masterHead: master


📝 Commits (1)

📊 Changes

13 files changed (+657 additions, -2 deletions)

View changed files

📝 src/ccextractor.c (+1 -0)
📝 src/lib_ccx/ccx_common_constants.h (+2 -0)
📝 src/lib_ccx/ccx_demuxer.c (+3 -0)
src/lib_ccx/ccx_demuxer_mxf.c (+613 -0)
src/lib_ccx/ccx_demuxer_mxf.h (+8 -0)
📝 src/lib_ccx/file_buffer.h (+1 -0)
📝 src/lib_ccx/file_functions.c (+10 -2)
📝 src/lib_ccx/general_loop.c (+4 -0)
📝 src/lib_ccx/lib_ccx.h (+2 -0)
📝 src/lib_ccx/stream_functions.c (+10 -0)
📝 src/lib_ccx/utility.c (+1 -0)
📝 src/lib_ccx/utility.h (+1 -0)
📝 windows/ccextractor.vcxproj (+1 -0)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • [Y ] I have read and understood the contributors guide.
  • [ Y] I have checked that another pull request for this purpose does not exist.
  • [ Y] I have considered, and confirmed that this submission will be valuable to others.
  • [ Y] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • [ Y] I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • [N ] I have never used CCExtractor.
  • [ N] I have used CCExtractor just a couple of times.
  • [ N] I absolutely love CCExtractor, but have not contributed previously.
  • [ N] I am an active contributor to CCExtractor.

{pull request content here}


🔄 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/825 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 12/5/2017 **Status:** ✅ Merged **Merged:** 12/6/2017 **Merged by:** [@anshul1912](https://github.com/anshul1912) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`42ab164`](https://github.com/CCExtractor/ccextractor/commit/42ab16405dbf5d58f4e119d66769c40ee7c66f71) Add MXF support ### 📊 Changes **13 files changed** (+657 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+1 -0) 📝 `src/lib_ccx/ccx_common_constants.h` (+2 -0) 📝 `src/lib_ccx/ccx_demuxer.c` (+3 -0) ➕ `src/lib_ccx/ccx_demuxer_mxf.c` (+613 -0) ➕ `src/lib_ccx/ccx_demuxer_mxf.h` (+8 -0) 📝 `src/lib_ccx/file_buffer.h` (+1 -0) 📝 `src/lib_ccx/file_functions.c` (+10 -2) 📝 `src/lib_ccx/general_loop.c` (+4 -0) 📝 `src/lib_ccx/lib_ccx.h` (+2 -0) 📝 `src/lib_ccx/stream_functions.c` (+10 -0) 📝 `src/lib_ccx/utility.c` (+1 -0) 📝 `src/lib_ccx/utility.h` (+1 -0) 📝 `windows/ccextractor.vcxproj` (+1 -0) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [Y ] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [ Y] I have checked that another pull request for this purpose does not exist. - [ Y] I have considered, and confirmed that this submission will be valuable to others. - [ Y] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [ Y] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [N ] I have never used CCExtractor. - [ N] I have used CCExtractor just a couple of times. - [ N] I absolutely love CCExtractor, but have not contributed previously. - [ N] I am an active contributor to CCExtractor. --- {pull request content here} --- <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:17:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1642