mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #195] [MERGED] moving subline global to encoder context #1074
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/195
Author: @anshul1912
Created: 6/30/2015
Status: ✅ Merged
Merged: 6/30/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (6)
71f030fmove parameter checking to parameter ctx6d41964Addin decoded subtitle in decoder context340549ecoreected broken detect stream83aa970moving subline bufffer to encoder context9b0ba13Corrected broken position_sanity_checkc98e002remove seg fault while overwrite detection📊 Changes
18 files changed (+131 additions, -175 deletions)
View changed files
📝
src/ccextractor.c(+18 -95)📝
src/lib_ccx/608_sami.c(+4 -4)📝
src/lib_ccx/608_smptett.c(+4 -4)📝
src/lib_ccx/608_spupng.c(+3 -3)📝
src/lib_ccx/608_srt.c(+4 -4)📝
src/lib_ccx/ccx_decoders_608.c(+1 -4)📝
src/lib_ccx/ccx_decoders_common.c(+4 -0)📝
src/lib_ccx/ccx_decoders_structs.h(+1 -0)📝
src/lib_ccx/ccx_demuxer.c(+9 -9)📝
src/lib_ccx/ccx_encoders_common.c(+7 -5)📝
src/lib_ccx/ccx_encoders_common.h(+1 -0)📝
src/lib_ccx/file_functions.c(+5 -4)📝
src/lib_ccx/general_loop.c(+25 -28)📝
src/lib_ccx/lib_ccx.c(+24 -3)📝
src/lib_ccx/lib_ccx.h(+1 -4)📝
src/lib_ccx/myth.c(+8 -8)📝
src/lib_ccx/output.c(+1 -0)📝
src/lib_ccx/params.c(+11 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.