mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 13:03:58 +00:00
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/1735
Author: @trufio465-bot
Created: 8/23/2025
Status: ❌ Closed
Base:
master← Head:FIX]-Captions-fail-to-extract-on-HEVC-video-stream-#1690📝 Commits (3)
4791a9bAdd support for HEVC video stream in caption extraction4090cc5Merge branch 'CCExtractor:master' into FIX]-Captions-fail-to-extract-on-HEVC-video-stream-#1690ed22419Update ccx_common_constants.h📊 Changes
7 files changed (+36 additions, -12 deletions)
View changed files
📝
src/lib_ccx/ccx_common_constants.h(+9 -7)📝
src/lib_ccx/general_loop.c(+5 -0)📝
src/lib_ccx/sequencing.c(+1 -1)📝
src/lib_ccx/ts_functions.c(+15 -2)📝
src/lib_ccx/ts_info.c(+3 -1)📝
src/lib_ccx/ts_tables.c(+2 -1)📝
src/rust/lib_ccxr/src/common/constants.rs(+1 -0)📄 Description
[FIX]
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This PR fixes an issue where CCExtractor failed to extract EIA-608 captions from HEVC (H.265) transport streams.
Problem:
CCExtractor's transport stream parser did not recognize HEVC (stream type 0x24) as a valid video stream type capable of carrying embedded captions. This resulted in "No captions were found in input" for HEVC files, even when captions were present and playable in other media players.
Solution:
Comprehensive HEVC support has been added across the codebase:
CCX_STREAM_TYPE_VIDEO_HEVC(0x24) andCCX_HEVCbuffer type.Impact:
CCExtractor can now successfully detect and extract EIA-608 captions from HEVC transport stream files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.