You can drag-n-drop media files and they'll be rendered in current graph.
When run with a parameter "log" (or via batch file in GraphEditPlus
folder), creates a text log of rendering steps (for debugging purposes) at the
same location as the file rendered.
v1.2.1 (8 Jul 08)
Added support for drag-n-dropped graph files.
Added support for large fonts (120 DPI mode).
Fixed some 64-bit Windows issues.
v1.2.0 (24 Jun 08)
Code generation with direct connects (intelligent connect still
available as an option).
Improved mediatypes display.
When scanning for interfaces you can see what values side-effects-free
getter functions return.
Improved code generation (correct ordering of rendered parts, for example).
You can view results of IAMStreamConfig::GetStreamCaps.
You can see list of supported mediatypes of a stream and do SetFormat
with particular mediatype.
Source code generation for IAMStreamConfig::SetFormat with whole
mediatype initialization (good for controlling codecs and cameras).
Other minor improvements.
Warning! After upgrading to v1.2.0 please open 'Code templates' from
Options menu and press 'Restore defaults' to update the templates. Otherwise
old templates will be used which will cause compilation errors.
v1.1.0 (12 Mar 08)
C# code generation.
Editable templates for C++ and C# code generation.
Now you can scan interfaces of a pin.
Property pages for pins.
Persistent favorites.
Event log for each graph.
"Add source filter" command.
You can see information about memory allocators for pins supporting
IMemInputPin.
Displaying IUnknown address for each filter (Pointer field in
filter's properties).
Graph clock can be disabled and enabled.
Compression field of BITMAPINFOHEADER now also shown as text.
Video windows do not get lost under GEP's main window anymore.
Improved generated C++ code.
Fixed a bug with watching grabbed samples.
v1.0.5 (3 Dec 07)
Fixed filter categories naming.
v1.0.4 (31 Oct 07)
Added option "Suggest URLs for sources". With this option turned on when you add a filter that
supports IFileSourceFilter and press Cancel in open file dialog, then it shows a Open URL window
where you can choose an URL to be passed to the filter.
Now list of interfaces for a filter also shows methods for each interface as seen in
.NET / DirectShowLib. Video windows now have graph name and renderer name in their caption.
Graphs from ROT now have their IDs in caption.
v1.0.3 (29 Oct 07)
Render URL, disconnecting from remote graph without deconstructing it, some minor changes like
list of all windows.
v1.0.2 (17 Oct 07)
Minor bugfix with default browser in Vista.
v1.0.1 (16 Oct 07)
One can add filters to graph from the list of matching filters of a pin. AutoArrange of filters
now can be turned off. Filters can be added to Favorites and inserted from Favorites to a graph.
Pins supporting IAMStreamConfig can be configured. Saving graph as PNG image.