Releases: vapoursynth/bestsource
Releases · vapoursynth/bestsource
R16
R15
- Fixed crash when hardware decoders don't support a specific subtype of the decoded format
- Fixed files decoding to certain non-native endian planar formats having corrupt output (for example 16 bit pngs written by imwri)
- Alternative set of Windows binaries from ci that only work with VapourSynth but have additional format support
R14
- Alternative set of Windows binaries from ci that only only work with VapourSynth but have additional format support
- Improved h264 in avi timestamp guessing
- Fixed audio delay adjustment
- Added exporttimestamps argument to VideoSource() which makes it also return all timestamps
R14-RC1
R13
- Fixed weird miscompilation in windows binaries that would prevent threads and other resources from being freed
- Fixed v2 timecodes being written in seconds instead of milliseconds
- Fixed memory leak in SetMaxDecoderInstances() if too many decoders have already been created
R12
- Hardware decoding will now by default automatically fall back to CPU decoding if no suitable hardware decoder can be found, note that if anything else goes wrong it is still considered an error, this behavior can be controlled with the hwfallback argument
- The maxdecoders argument has been added to make it possible to reduce the number of concurrent decoder instances used to conserve memory (4x4k h.264 decoders with max reference frames can use up to 1GB of memory total in addition to the internal cache)
- Default internal cache size is reduced to 100MB for video decoding
- Improved framerate guessing code to handle even weirder cases
- Fixed seeking performance for CFR h.264 in AVI and possibly others
- Index files are now by default stored in $XDG_CACHE_HOME/bsindex when not running on windows
Source is identical to RC1. Windows binaries are compiled with slightly newer library versions.
R12-RC1
- Hardware decoding will now by default automatically fall back to CPU decoding if no suitable hardware decoder can be found, note that if anything else goes wrong it is still considered an error, this behavior can be controlled with the hwfallback argument
- The maxdecoders argument has been added to make it possible to reduce the number of concurrent decoder instances used to conserve memory (4x4k h.264 decoders with max reference frames can use up to 1GB of memory total in addition to the internal cache)
- Default internal cache size is reduced to 100MB for video decoding
- Improved framerate guessing code to handle even weirder cases
- Fixed seeking performance for CFR h.264 in AVI and possibly others
- Index files are now by default stored in $XDG_CACHE_HOME/bsindex when not running on windows
R11
R10
R9
- Greatly improved support for variable format contents and it's now possible to select which format set to output
- Added a function to get track metadata
- Added support for choosing which mv-hevc view id to output
- Added a workaround for files with no keyframes set at all that may make seeking fast (such as ffmpeg encoded huffyuv)
- Output XYZ format as RGB to be more consistent
- Fix output of packed subsampled formats (YUY2 is probably the only one anyone noticed)
- Default changed to showprogress=true