-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangelog
75 lines (58 loc) · 2.98 KB
/
Changelog
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
0.29 DJATOM's mod 4 (2020-3-05)
new: linux support, unify code to compile on both Windows and Linux OSes, drop headers from repo (now using system headers).
0.28 DJATOM's mod 3 (2016-8-16)
removed: CSP-related conversion code.
info: this program doesn't support classic avisynth anymore. The core features now depends on avs+ functions, so it's not possible to support obsolete versions.
improvement: added support for all new HBD stuff.
0.27 DJATOM's mod 2 (2016-8-12)
merged: new options from BM's mod 3 (depth, par, fps). Old 'wheels' removed.
removed: -log option. Guess it useless now.
removed: 'Distributor'-related code. Use Avs+, if you want multi-threaded Avisynth.
new: implemented native HBD support. Only 16-bit and float for now. I'll add more stuff here once it will be merged in Avs+ from PR.
new: -nstdr option. Silences all stderr output. Use it when piping to external encoder.
improvement: now application prints progress console, so -log is not needed under Wine. The output schema was reworked and should be better.
Also migrated to avisynth_c.h from Avs+, it makes me easy to support new avs+ stuff when it will come.
GCC will complaints about avisynth_c.h, but I think it's not that critical.
0.26a DJATOM's mod (2014-8-26)
fixed i420p10/i420p16 options bug (thx Isorkin for testing).
now I use MSVC 2012 with Intel Composer XE 2013 inbstead of MinGW.
0.26 DJATOM's mod (2014-8-20)
mod: added i420p10/i420p16 to -csp.
removed huffyuv functionality 'cuz it useless now.
0.25 DJATOM's mod (2013-9-13)
new option: -log for logging to file (useful on Wine).
0.24 DJATOM's mod (2013-2-12)
modified verbose output: now avs2yuv print all usefull info about processing to CMD's caption (like x264).
0.24 BugMaster's mod 2 (2011-9-20)
merge 2 changes by Oka Motofumi (aka Chikuzen):
added 128 KB file buffering for speed up
use ffmpeg for huffyuv encoding instead of mencoder
added support for interlaced avs sources (it must be field-based instead of frame-based)
new option: -csp i420/i422/i444 for support of I422/I444 colorspaces output (AviSynth 2.6+ is required)
0.24 BugMaster's mod (2011-7-7)
replaced AviSynth C++ interface with C interface
compiles with GCC instead of MSVS
added call of 'Distributor' for multi-threaded scripts
calls avs_delete_script_environment at the end of work
0.24 (2005-3-4)
new option: -raw outputs raw I420 (omits yuv4mpeg headers)
0.23 (2005-1-26)
new option: -slave takes a list of frames to decode
0.22 (2004-11-25)
fixed a bug when -frames comes before -seek on the command line
0.21 (2004-11-22)
write to multiple output streams
huffyuv preset (doesn't work under wine)
0.20 (2004-11-22)
prints avisynth error messages instead of crashing
no longer requires avisynth_c.dll
0.13 (2004-11-10)
binmode stdout again
0.12 (2004-11-9)
reduced memory footprint
no longer requires that avisynth be installed; merely having the dlls is enough
fixed a possible crash on exit
0.11 (2004-10-31)
binmode stdout (may or may not fix some piping problems)
0.1 (2004-10-4)
initial release