mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #191] [MERGED] Making Demuxer Context #1073
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/191
Author: @anshul1912
Created: 6/25/2015
Status: ✅ Merged
Merged: 6/26/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (2)
cb39d12Making demuxer contextf3fe829remove false warning about premature file completion📊 Changes
25 files changed (+779 additions, -600 deletions)
View changed files
📝
src/ccextractor.c(+18 -113)📝
src/gpacmp4/mp4.c(+1 -0)➕
src/lib_ccx/activity.h(+16 -0)📝
src/lib_ccx/asf_functions.c(+31 -30)📝
src/lib_ccx/ccx_common_option.c(+3 -3)📝
src/lib_ccx/ccx_common_option.h(+8 -3)➕
src/lib_ccx/ccx_demuxer.c(+402 -0)➕
src/lib_ccx/ccx_demuxer.h(+63 -0)📝
src/lib_ccx/configuration.c(+0 -1)📝
src/lib_ccx/es_functions.c(+1 -0)📝
src/lib_ccx/file_functions.c(+57 -96)📝
src/lib_ccx/general_loop.c(+32 -29)📝
src/lib_ccx/lib_ccx.c(+4 -16)📝
src/lib_ccx/lib_ccx.h(+13 -51)📝
src/lib_ccx/myth.c(+18 -17)📝
src/lib_ccx/params.c(+26 -13)📝
src/lib_ccx/params_dump.c(+9 -158)📝
src/lib_ccx/sequencing.c(+4 -1)📝
src/lib_ccx/stream_functions.c(+7 -7)📝
src/lib_ccx/telxcc.c(+5 -4)...and 5 more files
📄 Description
Changes Tested with willem testSuite
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.