mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #276] [CLOSED] GXF support #1124
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/276
Author: @anshul1912
Created: 2/7/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
20859d3Adding GXF support📊 Changes
30 files changed (+7897 additions, -5 deletions)
View changed files
📝
linux/Makefile(+9 -4)📝
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)➕
src/zvbi/bcd.h(+217 -0)➕
src/zvbi/bit_slicer.c(+1037 -0)...and 10 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.