video-dev / hls.js

HLS.js is a JavaScript library that plays HLS in browsers with support for MSE.
https://hlsjs.video-dev.org/demo
Other
14.72k stars 2.57k forks source link

Fix PPS array growth in HEVC TS parser #6724

Open devoldemar opened 17 hours ago

devoldemar commented 17 hours ago

Why is this Pull Request needed?

This is a fix of track's PPS array growth and related memory leak in HEVC TS parser.

Resolves issues:

#6683

Checklist