noVNC/core/decoders
keradoxchen 3b76636bdf fix(h264): replace `self` with `this` in H264Context.decode()
`self` refers to `window` in browser context, causing SPS parameters
to be set on the global object instead of the H264Context instance.
This prevents the decoder from ever being properly configured.
2026-02-09 02:44:29 +00:00
..
copyrect.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00
h264.js fix(h264): replace `self` with `this` in H264Context.decode() 2026-02-09 02:44:29 +00:00
hextile.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00
jpeg.js Scan all buffered data looking for JPEG end 2025-09-10 10:21:29 +02:00
raw.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00
rre.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00
tight.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00
tightpng.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00
zlib.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00
zrle.js Consistently use "sentence case" style 2024-11-27 14:40:40 +01:00