MattJackson
ab63950ef1
PES pipeline: InputStream on DiscStream + IsoStream, MkvOutputStream
- DiscStream: next_frame() reads sectors → decrypts → demuxes → returns PesFrame
- IsoStream: same pattern, reads from ISO file
- MkvOutputStream: accepts PesFrame, writes MKV via MkvMuxer
- InputStream trait: next_frame(), info(), codec_private(), headers_ready()
- OutputStream trait: write_frame(), finish()
- FileSectorReader: SectorReader backed by a file
- PesFrame: track + pts + keyframe + data
Old Read/Write IOStream impls preserved for backward compatibility.
Next: replace pipe() in CLI to use PES pipeline.
2026-04-15 03:03:45 +00:00
..
2026-04-13 00:31:54 +00:00
2026-04-11 20:29:00 +00:00
2026-04-15 01:56:57 +00:00
2026-04-15 02:00:45 +00:00
2026-04-11 21:04:44 +00:00
2026-04-15 03:03:45 +00:00
2026-04-13 00:13:41 +00:00
2026-04-14 23:32:22 +00:00
2026-04-11 21:01:16 +00:00
2026-04-15 01:52:36 +00:00
2026-04-15 01:52:36 +00:00
2026-04-10 08:23:32 -07:00
2026-04-11 16:52:22 +00:00
2026-04-11 21:04:44 +00:00
2026-04-11 21:04:44 +00:00
2026-04-15 02:37:54 +00:00
2026-04-11 19:33:13 +00:00
2026-04-15 03:03:45 +00:00
2026-04-11 16:52:22 +00:00
2026-04-15 02:37:54 +00:00
2026-04-11 16:52:22 +00:00
2026-04-11 21:04:44 +00:00