yonlu
5e98c03634
feat(20-01): implement OGG Vorbis tag writer with custom page parser and CRC32
- Custom OGG page parser/writer with MSB-first CRC32 lookup table (ogg.go)
- Vorbis Comment packet parse/serialize with raw byte preservation (ogg_vorbis.go)
- METADATA_BLOCK_PICTURE base64 encoding for cover art with legacy field stripping
- Multi-stream and non-Vorbis OGG rejection with clear error messages
- Pipeline integration: FormatOGG constant, .ogg in DetectFormat, writeOggTags dispatch
- Lenient-read/strict-write: warn on CRC mismatch, always write correct CRCs
- Page sequence renumbering and crash-safe writes via AtomicWrite
2026-03-19 13:53:36 -04:00
..
2026-02-14 01:52:27 -06:00
2026-03-06 21:46:09 -05:00
2026-02-25 15:31:05 -05:00
2026-03-17 10:32:28 -04:00
2026-03-18 13:00:05 -04:00
2026-03-05 14:07:50 -05:00
2026-03-16 18:13:35 -04:00
2026-03-17 21:20:01 -04:00
2026-03-17 10:55:10 -04:00
2026-02-13 20:39:23 -06:00
2026-02-25 20:51:29 -05:00
2026-03-05 19:11:56 -05:00
2026-03-07 02:06:08 -05:00
2026-03-16 12:47:42 -04:00
2026-02-20 18:27:25 -06:00
2026-03-12 19:38:36 -04:00
2026-03-06 21:46:09 -05:00
2026-02-19 13:59:02 -05:00
2026-03-19 13:53:36 -04:00
2026-03-05 14:07:50 -05:00
2026-03-03 17:00:12 -05:00
2026-03-17 10:55:10 -04:00