Releases: vapoursynth/bestsource
Releases · vapoursynth/bestsource
R10
- Fix a horrible bug in R9 that would make indexes not work at all
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
R9-RC1
- 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
R8
Adds the possibility to specify exactly where cache files are written (cachemode=3/4)
Improves handling of files with variable format when variable output format is set to false
R8-RC1
Adds the possibility to specify exactly where cache files are written (cachemode=3/4)
Improves handling of files with variable format but variable output format is set to false
R7
Fixed a memory leak where a single AVFrame didn't get freed when the filter is destroyed
R6
Fix more timebase and CFR mode problems
R5
Improved constant framerate guessing logic (assuming the file actually is CFR, VFR files can and will occaionally return just about any random number)
CFR mode fixes
Some compilation fixes
R4
Fix various avs+ issues like 24 bit audio being output as 32 bit and incorrectly setting the fieldbased attribute. No functional changes outside avs+.
R3
Fixes swapped colors in RGB48 and broken output of PAL8 formats