mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #634] [MERGED] Fixed DVB multiprogram #1480
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/634
Author: @alexbrt
Created: 1/11/2017
Status: ✅ Merged
Merged: 1/13/2017
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (3)
ade11ebFixed DVB multiprogram (timing is still broken)462f63aFixed DVB multiprogram.7ab968cMerge remote-tracking branch 'upstream/master'📊 Changes
13 files changed (+366 additions, -172 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_common.c(+154 -2)📝
src/lib_ccx/ccx_decoders_common.h(+6 -0)📝
src/lib_ccx/ccx_decoders_vbi.h(+1 -0)📝
src/lib_ccx/ccx_decoders_xds.c(+0 -43)📝
src/lib_ccx/ccx_decoders_xds.h(+45 -0)📝
src/lib_ccx/ccx_demuxer.c(+2 -3)📝
src/lib_ccx/ccx_demuxer.h(+13 -11)📝
src/lib_ccx/ccx_encoders_common.c(+1 -1)📝
src/lib_ccx/dvb_subtitle_decoder.c(+16 -3)📝
src/lib_ccx/general_loop.c(+68 -52)📝
src/lib_ccx/lib_ccx.c(+10 -20)📝
src/lib_ccx/ts_functions.c(+49 -34)📝
src/lib_ccx/ts_tables.c(+1 -3)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.