|
| 1 | +0.96.6 (unreleased) |
| 2 | +------------------- |
| 3 | +- New: Added ASS/SSA \pos-based positioning for CEA-608 captions when layout is simple (1–2 rows) (#1726) |
| 4 | +- Fix: Prevent infinite loop on truncated MKV files |
| 5 | +- Fix: Various memory safety and stability fixes in demuxers (MP4, PS, MKV, DVB) |
| 6 | +- Fix: Delete empty output files instead of leaving 0-byte files (#1282) |
| 7 | + |
| 8 | +0.96.5 (2026-01-05) |
| 9 | +------------------- |
| 10 | +- New: CCExtractor is available again via Homebrew on macOS and Linux. |
| 11 | +- New: Add support for raw CDP (Caption Distribution Packet) files (#1406) |
| 12 | +- New: Add --scc-accurate-timing option for bandwidth-aware SCC output (#1120) |
| 13 | +- Fix: MXF files containing CEA-708 captions not being detected/extracted (#1647) |
| 14 | +- Docs: Add Windows WSL build instructions |
| 15 | +- Fix: Security fixes (out-of-bounds read/write) in a few places in the legacy C code. |
| 16 | + |
| 17 | +0.96.4 (2026-01-01) |
| 18 | +------------------- |
| 19 | +- New: Persistent CEA-708 decoder context - maintains state across multiple calls for proper subtitle continuity |
| 20 | +- New: OCR character blacklist options (--ocr-blacklist, --ocr-blacklist-file) for improved accuracy |
| 21 | +- New: OCR line-split option (--ocr-splitontimechange) for better subtitle segmentation |
| 22 | +- Fix: 32-bit build failures on i686 and armv7l architectures |
| 23 | +- Fix: Legacy command-line argument compatibility (-1, -2, -12, --sc, --svc) |
| 24 | +- Fix: Prevent heap buffer overflow in Teletext processing (security fix) |
| 25 | +- Fix: Prevent integer overflow leading to heap buffer overflow in Transport Stream handling (security fix) |
| 26 | +- Fix: Lazy OCR initialization - only initialize when first DVB subtitle is encountered |
| 27 | +- Build: Optimized Windows CI workflow for faster builds |
| 28 | +- Fix: Updated GUI with version 0.7.1. A blind attempt to fix a hang on start on some Windows. |
| 29 | + |
1 | 30 | 0.96.3 (2025-12-29) |
2 | 31 | ------------------- |
3 | 32 | - New: VOBSUB subtitle extraction with OCR support for MP4 files |
|
0 commit comments