|
|
| Belgabor |
| Posted: Jun 4 2003, 05:13 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 100
Member No.: 998
Joined: 24-November 02

|
Hello people, as often requsted we present the latest bugfixes and new features in a CVS release, meaning you have to download the latest full package (1.5.1.1a) and overwrite the .exe and .vdi file with those provided in the CVS relese zip.
Some points out of the changelog I want to higlight:
- The special AviSynth.dll from our project page is gone since the code is now part of the official code base (>= 2.5.2)
- Cyrius implemented a new control for preferences setup (which imo rocks
). This is currently in testing stage so the 'old' preferences pages are still there.
Now for the complete changelog:
| CODE | Belgabor: - Fixed I18N not working in HexViewer - Fixed I18N/p18 related bugs in VirtualDub.rc - OpenGL32.dll and Glu32.dll for the about box are now loaded dynamically. This may speed up loading of VirtualDubMod and reduce memeory cost. (Well, as long as you don't open the about box;) ) - Fixed P4 build. LibEBML doesn't work with the Intel compiler, so its compiled with the normal M$ one. - Added "LoadAviSynth(string path)" to sylia functions. - Since AviSynth 2.5.2 the special code to allow coloring of external plugin commands is part of the offical codebase. Therfore the special avisynth.dll that was available from our page will be removed. - New icon, designed by mf.
Cyrius: - Fixed a bug that would multiply the number of audio streams coming from the opened video file when using the Refresh feature. - Fixed bug not showing properly the video panes when opening via AviSynth. - Fixed crash when opening via AviSynth without using a script. - Fixed bug reseting the frame position to 0 when refreshing. - Really added the SaveMKV functions for Sylia (better for batch mode :p). - Fixed ending crash when compressing to MP3 inside VirtualDubMod. - Fixed bug where disabled streams would still be written in the Job file. - Quick fix (seems to work) for the program crashing when being called with the /x commandline options, and when the input file is in YV12 (i.e. generally an avs file). - Fixed bug generating invalid OpenDML (>2GB) AVI files introduced in 1.5.1.1a when using audio streams. - Fixed a bug (generally a crash) when reading Matroska files in CBR mode (e.g. 'Preview' instead of 'Preview VBR') - Externalized the modified resize filter (the one based on and replacing the internal VirtualDub resize filter in 1.4.x versions of VirtualDubMod). Fixed some bugs in it as well :) - Coded an extended TreeView control for the Preferences. - Added support of 'rec' lists when writing AVI files (similar to AVI-Mux GUI). Finalization of AVI files takes some time when using this option. - Updated libebml/matroska to latest versions (fixed some memory leaks). - Fixed some memory leaks in Matroska support. - Fixed bug preventing VDubMod from accepting AC3 files with a bitstream version lower than 8 (current specs version is v8). - Fixed some crashes when reading mkv files (demuxing / transmuxing, ...). - 'Interleaving' item of the 'Audio' menu is now accessible to subtitle streams when right-clicking in the stream list. Allow to change the stream offset. - Fixed some bugs in the Matroska support. - Matroska files with unknown audio tracks (unhandled IDs) are now accepted. Those tracks will only remain valid when being remuxed in a Matroska file. - Added an option (Preferences) to speed up Matroska reading in VirtualDubMod. This requires more memory but Matroska reading part is 5x faster. - Fixed another crash in the CBR reading code of Matroska files.
|
Have fun =) Belgabor
-------------------- [VirtualDubMod Homepage] Please submit any bugs/patches/feature requests also using the respective tracker on our sourceforge page |
 |
| Suiryc |
| Posted: Jun 5 2003, 06:03 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02

|
This version has some problems when writing Matroska files. It often write wrong IDs for audio streams, making those audio tracks unplayable.
Please wait a bit till we release a correct bugfix without this problem thanks.
-------------------- OGM tools, VirtualDubMod [SourceForge : Tracker/DL] (FAQ) Don't forget the Needed DLLs for VirtualDubMod. Post bugs/requests in our Tracker. We give 100% of your donations to the Open Source community |
 |