mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #278] [MERGED] Adding GXF support #1126
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/278
Author: @anshul1912
Created: 2/9/2016
Status: ✅ Merged
Merged: 2/10/2016
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (2)
20859d3Adding GXF support2ca835eupdate linux build scripts📊 Changes
32 files changed (+7905 additions, -11 deletions)
View changed files
📝
linux/Makefile(+9 -4)📝
linux/build(+4 -3)📝
linux/builddebug(+4 -3)📝
src/ccextractor.c(+1 -0)📝
src/lib_ccx/ccx_common_constants.h(+1 -0)📝
src/lib_ccx/ccx_decoders_common.c(+1 -0)📝
src/lib_ccx/ccx_decoders_structs.h(+1 -0)➕
src/lib_ccx/ccx_decoders_vbi.c(+100 -0)➕
src/lib_ccx/ccx_decoders_vbi.h(+28 -0)📝
src/lib_ccx/ccx_demuxer.c(+5 -0)📝
src/lib_ccx/ccx_demuxer.h(+5 -0)➕
src/lib_ccx/ccx_gxf.c(+1734 -0)➕
src/lib_ccx/ccx_gxf.h(+9 -0)📝
src/lib_ccx/es_userdata.c(+26 -0)📝
src/lib_ccx/file_buffer.h(+2 -0)📝
src/lib_ccx/file_functions.c(+20 -0)📝
src/lib_ccx/general_loop.c(+16 -1)📝
src/lib_ccx/stream_functions.c(+9 -0)📝
src/lib_ccx/utility.c(+8 -0)📝
src/lib_ccx/utility.h(+7 -0)...and 12 more files
📄 Description
Signed-off-by: Anshul Maheshwari anshul.ffmpeg@gmail.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.