DGAVCDec Changelog

What's new in DGAVCDec 1.0.9

Mar 11, 2009
  • Fix a bug in backward GOP stepping.
  • Fixed a problem with Load Project.
  • Added option "Display HD Full Sized".
  • Fixed a problem in M2TS file parsing.

New in DGAVCDec 1.0.8 (Jan 6, 2009)

  • Added support for the new audio types found on BluRay disks.
  • Improved the audio delay calculation.
  • Removed the Treat I as IDR option as it is now always enabled.

New in DGAVCDec 1.0.7 (Dec 2, 2008)

  • Fixed a bug in the handling of open GOPs that caused problems if the first GOP in the stream is open.

New in DGAVCDec 1.0.6 (Nov 7, 2008)

  • Added support for all POC order count types.
  • Made a fix for transport streams which have PES headers split across transport packets.

New in DGAVCDec 1.0.4 (Oct 13, 2008)

  • Changed handling of NALUs with forbidden_zero_bit set. They are now silently discarded.
  • Improved the heuristic for SPS/PPS injection when seeking. This fixes some cases of hanging at the end of the stream.
  • Fixed a problem that could cause large SPSs to not be processed, resulting in decode failures.
  • Revised the NALU parser to allow for some missing profile_idc values.
  • Added lines CODED and PLAYBACK in the DGA file to provide the number of coded and playback frames.
  • Added a workaround for the Windows bug that (rarely) caused the DGAVCIndexNV window to open off the screen.

New in DGAVCDec 1.0.2 (Sep 30, 2008)

  • Fixed decode failure when PPS 0 does not exist.
  • Improved tranport parsing robustness.

New in DGAVCDec 1.0.1 (Sep 26, 2008)

  • 1. Code restructured for standard decoder interface.
  • 2. Changed hotkeys:
  • Save BMP [F7]
  • Copy Frame to Clipboard [F8]
  • 3. Fixed a memory leak that caused indexing to fail for large files.

New in DGAVCDec 1.0.0 Alpha 35 (Sep 1, 2008)

  • Removed the irritating warning about decoding not starting with a reference frame when starting a play/preview for open GOPs. Examine the DGA file if you need to know if your GOPS are open.
  • Added a new option in the Video menu: Copy Frame to Clipboard.
  • Fixed missing info log data for CLI invocation with -e.
  • Implemented proper relative/absolute path handling for the Load Project function.
  • Implemented mouse scrollwheel support for GOP and frame stepping.
  • Fixed missing SPS/PPS's in the DGA file when reloading a file without closing DGAVCIndex. This can also happen when reloading a different file if it has identical SPS/PPS's to the previous file.
  • Fixed crashing when a source file with no extension is loaded.

New in DGAVCDec 1.0.0 Alpha 34 (Aug 18, 2008)

  • After loading a file, all detected audio streams are now automatically selected for demuxing.
  • Added correct handling for the three aspect ratios added in the latest version of the AVC specification.
  • Fixed full path option handling when using the CLI.
  • Fixed a problem that caused looping to fail sometimes when the Loop Playback option is enabled.
  • Fixed frame type reporting in the Info dialog when the Treat I as IDR option is enabled.

New in DGAVCDec 1.0.0 Alpha 32 (Aug 1, 2008)

  • Added a new option, "Treat I as IDR" to support Hauppage HD PVR streams

New in DGAVCDec 1.0.0 Alpha 31 (Jul 30, 2008)

  • Alpha 31 changes:
  • Fixed a small bug in MRU list handling.
  • Added the __del__ macro for the Avisynth script generation.
  • Properly handle re-use of PPS id's.
  • Added option in the INI file to specify the extension to use for demuxed video files.
  • Implemented a select bar to work around bugs in the Win32 trackbar. (This may not be the final solution for this issue.)
  • Implemented the Luminance Filter and Cropping Filter in the Video menu.
  • Implemented the File/Load Project function.
  • The DGA file version is bumped to 7.
  • Fixed a regression that broke the CLI.

New in DGAVCDec 1.0.0 Alpha 30 (Jul 27, 2008)

  • Added support for demuxing AAC LATM/LOAS audio.
  • Added a button on the error pop-ups to suppress all further error pop-ups.

New in DGAVCDec 1.0.0 Alpha 29 (Jul 24, 2008)

  • Implemented project range selection, i.e., the [ and ] buttons are now functional.
  • Revised popup error/warning handling so that individual error types can be selectively suppressed.

New in DGAVCDec 1.0.0 Alpha 28 (Jul 17, 2008)

  • 1. In DGAVCIndex, made detection of transport streams and packet length more reliable.
  • 2. Fixed a regression in alpha 27 that broke random access in DGDecode.

New in DGAVCDec 1.0.0 Alpha 27 (Jul 15, 2008)

  • In DGAVCIndex, made the GOP back operation

New in DGAVCDec 1.0.0 Alpha 26 (Jun 30, 2008)

  • Fixed a bug that caused DGAVCIndex to sometimes crash after saving a project and then loading a new source file.
  • Added detection of audio delay and indicating it in the demuxed audio file name.

New in DGAVCDec 1.0.0 Alpha 25 (Jun 26, 2008)

  • Fixed a bug that caused LPCM audio demuxing to fail when more than one LPCM track was present.
  • The PCRPID is now initialized correctly.
  • Fixed a bug that caused DGAVCIndex to crash for some streams.

New in DGAVCDec 1.0.0 Alpha 24 (Jun 19, 2008)

  • Fixed a bug that caused DGAVCIndex to miss frames in the bitstream when indexing. This could cause DGAVCDecode to omit frames.