-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhistory.txt
More file actions
57 lines (46 loc) · 2.27 KB
/
history.txt
File metadata and controls
57 lines (46 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
0.2.16 dev
-----------------------
0.2.15.235 - 2025-12-28
-----------------------
Fixed a filter crash when Avisynth cannot deliver a video frame or audio data.
Other minor fixes.
0.2.13.225 - 2025-10-21
-----------------------
Fixed error text display in UTF-8, system ANSI, or mixed encoding (different encodings in different strings). This fixes the display of AviSynth+ errors.
Fixed filter registration and deregistration using included CMD files.
0.2.11.215 - 2025-09-15
-----------------------
Added support for various video formats for AviSynth+ and VapourSynth.
The filter will not open the correct scripts with unsupported video formats.
0.2.9.200 - 2025-06-15
-----------------------
Fixed logging of exceptions with non-ASCII characters for the debug version.
Minimum AviSynth Interface Version to get frame properties is 8 (previously it was 9).
0.2.7.192 - 2025-04-03
-----------------------
Fixed registration of a filter from a folder with Unicode characters.
0.2.5.183 - 2024-12-13
-----------------------
Fixed support for YV12, YV16, YV24 formats for AviSynth+.
0.2.3.174 - 2024-11-05
-----------------------
Fixed display of video frame with error in AviSynth script.
Fixed opening VapourSynth scripts without sound.
Added support for Y10 (Gray10) format.
0.2.1.165 - 2024-08-18
-----------------------
The license has been changed to LGPL-2.1.
Added audio support for AviSynth+ and VapourSynth scripts.
ScriptSourceFilter will not show a video with an error if it cannot connect to AviSynth+ or VapourSynth. This will allow the player to try other filters.
Now uses VapourSynth API 4.
Recommended versions are AviSynth+ 3.7.3 or later, VapourSynth R63 or later.
0.1.4.128 - 2022-09-21
-----------------------
Added Frame Properties support for AviSynth+ and VapourSynth R59.
Recommended versions are AviSynth+ 3.7.2 or later, VapourSynth R59 or later.
0.1.2.106 - 2022-01-05
-----------------------
Removed filter registration for .avs and .vpy extensions. This preserves the ability to open scripts using the "AVI/WAV File Source" system filter. Better solution is to add ScriptSourceFilter as an external filter in MPC-BE, MPC-HC and other players, set the priority as preferred and enable the filter when needed.
0.1.0.76 - 2020-06-16
----------------------
The first official release.