[PR #1734] [CLOSED] feat: add HEVC support and update related files #2454

Open
opened 2026-01-29 17:22:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1734
Author: @VivianVRodrigues
Created: 8/21/2025
Status: Closed

Base: masterHead: my-hevc-feature-branch


📝 Commits (1)

  • db9cae7 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1734 **Author:** [@VivianVRodrigues](https://github.com/VivianVRodrigues) **Created:** 8/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `my-hevc-feature-branch` --- ### 📝 Commits (1) - [`db9cae7`](https://github.com/CCExtractor/ccextractor/commit/db9cae715218a909fb93fdf4c4757d3f4baf921c) feat: add HEVC support and update related files ### 📊 Changes **13 files changed** (+3283 additions, -1971 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:22:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2454