mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1849] [MERGED] fix: RCWT/WTV timing fixes, Latin-1 music note encoding #2613
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/1849
Author: @cfsmp3
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @cfsmp3
Base:
master← Head:ci/verify-merged-fixes-dec-2025📝 Commits (4)
0c0e444ci: Trigger verification run after merging PRs #1847 and [PR #1045] [FIX] Fixed windows multicast bug (#1848)78642bcci: Retrigger Sample Platform CI8988152fix(rcwt): Fix timestamp calculation for RCWT/BIN format files300f8cafix(wtv,encoding): Fix WTV timing and Latin-1 music note encoding📊 Changes
5 files changed (+25 additions, -9 deletions)
View changed files
📝
CI_TRIAGE_DEC_2025.md(+8 -4)📝
src/ccextractor.c(+2 -0)📝
src/lib_ccx/general_loop.c(+4 -1)📝
src/lib_ccx/wtv_functions.c(+9 -2)📝
src/rust/lib_ccxr/src/util/encoding.rs(+2 -2)📄 Description
Summary
This PR includes bug fixes discovered during CI regression test triage. After extensive FFmpeg validation, most failing tests produce correct output and need ground truth updates on Sample Platform.
Bug Fixes Included
RCWT/BIN timing fix (
general_loop.c)rcwt_loop()setmin_pts = 0but didn't setpts_set = 2(MinPtsSet)fts_nowcalculation, causing timestamps to cluster near 0WTV timing fix (
wtv_functions.c)pts_set = 1instead ofpts_set = 2Latin-1 music note encoding (
encoding.rs)#as substituteTests Requiring Ground Truth Updates
XDS Section (14 tests)
Test IDs: 98, 103, 105, 106, 114, 117, 119, 120, 121, 123, 124, 125, 132
WTV Section (11 tests)
Test IDs: 84, 85, 86, 87, 89, 90, 91, 93, 94, 95, 96
Broken Section (4 tests)
Test IDs: 2, 5, 8, 9
DVD Section (3 tests)
Test IDs: 133, 134, 135
Hauppauge Section (3 tests)
Test IDs: 48, 49, 50
General Section (timing tests)
Test IDs: 6, 10, 24, 25, 26, 27, 31, 32, 33, 34, 35, 36, 38, 41, 42, 44, 45, 46, 47
DVB Section (1 test)
Test ID: 21
Teletext Section (1 test)
Test ID: 78
Hardsubx Section (1 test)
Test ID: 241
CEA-708 Section (6 tests)
Test IDs: 137, 141, 142, 146, 147, 149
Summary of Required GT Updates
Tests That Should Pass (No GT Update Needed)
Test Plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.