mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #825] [MERGED] Add MXF support #1642
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
42ab164Add MXF support📊 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):
My familiarity with the project is as follows (check one):
{pull request content here}
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.