mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 03:52:46 +00:00
[PR #197] [MERGED] Correcting Boundary condition #1075
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/197
Author: @anshul1912
Created: 7/2/2015
Status: ✅ Merged
Merged: 7/4/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (10+)
8026d2eRemove unused loop30e7f95move pmt from global to demuxer ctx78d8d85Adding header filedc17946Remove infinite loops62e189acorrectin loss of last framed58fb00Correcting boundary condtions9d22f9aAdding error Message at boundaryc6721ebmaking array of cap pid0523f0bcheck array boundary before acess6428587encoding flushed bytes📊 Changes
18 files changed (+423 additions, -357 deletions)
View changed files
📝
src/lib_ccx/asf_functions.c(+3 -1)📝
src/lib_ccx/ccx_common_common.h(+4 -0)📝
src/lib_ccx/ccx_common_option.c(+2 -1)📝
src/lib_ccx/ccx_common_option.h(+2 -1)📝
src/lib_ccx/ccx_decoders_608.c(+2 -1)📝
src/lib_ccx/ccx_decoders_608.h(+3 -1)📝
src/lib_ccx/ccx_demuxer.c(+7 -3)📝
src/lib_ccx/ccx_demuxer.h(+7 -1)📝
src/lib_ccx/ccx_encoders_helpers.c(+6 -1)📝
src/lib_ccx/configuration.c(+1 -1)📝
src/lib_ccx/general_loop.c(+23 -10)📝
src/lib_ccx/lib_ccx.h(+4 -81)📝
src/lib_ccx/params.c(+2 -1)📝
src/lib_ccx/ts_functions.c(+177 -176)➕
src/lib_ccx/ts_functions.h(+76 -0)📝
src/lib_ccx/ts_tables.c(+67 -45)📝
src/lib_ccx/ts_tables_epg.c(+18 -18)📝
src/lib_ccx/wtv_functions.c(+19 -15)📄 Description
This pull request is tested with Willem TestSuite
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.