mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +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/1843
Author: @cfsmp3
Created: 12/18/2025
Status: ✅ Merged
Merged: 12/18/2025
Merged by: @cfsmp3
Base:
master← Head:fix/issue-1524-mcpoodle-dvdraw📝 Commits (2)
ac49bb5fix: McPoodle DVD raw format read/write (Issue #1524)88fbe91style: Fix formatting and clippy warnings📊 Changes
11 files changed (+697 additions, -47 deletions)
View changed files
📝
src/lib_ccx/ccx_common_constants.c(+2 -2)📝
src/lib_ccx/ccx_common_constants.h(+2 -2)📝
src/lib_ccx/general_loop.c(+26 -5)📝
src/lib_ccx/lib_ccx.h(+5 -0)📝
src/lib_ccx/output.c(+71 -35)📝
src/lib_ccx/stream_functions.c(+13 -0)📝
src/rust/lib_ccxr/src/common/constants.rs(+2 -2)➕
src/rust/src/demuxer/dvdraw.rs(+477 -0)📝
src/rust/src/demuxer/mod.rs(+1 -0)📝
src/rust/src/demuxer/stream_functions.rs(+15 -0)📝
src/rust/src/libccxr_exports/demuxer.rs(+83 -1)📄 Description
Summary
Fixes #1524 - McPoodle DVD raw format can neither be read nor written correctly.
Reading
src/rust/src/demuxer/dvdraw.rs)ccxr_process_dvdraw(),ccxr_is_dvdraw_header()Writing
Test Results
Test plan
cargo test dvdraw🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.