Version 1.0.6 changes:
1. Added undocumented rudimentary "output trimmed TS" function invokable via the F1 key. Set a range and hit F1. It's for diagnostic use and is not supported. Think of "DGSplit with a GUI".
2. Sometimes opening a file would not display the first frame until a GOP step is done. Fixed.
3. Fixed Load Project bugs.
4. Fixed problem where specifying a bad file to the CLI caused a crash.
5. File/Close did not clear all state. Fixed.
6. CLI -a now demuxes all the audio streams for an MKV file.
7. The Info dialog did not show all MKV audio tracks. Fixed.
8. License check now allows for a single license file to support multiple machine IDs.
9. Fixed an M2TS parsing bug that caused corruption for some streams.
DGVC1IndexNV produces an index file named *.dgv. The Avisynth script looks like this:
loadplugin("DGVC1DecodeNV.dll")
VC1Source("file.dgv")
The included CUVID server must be running.
2. Fast random access requires frequent sequence headers.
3. DGVC1DecNV uses the decoding engine on the Nvidia graphics card, so it is limited to decoding streams that are supported by that engine. Typically, if you can play your streams using a DXVA player, you will be able to open them in DGVC1DecNV.
4. Honoring of pulldown is not yet supported.
Please refer to the accompanying documentation for further details.
[Donald Graft, February 2009]