Subversion Repositories filter_foundry

Rev

Rev 308 | Rev 312 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 308 Rev 311
Line 3... Line 3...
3
==================
3
==================
4
 
4
 
5
Known bugs
5
Known bugs
6
----------
6
----------
7
 
7
 
8
)(None)
8
(None)
9
 
9
 
10
 
10
 
11
Minor priority stuff or ideas
11
Minor priority stuff or ideas
12
-----------------------------
12
-----------------------------
13
 
13
 
14
* Filter Factory is much faster than Filter Foundry (example rad.afs). Why?!
14
* Filter Factory is much faster than Filter Foundry (example rad.afs). Why?!
15
 
15
 
16
* Why doesn't the OpenWatcom files have a PE checksum?
-
 
17
 
-
 
18
* When a filter is created obfuscated and you click "Make" again, should then be the "obfuscate" checkbox be checked again?
16
* When a filter is created obfuscated and you click "Make" again, should then be the "obfuscate" checkbox be checked again?
19
 
17
 
20
* The filter `r*(y&1)` looks horrible when you zoom out!
18
* The filter `r*(y&1)` looks horrible when you zoom out!
21
 
19
 
22
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
20
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
Line 55... Line 53...
55
 
53
 
56
* With the change in 1.7 in re "*preview evaluates whole picture if state changing functions rst,put,rnd are used*": Is there anything we can do to make it more performant when the user changes sliders? Especially with large pictures, the process becomes a bit laggy!
54
* With the change in 1.7 in re "*preview evaluates whole picture if state changing functions rst,put,rnd are used*": Is there anything we can do to make it more performant when the user changes sliders? Especially with large pictures, the process becomes a bit laggy!
57
 
55
 
58
* Check why the plugin crashes Premiere 5 (called in image filter mode; obviously not as transition filter)
56
* Check why the plugin crashes Premiere 5 (called in image filter mode; obviously not as transition filter)
59
 
57
 
-
 
58
* Cosmetics: Include a plugin-like-icon as icon #1 so that there would be a good icon in case some apps try to display an icon from the 8BF file?
-
 
59
(Attention: make_win.c deletes icon #1 because it thinks that it is the exclamation icon, so this needs to be changed then)
-
 
60
 
60
 
61
 
61
Questions
62
Questions
62
---------
63
---------
63
 
64
 
64
* Why does everybody write that the Filter Factory tan(x) function is bounded?
65
* Why does everybody write that the Filter Factory tan(x) function is bounded?