Page 4 of 18

Re: Binaries Update Notification Thread

Posted: Fri Aug 25, 2017 7:37 am
by admin
Slipstream for DGMVCSource 100b25:

* Added a 64-bit build.

Re: Binaries Update Notification Thread

Posted: Mon Aug 28, 2017 8:01 am
by admin
DGDecNV 2053 slipstream 111:

Added an error popup for cases of filenames containing illegal characters
(or other cases of file open failure). Previously, it would fail silently.

Re: Binaries Update Notification Thread

Posted: Wed Oct 18, 2017 6:29 am
by admin
Added a file 'Vapoursynth Usage.zip' to the 2053 distribution of DGDecNV. This file contains notes on using Vapoursynth with high-bit-depth video from Avisynth+, together with a patched AvsCompat.dll that is required to add P016 support.

DGDecNV itself is not modified so there is no new slipstream number.

Re: Binaries Update Notification Thread

Posted: Mon Oct 23, 2017 8:59 am
by admin
Slipstreamed DGMVCSource 100b25. Update the DLL and the user document.

* Fixed an array overrun issue (may not have had practical significance).

* Updated the user document. Added description of a limitation for previewing
with VirtualDub.

Re: Binaries Update Notification Thread

Posted: Thu Oct 26, 2017 3:30 pm
by admin
Slipstream 112 for DGDecNV 2053. Update DGIndexNV.exe and DGDecodeNV.dll.

* Fixed handling of MP4 files with some unusual metadata boxes.

Re: Binaries Update Notification Thread

Posted: Sun Oct 29, 2017 1:10 pm
by admin
Slipstream 113 for DGDecNV 2053.

* Added support for demuxing PCM audio (A_PCM/INT/LIT) from MKV. A .wav file is written.

Re: Binaries Update Notification Thread

Posted: Tue Oct 31, 2017 8:34 am
by admin
Slipstream 114 for DGDecNV 2053.

* Corrected the quickstart guide to remove mention of needing a .cubin file, and a few other minor corrections.

* Changes to the MP4 parser to support some nonstandard files.

Re: Binaries Update Notification Thread

Posted: Wed Nov 01, 2017 12:34 pm
by admin
Slipstream 115 for DGDecNV 2053.

* Fixed some more bugs in MP4 and MKV audio demuxing. Track numbers greater than 9 weren't working for MP4 or MKV. For MP4, if multiple audio tracks existed only the first was shown. For MP4, a harmless missing box was causing a crash. I no longer even try to look at that box because the result was not used anyway.

:hat: kebulek

Re: Binaries Update Notification Thread

Posted: Wed Nov 01, 2017 6:42 pm
by admin
Slipstream 116 for DGDecNV 2053.

* Fixed MP4 audio demuxing via CLI.

:hat: kebulek

Re: Binaries Update Notification Thread

Posted: Sun Nov 26, 2017 8:26 am
by admin
Slipstream 117 for DGDecNV:

* Make comparison of file extension for 'mpls' case insensitive.

* Fix problem with progress reporting in 32-bit build.

:hat: Zathor

Will port these to DGDecIM shortly.

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