mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #704] [MERGED] Imported Matroska decoder #1529
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/704
Author: @Izaron
Created: 3/2/2017
Status: ✅ Merged
Merged: 3/2/2017
Merged by: @cfsmp3
Base:
master← Head:matroska📝 Commits (8)
28f84c7Added Matroska decoder skeleton20b557fMatroska main part integratede74074fRemoved matroska int and byte types1f478cfAdded matroska warnings about "-out="2048827Added time for the activity progress76cb7b9Added matroska.c to filters and fixed _MSC_VERedaa3b8Fixed bug with sub name in Windowsa66f3c3Added "No captions" code support in Matroska📊 Changes
12 files changed (+1220 additions, -3 deletions)
View changed files
📝
src/ccextractor.c(+5 -0)📝
src/lib_ccx/ccx_common_constants.h(+1 -0)📝
src/lib_ccx/ccx_common_option.h(+1 -0)📝
src/lib_ccx/ccx_common_platform.h(+3 -3)📝
src/lib_ccx/ccx_demuxer.c(+3 -0)📝
src/lib_ccx/lib_ccx.h(+3 -0)➕
src/lib_ccx/matroska.c(+947 -0)➕
src/lib_ccx/matroska.h(+229 -0)📝
src/lib_ccx/params.c(+6 -0)📝
src/lib_ccx/stream_functions.c(+18 -0)📝
windows/ccextractor.vcxproj(+1 -0)📝
windows/ccextractor.vcxproj.filters(+3 -0)📄 Description
Imported my Matroska decoder
Specs https://www.matroska.org/technical/specs/index.html
Sample 5.9GB video output https://paste.fedoraproject.org/paste/AYb4sX-85mAwWSPQNWA6Ol5M1UNdIGYhyRLivL9gydE=/raw
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.