-
Notifications
You must be signed in to change notification settings - Fork 12
/
ChangeLog
171 lines (101 loc) · 5.01 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
2010-02-02 Scott Sibley <[email protected]>
* plguins/actor/*: More plugin templates. Just the basics for now.
2010-02-01 Scott Sibley <[email protected]>
* plugins/transform/*: Ported more plugins. Again, no testing done. No
build scripts. No voodoo. Just params, copy/paste, and privatizing.
* common/avs_globals.*: Added AvsLPVOID for two trans plugins.
2010-01-31 Scott Sibley <[email protected]>
* plugins/actor/superscope/: Superscope now handles colors, although only
32 bit.
* plugins/transform/*: Ported several plugins. No testing was done, and
they're likely incomplete. I more less did params and some copy/paste work.
* visscript/avs_runnable.c: Inject $PI, $E, and $PHI into every variable
manager.
2010-01-27 Scott Sibley <[email protected]>
* plugins/transform/movement/: Updated to current code. It's buggy at the
moment.
* plugins/*: Included copies of all avs source into their respective
directories.
2010-01-26 Scott Sibley <[email protected]>
* visscript/avs.h, visscript/avs_debug.h, visscript/avs_compile.c:
Improved VisScript debugging. It will now follow libvisual's verbosness.
Check avs.h for additional debug macros. Also I modified dump_stack so
it now uses the debug facility instead of writing directly to stdout.
2010-01-25 Scott Sibley <[email protected]>
* plugins/*: Remove VisString code
* visscript/*: Provide getosc and getspec with a VisAudio
* visscript/avs_functions.c: Cache getosc/getspec results
* common/avs_globals.*: Added GlobalProxy for pipeline globals -- the
proxy is set as the plugin's private object from within the pipeline.
Extract it before assigning the plugin's real private object, if desired.
Handle the proxy as you would any other VisObject.
* plugins/transform/dmovement/*: More attempts to get this working
2006-09-19 Dennis Smit <[email protected]>
* *: Many updates and improvements.
2006-03-04 Dennis Smit <[email protected]>
* plugins/transform/movement/onetone/*,
plugins/transform/movement/invert/*:
Adding plugins.
2006-03-03 Dennis Smit <[email protected]>
* plugins/transform/movement/*: Added the movement elem (also ty to
Sepp).
2006-03-03 Dennis Smit <[email protected]>
* visscript/*: Importing visscript here, will be visscript home for a
while.
* plugins/actor/superscope/*: super scope plugin.
* src/*: Random fixes/cleanups etc etc.
Sepp Wijnands bears all credit for visscript and superscope.
2005-09-12 Dennis Smit <[email protected]>
* COPYING: Fixed.
2005-05-12 Dennis Smit <[email protected]>
* docs/avs_format.txt: Added, by Zevensoft from #avs, freenode.
2005-03-14 Duilio Protti <[email protected]>
* common/Makefile.am: added LIBVISUAL_CFLAGS to
AM_CFLAGS.
2005-03-13 Dennis Smit <[email protected]>
* W_AVS_WISHLIST: Adding, let's learn from it.
2005-03-09 Dennis Smit <[email protected]>
* common/*.h, src/*.h: Adopted new casting API.
2005-02-11 Dennis Smit <[email protected]>
* plugins/*/*: Added the "avs" flag to the plugins.
2005-01-29 Dennis Smit <[email protected]>
* src/lvavs_script*.*: Adding beginning of avs script support.
* src/scripttree.c: Adding test thingy.
* src/avs_parse: remove.
2005-01-27 Dennis Smit <[email protected]>
* configure.ac: Adding channelshift.
* plugins/transform/channelshift/*: Adding plugin.
* src/*: Fixed, adding support for channelshift, named APE avs entries.
2005-01-26 Dennis Smit <[email protected]>
* configure.ac: Adding multiplier.
* plugins/transform/multiplier/*: Adding plugin.
* src/*: Fixed, adding support for multiplier, named APE avs entries.
2005-01-25 Dennis Smit <[email protected]>
* src/*: Small updates.
* plugins/actor/ring/*: Using the avs_gfx_color_cycler.
* common/avs_gfx.*: Adding the color_cycler.
* common/avs_config.*: Adding standard config stuff.
2005-01-25 Dennis Smit <[email protected]>
* src/*: updates.
2005-01-25 Dennis Smit <[email protected]>
* plugins/actor/ring/*: Nearly finished.
* common/*: Adding common routines here.
* src/*: More fixing.
Yeah very specific ChangeLog entry, I know.
2005-01-21 Dennis Smit <[email protected]>
* plugins/actor/ring/*: Adding begin frame of ring element. Needs some
investigation in the render pipeline and such, so it's going to proof
to be a good testbed for the whole AVS stuff.
2005-01-21 Dennis Smit <[email protected]>
* src/lvavs_preset.c, src/lvavs_preset.h,
src/lvavs_pipeline.c, src?lvavs_preset.h: Fixed the compile errors,
and super small bugs.
* src/actor_AVS.c: nego is before events, catch this.
2005-01-21 Dennis Smit <[email protected]>
* src/lvavs_preset.c, src/lvavs_preset.h,
src/lvavs_pipeline.c, src?lvavs_preset.h: The 1k code spray, I haven't
yet compiled this :).
2005-01-20 Dennis Smit <[email protected]>
* *: Adding a whole load of files here.
2005-01-20 Dennis Smit <[email protected]>
* *: Checking all this stuff in.