8000 Releases Β· vapoursynth/bestsource Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: vapoursynth/bestsource

R12

02 Jun 14:39
Compare
Choose a tag to compare
  • 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

18 May 19:59
Compare
Choose a tag to compare
R12-RC1 Pre-release
Pre-release
  • 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

06 Mar 21:20
Compare
Choose a tag to compare
R11
  • Improve duration property calculation
  • Fix rare edge case in framerate guessing code
  • Properly reject bayer formats
  • Identical to R11-RC1

R10

01 Jan 12:11
Compare
Choose a tag to compare
R10
  • 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

0