mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #198] [MERGED] Multiprogram Support #1080
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/198
Author: @anshul1912
Created: 7/5/2015
Status: ✅ Merged
Merged: 7/12/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (10+)
5b24334move pmt code related comments near parsePMTc5ca7c7working with srt output and single program input6642084Open up more buffer typeab0f54bcorrect handling for eof6aaa4feAdd windex instead len2f92036Initialize databuffertype04b9e40Add reset hack back again5716ab7Add back haupage support in tsd88fa2aremove context dependency from write_sectioncb49812broken teletext📊 Changes
38 files changed (+2556 additions, -997 deletions)
View changed files
📝
src/ccextractor.c(+8 -16)📝
src/lib_ccx/608_sami.c(+77 -13)📝
src/lib_ccx/608_smptett.c(+28 -1)📝
src/lib_ccx/608_spupng.c(+132 -0)📝
src/lib_ccx/608_srt.c(+31 -4)📝
src/lib_ccx/asf_functions.c(+19 -7)📝
src/lib_ccx/avc_functions.c(+112 -97)➕
src/lib_ccx/avc_functions.h(+35 -0)📝
src/lib_ccx/ccx_common_common.c(+27 -0)📝
src/lib_ccx/ccx_common_common.h(+5 -0)📝
src/lib_ccx/ccx_common_constants.h(+1 -0)📝
src/lib_ccx/ccx_common_option.c(+10 -11)📝
src/lib_ccx/ccx_common_option.h(+15 -12)📝
src/lib_ccx/ccx_common_structs.h(+6 -0)📝
src/lib_ccx/ccx_decoders_common.c(+1 -4)📝
src/lib_ccx/ccx_decoders_common.h(+1 -1)📝
src/lib_ccx/ccx_decoders_structs.h(+3 -0)📝
src/lib_ccx/ccx_demuxer.c(+104 -31)📝
src/lib_ccx/ccx_demuxer.h(+84 -8)📝
src/lib_ccx/ccx_encoders_common.c(+166 -8)...and 18 more files
📄 Description
This is draft pull request not meant to be merged.
Reason of this Pull request is to gather opinion of team on new code since drastic changes are there.
http://gsocdev.ccextractor.org/~anshul/git-build/5716ab7cfce5198487bf7793cdfbf4dce8e7e85e/Testsuite_Report_2015-07-06_180039/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.