mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 13:39:56 +00:00
[PR #1734] [CLOSED] feat: add HEVC support and update related files #2454
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/1734
Author: @VivianVRodrigues
Created: 8/21/2025
Status: ❌ Closed
Base:
master← Head:my-hevc-feature-branch📝 Commits (1)
db9cae7feat: add HEVC support and update related files📊 Changes
13 files changed (+3283 additions, -1971 deletions)
View changed files
➕
keyfile(+8 -0)➕
keyfile.pub(+1 -0)➖
linux/pre-build.sh(+0 -34)📝
src/CMakeLists.txt(+2 -0)📝
src/lib_ccx/CMakeLists.txt(+2 -0)📝
src/lib_ccx/ccx_common_constants.h(+374 -233)📝
src/lib_ccx/general_loop.c(+7 -0)➕
src/lib_ccx/hevc_functions.c(+889 -0)➕
src/lib_ccx/hevc_functions.h(+17 -0)📝
src/lib_ccx/lib_ccx.h(+2 -0)📝
src/lib_ccx/stream_functions.c(+14 -1)📝
src/lib_ccx/ts_functions.c(+1166 -907)📝
src/lib_ccx/ts_tables.c(+801 -796)📄 Description
modified: src/CMakeLists.txt
modified: src/lib_ccx/CMakeLists.txt
modified: src/lib_ccx/ccx_common_constants.h
modified: src/lib_ccx/general_loop.c
modified: src/lib_ccx/lib_ccx.h
modified: src/lib_ccx/stream_functions.c
modified: src/lib_ccx/ts_functions.c
modified: src/lib_ccx/ts_tables.c
src/lib_ccx/hevc_functions.c
src/lib_ccx/hevc_functions.h
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.