mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #227] [MERGED] moved buffered_read to inline function #1104
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/227
Author: @anshul1912
Created: 9/15/2015
Status: ✅ Merged
Merged: 9/18/2015
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (10+)
66408fcmoved buffered_read to inline functionad5b917Compile code in vs20137514886change from int to LLONG940bee3Merge remote-tracking branch 'upstream/master'6bfe3b3Merge branch 'master' of github.com:anshul1912/ccextractor1e2237fsaving missing result4204b78remove dangling declaratione2b0534remove dead code69d077dAdding space and reindenting962357eAdding comments📊 Changes
27 files changed (+510 additions, -374 deletions)
View changed files
📝
src/lib_ccx/activity.h(+1 -0)📝
src/lib_ccx/asf_functions.c(+33 -31)📝
src/lib_ccx/ccx_decoders_608.c(+0 -1)📝
src/lib_ccx/ccx_demuxer.h(+4 -3)📝
src/lib_ccx/ccx_encoders_common.c(+2 -2)📝
src/lib_ccx/ccx_encoders_sami.c(+0 -0)📝
src/lib_ccx/ccx_encoders_smptett.c(+0 -0)📝
src/lib_ccx/ccx_encoders_spupng.c(+1 -1)📝
src/lib_ccx/ccx_encoders_spupng.h(+0 -0)📝
src/lib_ccx/ccx_encoders_srt.c(+0 -0)📝
src/lib_ccx/ccx_encoders_webvtt.c(+0 -0)📝
src/lib_ccx/ccx_encoders_xds.c(+0 -0)📝
src/lib_ccx/ccx_encoders_xds.h(+0 -0)➕
src/lib_ccx/file_buffer.h(+92 -0)📝
src/lib_ccx/file_functions.c(+144 -101)📝
src/lib_ccx/general_loop.c(+18 -15)📝
src/lib_ccx/lib_ccx.h(+0 -29)📝
src/lib_ccx/myth.c(+54 -85)📝
src/lib_ccx/networking.c(+25 -13)📝
src/lib_ccx/stream_functions.c(+6 -3)...and 7 more files
📄 Description
Signed-off-by: Anshul Maheshwari er.anshul.maheshwari@gmail.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.