Skip to content

Releases: vapoursynth/bestsource

R10

01 Jan 12:11
Compare
Choose a tag to compare
  • Fix a horrible bug in R9 that would make indexes not work at all

R9

30 Dec 22:51
Compare
Choose a tag to compare
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

28 Dec 21:24
Compare
Choose a tag to compare
R9-RC1 Pre-release
Pre-release
  • 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

23 Oct 18:42
12a247d
Compare
Choose a tag to compare
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

17 Oct 20:10
Compare
Choose a tag to compare
R8-RC1 Pre-release
Pre-release

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

19 Sep 17:12
Compare
Choose a tag to compare
R7

Fixed a memory leak where a single AVFrame didn't get freed when the filter is destroyed

R6

14 Jul 16:01
Compare
Choose a tag to compare
R6

Fix more timebase and CFR mode problems

R5

01 Jun 19:07
Compare
Choose a tag to compare
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

25 Apr 08:02
11cdf8c
Compare
Choose a tag to compare
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

20 Apr 07:22
Compare
Choose a tag to compare
R3

Fixes swapped colors in RGB48 and broken output of PAL8 formats