Page 4 of 18

Re: Binaries Update Notification Thread

Posted: Sun Nov 26, 2017 8:39 am
by admin
Slipstream for DGDecIM b50:

* Make comparison for the extension 'mpls' case insensitive.

Re: Binaries Update Notification Thread

Posted: Sat Dec 16, 2017 8:55 am
by admin
Slipstream 118 for DGDecNV:

* Corrections to the DGIndexNV user manual.

* Added display of the nVidia driver version to the Video/List GPU Devices dialog.

Re: Binaries Update Notification Thread

Posted: Sat Dec 30, 2017 10:45 am
by admin
Slipstream 119 for DGDecNV:

* Added support for Vapoursynth script template files.

* Modified the DGIndexNV user manual to document Vapoursynth script template files.

:hat: gonca

Re: Binaries Update Notification Thread

Posted: Mon Feb 05, 2018 10:27 am
by admin
Slipstream 120 for DGDecNV:

* Previously the CLI -a option required Enable_Audio_Demux=1 in the INI file. This
caused confusion about why the -a option could appear not to work. Now that is no longer
required and -a works in all cases.

* Added support for MPEG1 program stream containers. MPEG2 video
can be present in MPEG1 program stream containers. MPEG1 video remains
unsupported. :hat: Selur

* Bumped the DGI file format version number for a change to the STREAM field.

* Revised the DGIndexNV user manual to account for the above.

Re: Binaries Update Notification Thread

Posted: Wed Feb 07, 2018 8:21 am
by admin
Slipstream 121 for DGDecNV:

* A few fixes for the recently added MPEG1 program stream support.

Re: Binaries Update Notification Thread

Posted: Tue Feb 27, 2018 5:06 pm
by admin
Slipstream 129 for DGDecNV:

* Slipstreams 122-128 are withdrawn.

* Fix MKV/MP4 select bar not completely filled on open.

* Fix audio demuxed from MKV was missing the first audio frame. [Guest 2]

* Add support for A_TRUEHD for MKV. [gonca]

* Disallow strength=0.0 for DGDenoise(). [Sharc]

Re: Binaries Update Notification Thread

Posted: Thu Mar 08, 2018 5:34 am
by admin
Slipstream 130 for DGDecNV:

* Revised MKV/MP4 audio demuxing to work like TS/PS demuxing, i.e.,
they all share the same dialog and the selected MKV/MP4 audio streams are now demuxed when the project is saved, eliminating the need to demux the streams manually one-by-one.

* Added support for demuxing subtitles, attachments, and chapters from MKV files. Refer to the DGIndexNV user manual for details.

* DGIndexNV user manual updated for the above changes.

:hat: Guest 2, gonca, jpsdr, Sharc, hydra3333, Mosu

Re: Binaries Update Notification Thread

Posted: Sat Mar 10, 2018 5:56 pm
by admin
Slipstream 131 for DGDecNV:

* Improved the Demux dialog design. It now uses checkboxes rather than the
previous demux list approach. Refer to the DGIndexNV user manual for details.

* Increased the maximum number of tracks for MKV from 32 to 64.

* Revised the DGIndexNV user manual to account for these changes.

I had a bad 131 version up for a while so please re-download if you got it before.

Re: Binaries Update Notification Thread

Posted: Fri Mar 16, 2018 8:18 am
by admin
Slipstream 132 for DGDecNV:

* Moved video demuxing to the Demux menu (from the File menu).

* Added high-bit-depth support to DGDenoise() and DGSharpen(). Specifically,
YUV420P16 as delivered by DGSource() is supported. [gonca]

* Updated the DGIndexNV and DGDecodeNV user manuals and the Vapoursynth
notes.

Re: Binaries Update Notification Thread

Posted: Mon Mar 19, 2018 5:35 pm
by admin
Slipstream 133 for DGDecNV:

* For some unusual transport streams, improved PAT/PMT analysis
to eliminate some spurious instances of audio mismatch detection,
and to eliminate instances of the same PID showing up more than once
in the Demux dialog.

Re: Binaries Update Notification Thread

Posted: Fri Mar 23, 2018 3:00 am
by admin
Slipstream 134 for DGDecNV:

* Fixed a cues problem that caused some MKV files to not open correctly. [holygamer]

