Releases: gkozlenko/node-video-lib
Releases · gkozlenko/node-video-lib
v2.3.1
24 May 15:05
Compare
Sorry, something went wrong.
No results found
Version 2.3.1
Fix infinite loop issue in the parse method
Truncate floating numbers in elst atoms
v2.3.0
20 Apr 14:23
Compare
Sorry, something went wrong.
No results found
Version 2.3.0
Basic implementation of empty edits
Add an ability to support empty edits at the beginning of audio and video tracks. If a track is started with a delay, it's reflected in the edts and elst atoms. This is a basic implementation of these atoms support in MP4 parser and builder classes.
MDHD atom improvement
Take into account version 1 in the build method.
Cover this atom with unit tests.
v2.2.3
14 Feb 08:10
Compare
Sorry, something went wrong.
No results found
Version 2.2.3
Fix a bug in the MP4 Builder
HDLR atom:
Use the correct atom size
Use the correct position for the component name
Correctly parse the component name
FTYP atom:
Set minor version to 0x200
Video sample atom:
Get rid of the useless encoder name
Clean dev dependencies
Replace unnecessary dev dependencies with self-written code:
Improvements
Replace deprecated Buffer.slice by Buffer.subarray
Require all atom classes statically instead of require them dynamically
v2.2.2
07 Feb 19:29
Compare
Sorry, something went wrong.
No results found
Version 2.2.2
Fix bugs in FLV and MP4 parsers:
Ignore tags that cannot be read due to unexpected file ending
Ignore tracks that don't have proper codec information
v2.2.1
27 Apr 05:51
Compare
Sorry, something went wrong.
No results found
Version 2.2.1
Update dependencies
v2.2.0
07 Dec 07:43
Compare
Sorry, something went wrong.
No results found
Version 2.2.0
MP4: Basic implementation of the MP4 builder
v2.1.12
29 Nov 04:33
Compare
Sorry, something went wrong.
No results found
Version 2.1.12
HLS: Don't split video sample into chunks
v2.1.11
24 Nov 06:58
Compare
Sorry, something went wrong.
No results found
Version 2.1.11
HLS: Pack consecutive audio samples into one payload
HLS: Change maximum size of the video payload
Avoid creating empty fragments
v2.1.10
15 Jul 17:05
Compare
Sorry, something went wrong.
No results found
Version 2.1.10
Fix a bug in BufferUtils
Upgrade vulnerable dependency
v2.1.9
02 May 12:06
Compare
Sorry, something went wrong.
No results found
Version 2.1.9
Support H.265/HVC1 videos