mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +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/1775
Author: @Rahul-2k4
Created: 12/5/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
51b862fAdd teletext report functionality to general_loop.c95efa93Initial plan69672c8Add changelog entry for Teletext report mode fixdcc01e7Merge pull request #1 from Rahul-2k4/copilot/fix-teletext-page-detection349ca6aInitial plan80f78f1Initial plan for fixing formatting issues8c2e54aMerge pull request #2 from Rahul-2k4/copilot/fix-formatting-issues1ff7368Initial plan95661dfUpdate vcpkg baseline to fix libxml2 hash mismatchd6b7052Merge pull request #3 from Rahul-2k4/copilot/update-libxml2-hash📊 Changes
8 files changed (+152 additions, -167 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
docs/OCR.md(+16 -0)📝
src/lib_ccx/general_loop.c(+8 -3)📝
src/lib_ccx/hardsubx_decoder.c(+28 -7)📝
src/lib_ccx/ocr.c(+50 -5)📝
src/rust/Cargo.lock(+7 -140)📝
src/rust/src/hardsubx/classifier.rs(+31 -1)📝
windows/vcpkg.json(+11 -11)📄 Description
This pull request updates the Teletext processing logic in the
process_datafunction to allow Teletext extraction in both normal extraction mode and report mode. The main change is to enable Teletext processing even when the encoder context (enc_ctx) is not present, as long as file reports are being printed.Teletext extraction improvements:
process_data(insrc/lib_ccx/general_loop.c) to allow Teletext processing when eitherenc_ctxis present orccx_options.print_file_reportsis enabled, enabling Teletext extraction in report mode.tlt_process_pes_packetto use a defaultsentence_capof 0 whenenc_ctxis not available, ensuring correct behavior in report mode.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.