* Added a separator line in the Demux menu.

Re: Binaries Update Notification Thread

Posted: Fri Mar 23, 2018 8:55 pm
by admin
Slipstream 135 for DGDecNV:

* Fixed broken video demuxing for TS/PS streams.

Re: Binaries Update Notification Thread

Posted: Sat Mar 24, 2018 7:11 am
by admin
Slipstream 136 for DGDecNV:

* For TS/PS all audio streams were demuxed instead of just the checked ones.

* When an MPLS is opened, the language is now placed in the demuxed audio file names.

Should be getting close to stability for the new demuxing design. ;)

Re: Binaries Update Notification Thread

Posted: Sat Mar 24, 2018 5:58 pm
by admin
Slipstream 137 for DGDecNV:

* Demuxing WAV from MKV with CLI was broken.

* Demuxed WAV files were held open until DGIndexNV was exited.

* Demuxed audio files are now listed in the log file for both GUI
and CLI. This assists third-party applications such as the popular
application MEGUI.

:hat: Zathor

Getting close to stability for the new demuxing design. ;)

Re: Binaries Update Notification Thread

Posted: Sun Mar 25, 2018 8:43 am
by admin
DGTonemap 1.1:

* Improved whites handling.

http://rationalqm.us/DGTonemap.rar

Re: Binaries Update Notification Thread

Posted: Mon Mar 26, 2018 9:33 am
by admin
DGTonemap 1.2:

* Added Hable operator.

* Renamed filter names to DGHReinhard() and DGHable().

* Revised the help file appropriately.

http://rationalqm.us/DGTonemap.rar

Re: Binaries Update Notification Thread

Posted: Fri Mar 30, 2018 8:27 am
by admin
Slipstream 138 for DGDecNV:

* Added Vapoursynth native support for DGSource(). Refer to the Vapoursynth notes
file for details. A later version will populate Vapoursynth reserved properties where
possible.

* Revised the logging of demuxed files for better compatibility with MEGUI.

Re: Binaries Update Notification Thread

Posted: Fri Mar 30, 2018 4:30 pm
by admin
Slipstream 139 for DGDecNV:

* DGTelecide() did not like cropping. [gonca]

* Added HEVC file types to the DGIndexNV open dialog file type drop-down. [Zathor]

* Some applications write bad MKV cues. Improved the heuristic to
detect and recover for such malformed MKV files. [holygamer]

Re: Binaries Update Notification Thread

Posted: Sun Apr 01, 2018 6:02 am
by admin
Slipstream 140 for DGDecNV:

* The log file is now created based on the specified DGI path and name
rather than the specified input file path and name. This change is logical
and better supports MEGUI integration.

* Revise the DGIndexNV user manual for this change.

Could this be the end of required changes from the demux re-design? :P

Re: Binaries Update Notification Thread

Posted: Mon Apr 02, 2018 1:25 pm
by admin
Not the end. :cry:

Slipstream 141 for DGDecNV:

* CLI -a was writing a bad log file for MKV files.

Re: Binaries Update Notification Thread

Posted: Mon Apr 02, 2018 7:50 pm
by admin
Please re-download ss141. It was missing the log file's demuxed files list for MP4.

Re: Binaries Update Notification Thread

Posted: Thu Apr 05, 2018 9:35 pm
by admin
Slipstream 142 for DGDecNV:

* Fixed broken video demuxing from MP4 files.

Re: Binaries Update Notification Thread

Posted: Sat Apr 14, 2018 9:20 am
by admin
Slipstream 143 for DGDecNV:

* Added show2 option for DGSource(). Refer to the user manual for details. [Nginx]

* Updated the DGDecodeNV user manual for the above.

Re: Binaries Update Notification Thread

Posted: Mon Apr 16, 2018 8:20 am
by admin
Slipstream 144 for DGDecNV:

* Added ASPECT line to DGI file. This bumps the file format version to NV19.

* Revised DGIndexNV user manual for the above.

* In Vapoursynth native DGSource(), populate more Vapoursynth properties for ClipInfo(). [Morpheus]

Re: Binaries Update Notification Thread

Posted: Wed Apr 25, 2018 3:27 pm
by admin
Slipstream 145 for DGDecNV:

* Fixed crash in licensing check for some systems. [goonielife]