4.15.36 (2026-03-23)
Bug Fixes
- HLS: Add support for DTS and DTS-HD audio codec variants (#9863) (f119954)
- HLS: Prevent infinite manifest update delay (#9867) (0a03ac3)
- Increase tolerance for duplicate segment detection (#9865) (67bdc27)
- util: Add support for MPEG-2 video codec (#9860) (04d7bd7)
Performance Improvements
- DASH: loop over adaptation sets using the partition method (#9862) (b59ba35)
- HLS: parse tag string directly instead of creating an array (#9856) (ac89f9a)
- HLS: reduce GC pressure when parsing HLS manifest tags (#9857) (99322cd)
- net: avoid array allocations in XHR header parsing to reduce GC pressure (#9874) (ac6c787)
- player: stop recreating functions on video time update (#9854) (0671a7d)
- Transmuxer: replace identical object literals with named constants (#9852) (e5b3951)
- VTT: reduce GC pressure in VTT text parser (#9869) (3f5840b)