mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
858 B
858 B
status, date, definition
| status | date | definition |
|---|---|---|
| draft | 2026-05-20 | technical |
HEVC variant selection
Select HEVC variants only when the browser and active media pipeline can decode them, while retaining AVC fallback.
Proposed direction
- Filter by codec capability before applying quality policy.
- Prefer HEVC only through explicit policy or a measured efficiency advantage.
- Reuse normal video-track switching when codec transitions are supported.
- Retain a playable AVC path for devices with incomplete HEVC support.
Before implementation
Define codec-string normalization, platform exceptions, changeType requirements, and preference policy. Test HEVC-only, mixed HEVC/AVC, false-positive capability results, and midstream fallback.