Siavash Sameni
9334aa5ccd
T6.1: AV1 encoder/decoder with HW probe + SVT-AV1 SW fallback
- New: av1_obu.rs — OBU framer, depacketizer, keyframe detection, LEB128 helpers
- New: dav1d.rs — SW AV1 decoder wrapper (shiguredo_dav1d)
- New: svt_av1.rs — SW AV1 encoder wrapper (shiguredo_svt_av1)
- Add CodecId::Av1Main = 12 with match-arm fixes in downstream crates
- Add VideoToolboxAv1Decoder for macOS M3+ HW decode
- Add MediaCodecAv1Encoder/Decoder for Android (video/av01)
- Add extract_sequence_header_obu() helper for AV1 decoder CSD
- Add 10-frame encode-decode roundtrip test (svt_av1 + dav1d)
- Fix clippy unused import in dav1d.rs
- 15 tests; all workspace tests pass; cargo fmt clean
2026-05-12 18:44:44 +04:00
..
2026-04-06 09:21:35 +00:00
2026-05-12 18:44:44 +04:00
2026-04-10 15:20:21 +04:00
2026-03-28 05:30:11 +04:00
2026-05-11 11:29:18 +04:00
2026-05-11 12:37:32 +04:00
2026-04-10 15:20:21 +04:00
2026-05-11 11:29:18 +04:00
2026-03-28 05:30:11 +04:00
2026-03-28 08:16:57 +04:00
2026-03-27 12:45:07 +04:00
2026-03-28 13:18:50 +04:00
2026-03-29 17:36:55 +04:00
2026-04-13 16:40:56 +04:00
2026-04-12 17:39:59 +04:00
2026-04-13 11:34:01 +04:00
2026-04-08 10:00:21 +04:00
2026-04-13 11:54:37 +04:00
2026-04-13 16:40:56 +04:00
2026-04-14 11:33:12 +04:00
2026-04-14 11:08:46 +04:00
2026-04-07 18:32:24 +04:00
2026-04-12 19:38:37 +04:00
2026-04-14 11:33:12 +04:00
2026-04-14 10:17:17 +04:00
2026-04-14 11:33:12 +04:00
2026-04-14 11:08:46 +04:00
2026-04-13 16:40:56 +04:00
2026-04-14 11:08:46 +04:00
2026-04-13 16:40:56 +04:00
2026-04-07 21:33:05 +04:00
2026-04-14 11:08:46 +04:00
2026-04-07 18:32:24 +04:00
2026-04-14 11:33:12 +04:00
2026-05-11 21:12:04 +04:00
2026-04-13 12:35:59 +04:00
2026-04-13 12:27:26 +04:00
2026-05-11 11:35:15 +04:00
2026-03-28 10:29:17 +04:00
2026-03-28 05:30:11 +04:00
2026-04-10 15:20:21 +04:00
2026-03-30 14:27:52 +04:00
2026-03-28 09:14:25 +04:00
2026-05-11 21:19:03 +04:00