Google Code Exporter
Google Code Exporter
``` Graph Studio Next always uses the internal EXE version of the filter via CoCreateInstance even if the standalone DLL version is registered due to the internal EXE class factory...
``` If the program looks for the registered filter first, it can skip the local registration of the internal filter. ``` Original comment by `[email protected]` on 4 May 2014 at...
Original comment by `[email protected]` on 20 Jun 2013 at 7:51 - Changed title: **Finish preferred video renderer feature (please add suggestions)**
``` One way of achieving a preferred renderer feature: Insert preferred renderer filter before all render operations. If inserted filter remains unconnected after render then remove from graph. Perhaps preferred...
``` There is commented out code in GraphCallbackImpl to implement a preferred video renderer. Commented as "not working" ``` Original comment by `[email protected]` on 5 Jun 2014 at 12:20
``` I'm creating a separate 'preferred filter' feature. I suspect the code added for this feature is not the best way to do this. ``` Original comment by `[email protected]` on...
``` From r425 some of this can be achieved by disabling 'Clear Document Before Load' and loading a media file into a document containing the preferred renderer. ``` Original comment...
``` cf issue #235 for newer preferred filter feature. ``` Original comment by `[email protected]` on 5 Nov 2014 at 5:39
``` This issue was updated by revision r98. Update issue #95 ``` Original comment by `[email protected]` on 15 Jan 2013 at 7:03
``` contrast: http://coding-experiments.blogspot.de/2011/01/algorithm-to-determine-image-contr ast.html http://en.wikipedia.org/wiki/Contrast_(vision) ``` Original comment by `[email protected]` on 20 Jan 2013 at 10:12