ccextractor icon indicating copy to clipboard operation
ccextractor copied to clipboard

CCExtractor - Official version maintained by the core team

Results 224 ccextractor issues
Sort by recently updated
recently updated
newest added

**In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull...

CCExtractor version: 0.94 # Necessary information - Is this a regression (i.e. did it work before)? NO - What platform did you use? Window - What were the used arguments?...

**In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull...

**In raising this pull request, I confirm the following (please check boxes):** - [ ] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [ ] I have checked that...

**In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull...

In console mode, both versions 0.94 and 0.89, with the following command `.\ccextractorwinfull.exe C:\F\TestFullTS.ts -xmltv N`, where N=1, 2, or 3, produce only an .srt file, the same as if...

This PR fixes Issue #1034, where running CCExtractor with -out=report does not list Teletext pages that contain possible subtitles, even though the same pages are correctly detected during normal extraction....

Partial fix for #1718 Adds CMake options for system library linking as foundation for full implementation: - USE_SYSTEM_ZLIB - Use system zlib instead of bundled - USE_SYSTEM_LIBPNG - Use system...

Problem: The build was failing with Rust 1.54.0 due to use of `is_multiple_of()` method, which wasn't stable until Rust 1.90.0. This broke the project's stated Minimum Supported Rust Version (MSRV)...

Fixes #1701 Problem: The is_decoder_processed_enough() function always returned 'CCX_FALSE' in multiprogram mode due to an unnecessary 'ctx->multiprogram == CCX_FALSE' check. This caused false "premature ending" errors in `switch_to_next_file()`. Solution: Remove...