home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / vidomi / VirtualDubMod1541CZ.exe / Changes_MOD.txt < prev    next >
Text File  |  2003-08-04  |  38KB  |  606 lines

  1. VirtualDubMod Release Notes
  2. [VirtualDubMod 1.5.4.1]
  3. Belgabor:
  4. - Fixed I18N not working in HexViewer
  5. - Fixed I18N/p18 related bugs in VirtualDub.rc
  6. - OpenGL32.dll and Glu32.dll for the about box are now loaded dynamically.
  7.   This may speed up loading of VirtualDubMod and reduce memeory cost.
  8.   (Well, as long as you don't open the about box ;) )
  9. - Fixed P4 build. LibEBML doesn't work with the Intel compiler, so its compiled 
  10.   with the normal M$ one.
  11. - Added "LoadAviSynth(string path)" to sylia functions.
  12. - Since AviSynth 2.5.2 the special code to allow coloring of external plugin 
  13.   commands is part of the offical codebase. Therfore the special avisynth.dll that
  14.   was available from our page will be removed.
  15. - New icon, designed by mf.
  16. - Updates to the script editor:
  17.     * Added a new mode to the script editor for Decomb override files. So far this is 
  18.       nothing special, except ranges are copied with "," like for the Avisynth 
  19.       handling (also see next point). Requests are taken for improvements =).
  20.       This mode is auto-set for the extensions ".tel", ".fb" and ".dec".
  21.     * The 'None' mode in the script editor now pastes ranges with "-".
  22.     * Filenames can now be inserted with a nice file open dialog. In 'None' mode they
  23.       are inserted as-is, in AviSynth mode with "'s around them.
  24. - Fixed a stupid bug with the 'Save & open in Virtualdub' function in the Editor.
  25.  
  26. Cyrius:
  27. - Fixed a bug that would multiply the number of audio streams coming from the
  28.   opened video file when using the Refresh feature.
  29. - Fixed bug not showing properly the video panes when opening via AviSynth.
  30. - Fixed crash when opening via AviSynth without using a script.
  31. - Fixed bug reseting the frame position to 0 when refreshing.
  32. - Really added the SaveMKV functions for Sylia (better for batch mode :p).
  33. - Fixed ending crash when compressing to MP3 inside VirtualDubMod.
  34. - Fixed bug where disabled streams would still be written in the Job file.
  35. - Quick fix (seems to work) for the program crashing when being called with
  36.   the /x commandline options, and when the input file is in YV12 (i.e.
  37.   generally an avs file).
  38. - Fixed bug generating invalid OpenDML (>2GB) AVI files introduced in 1.5.1.1a
  39.   when using audio streams.
  40. - Fixed a bug (generally a crash) when reading Matroska files in CBR mode
  41.   (e.g. 'Preview' instead of 'Preview VBR')
  42. - Externalized the modified resize filter (the one based on and replacing the
  43.   internal VirtualDub resize filter in 1.4.x versions of VirtualDubMod).
  44.   Fixed some bugs in it as well :)
  45. - Coded an extended TreeView control for the Preferences.
  46. - Added support of 'rec' lists when writing AVI files (similar to AVI-Mux GUI).
  47.   Finalization of AVI files takes some time when using this option.
  48. - Updated libebml/matroska to latest versions (fixed some memory leaks).
  49. - Fixed some memory leaks in Matroska support.
  50. - Fixed bug preventing VDubMod from accepting AC3 files with a bitstream
  51.   version lower than 8 (current specs version is v8).
  52. - Fixed some crashes when reading mkv files (demuxing / transmuxing, ...).
  53. - 'Interleaving' item of the 'Audio' menu is now accessible to subtitle streams
  54.   when right-clicking in the stream list. Allow to change the stream offset.
  55. - Fixed some bugs in the Matroska support.
  56. - Matroska files with unknown audio tracks (unhandled IDs) are now accepted.
  57.   Those tracks will only remain valid when being remuxed in a Matroska file.
  58. - Added an option (Preferences) to speed up Matroska reading in VirtualDubMod.
  59.   This requires more memory but Matroska reading part is 5x faster.
  60. - Fixed another crash in the CBR reading code of Matroska files.
  61. - Lowered a bit memory consumption when parsing OGM/MKV files (<10% gain).
  62. - Moved VirtualDubMod preferences in its own registry binary entry to prevent
  63.   any future conflict with VirtualDub (in case Avery Lee adds preferences).
  64.   Nb : those settings have thus been reseted to default values. Matroska prefs
  65.   were already in a separate registry entry and aren't reseted.
  66. - Added audio clipping settings in the 'Interleaving' window, which allow to
  67.   have different settings for each track. Changing those settings in the
  68.   'Video->Select range' window (which show you the default values when adding
  69.   a new track) will apply it to all streams.
  70. - Fixed bug with matroska support where we would write wrong audio IDs ^^; ...
  71. - Fixed rare bug where MP3 streams in AVI may be read as using Nandub tricks
  72.   while they don't (thus leading to out-of-synch issues when editing).
  73. - Fixed bug with AVI 'rec' lists (last one not being properly closed).
  74. - Merged 1.5.4 changes (and added a bunch of brand new bugs :p)
  75. - When opening a video for which no VfW decompressor could be found the program
  76.   forces 'Direct stream copy' mode and uncheck the 'Show input/output video' menu
  77.   items. A warning will appear to let you know about that.
  78. - Now handle unknown Matroska video stream IDs. In this particular case you are
  79.   only allowed to 'Direct stream copy' to another Matroska file.
  80. - Can now process subtitle streams in Matroska files (only properly handle non
  81.   overlapping subtitle streams).
  82. - Gained some more space in the way Matroska information are stored in memory
  83.   when parsing a file. The new (faster) read method is always used now.
  84. - Fixed bug where keyframes reported when reading a Matroska file would be wrong
  85.   when there are consecutive dropped frames in the stream.
  86. - Fixed bug where keyframes reported when reading an OGM/Matroska file would be
  87.   wrong in the last 7 frames.
  88. - Native MPEG4 streams (with B-frames) coming from Matroska files are supported
  89.   (for editing and recompressing; uses XviD codec).
  90. - (Log) Error appears when you open / append an OGM file containing errors.
  91. - (Log) Error appears when you open an SRT file containing errors.
  92. - Bad subtitles (invalid times, ...) in SRT files are discarded and don't stop
  93.   the file processing anymore.
  94. - Thanks to 'The Crazy Rabbit' for updating codecs.ini with the help of abcAVI.
  95. - Now uses libebml class that should handle >2GB matroska files.
  96. - The 'Mpeg Audio' import filter should better import all kind of streams now
  97.   (MPEG v.1/2/2.5, Layer I/II/III).
  98. - Now handle even overlapping subtitles in Matroska files (may still be buggy).
  99. - Fixed bug where some frames were considered as dropped ones while lacing was
  100.   used on the video track (happen with some files not muxed with VDubMod).
  101. - Support basic (not nested) tags and chapters in Matroska files (see the doc).
  102.  
  103. [VirtualDubMod 1.5.1.1a]
  104. Belgabor:
  105. - Converted all my stuff to 1.5
  106. - Since Averys error scan works now I ditched my version.
  107. - Assimilated Tdll.h from ffdshow. It provides a class for dll loading.
  108.   Also prepared AviSynth filtering inside VDubMod with a Object
  109.   encapsulation avisynth.dll
  110. - Included fccHandlers MPEG2 mod. AC3 support is enabled
  111. - Pictures showing whether a command is a keyword, internal or external in
  112.   Avisynth syntax completion
  113. - Moved all AviSynth command stuff to CAviSynth
  114. - i18n Completed. Autoloads VDMLang(Three letter code).dll. Custom dll can be set 
  115.   in Display Properties.
  116.  
  117. Cyrius:
  118. - Rewrote the MP3 & AC3 import parts which are now used in both AVI (previously
  119.   using Nandub code) and OGM menu. The new code has some features to 'handle'
  120.   corrupted data (you can throw or keep those data; if kept the code will treat
  121.   those data as audio frames and try to prevent audio desynchronisation). Nb :
  122.   * when opening an MP3 file that appears to be VBR you will be asked what
  123.     to do (as for AVI)
  124.   * this new code seems to fix some out of synch issues reported concerning the
  125.     use of 'MP3 (CBR) audio'
  126.   * this code also store various information concerning the structure of the
  127.     file but should take far less memory than the one previously used in the
  128.     OGM menu, especially for the AC3 part
  129. - Started merging of AVI 'Audio' & 'Audio2' menu with the 'OGM' one. This should
  130.   allow to have more than 2 audio streams in an AVI, and will make my life easier
  131.   (I hope) in the future :p. All streams 'vital' information are now accessible
  132.   in the new 'Streams' menu. This includes a list of all available streams (except
  133.   main video of course) and accessiblity to specific settings of each stream such
  134.   as interleaving, filters, compression, comments, chapters, ...
  135.   The 'Audio' menu features are accessible for each audio stream in the list by
  136.   right-clicking on the concerned stream (popup menu).
  137.   You can choose which audio stream in the available streams you want to preview.
  138.   Keep in mind that audio specific options (filters, compression, ...) generally
  139.   requires the audio to be decompressed, so before using those features please
  140.   be sure you have such a decompressor, or that the audio is already PCM.
  141. - Removed the 'Audio' menu since its options are now accessible for each audio
  142.   stream in the 'Streams -> Stream list' window. This also means that there is no
  143.   more audio mode (None/AVI/WAV) since you can add / remove / enable / disable
  144.   available streams in this window.
  145.   Also removed 'Save WAV' since it is available in the same window.
  146. - The 'FourCC' field in the AVI 'File information' now show the FourCC (4 letters)
  147.   and the name of the correspondant codec. Added an equivalent for the audio with
  148.   the 'Tag'    field that show the wFormatTag value of the audio (hexadecimal value)
  149.   and the correspondant codec.
  150.   The name of the codec is taken from the Codecs.ini file that contains a list of
  151.   known video / audio codecs (this file comes from TCMP, I thank its developpers
  152.   for their good player, having made this file and letting us use it :)).
  153. - Removed the 'Audio2' fields in the DubStatus window. The 'Audio' fields now show
  154.   the state of the first muxed stream (i.e. not necessarily the first audio stream
  155.   of the opened file in case you moved it to another place). The projected filesize
  156.   take into account all the muxed streams though.
  157. - Comments in AVI are now loaded (in the video comments list) when opening a file.
  158. - Added a bit of Unicode in the 'Streams' menu. This is only available for Windows
  159.   that handle Unicode natively (i.e. it isn't available under Win9x).
  160.   You can open external sources which name is in Unicode (well this is not really
  161.   useful for the moment since you can't do the same when opening the main source).
  162.   All comments and chapters strings should be in Unicode (note that AVI comments
  163.   are translated to the ANSI code page; same happens for OGM that doesn't seem to
  164.   handle Unicode).
  165. - Added some code to try handling ASCII/UTF8/Unicode SRT files automatically (worked
  166.   with an ASCII SRT file and its Unicode equivalent generated by SubResynch).
  167.   Note that currently OGM doesn't seem to handle Unicode subtitles so they are
  168.   converted to the default ANSI code page.
  169. - Added the 'Set keyframe on chapters' feature in the 'Tools' menu.
  170. - Added DTS (14 bits format not supported) as possible source format.
  171. - Added a new tab ('Audio') in the preferences. This let you access :
  172.   * the default preload (in ms) for audio streams
  173.   * whether or not the preload must be disabled when not saving to AVI
  174.   * the mimimum number of audio frames to pack in a block
  175.   * whether or not you want to keep corrupted data (in MP3 / AC3 / DTS files)
  176. - You can't 'Save WAV' / 'Demux' a stream and call another time 'Save WAV' / 'Demux'
  177.   or 'Delete' on any stream anymore. Will prevent some of you to play too much and
  178.   make crash the program this way :p
  179. - AC3 is now decoded thanks to liba52 when using 'Full processing mode' or previewing.
  180.   Multichannel streams are converted to 'Dolby surround compatible stereo'.
  181. - Added another option in the 'Audio' preferences. This let you use Priss (VirtualDub
  182.   internal Mpeg audio decoder) instead of an ACM codec when decoding MP3 streams.
  183.   There may be some bugs (in the way I use it, not in Priss ;)), but it seems this
  184.   decoder works better than ACM for MP3 VBR streams :)
  185. - Added a new 'Streams' tab in the dubbing status window. This tab show you the status
  186.   of all the streams being muxed, on the contrary to the 'Main' tab that only show
  187.   you the status for the video and the first stream (generally audio) being muxed.
  188. - Fixed (I hope) the bug with the About box.
  189. - Now use the Corona library to handle other image formats. BMP and TGA are handled
  190.   by VirtualDub internal routines, and PNG / JPEG / GIF / PCX are decompressed
  191.   on-the-fly to BMP thanks to Corona when opening an image sequence. You can save
  192.   image sequences to BMP, TGA (handled by VirtualDub) or PNG (handled by Corona).
  193.   Note that Corona only support PNG output (no BMP, TGA, JPEG, GIF or PCX).
  194. - Added 2 items in the 'Video' menu to let you take snapshots of the input or output
  195.   video and save the image to a file (BMP, TGA or PNG format).
  196. - Added a 'Report' item in the 'Streams' menu. This show you a short report on all
  197.   current sources opened (main information on the stream, plus some additional).
  198. - Enhanced a bit the Ogg/OGM import filter so that it can still open (and try to
  199.   correct a bit) badly corrupted files (files that would give you an 'Invalid Page'
  200.   error and wouldn't open in previous versions). The program also try to artificially
  201.   (i.e. no real data are inserted, only time indexing is modified) 'compensate' for
  202.   lost data (in order to minimize audio/video out-of-sync).
  203. - Vorbis streams are now decompressed when in Preview mode or when using the
  204.   'Full processing mode'. Only the first 2 channels are rendered for multichannel
  205.   streams though.
  206. - Merged 'Save as AVI', 'Save old format AVI', 'Save segmented AVI' and 'Save as OGM'
  207.   in a unique 'Save As' box (you select the format to which you want to save, the
  208.   last you chose being remembered, and you can decide to save in old format AVI or
  209.   to segmented files when available).
  210.   This new 'Save As' window remind you (and let you change) the current video mode
  211.   (Direct stream copy, ...) and the selected video compressor (when recompressing).
  212.   Thanks to sysKin for the idea and a layout example of this 'Save As' box :)
  213. - Added the possibility to segment the output OGM file (in 'Save As' box).
  214. - Fixed a bug allowing chapters belonging to masked subsets to be kept.
  215. - You can now demux subtitles to an ASCII / UTF-8 / Unicode SRT file (ASCII or
  216.   Unicode being choosed by default depending on the type of the input).
  217. - Added a new 'Main' preference : the default Video mode. You can now choose in
  218.   which mode (Direct stream, Fast/Normal recompress, Full processing) start VDubMod.
  219. - Updated the available Language list (Stream comments) to follow the ISO-639-1/2
  220.   standards. By default languages defined in ISO-639-1 are listed; other languages
  221.   (ISO-639-2) can be accessed thanks to a checkbox. If a known language is selected
  222.   the output format (e.g. OGM) will take into account the standard (English Name /
  223.   3 letters code / 2 letters code if available). (information on ISO-639 can be
  224.   found at http://lcweb.loc.gov/standards/iso639-2/englangn.html)
  225.   You can still use user-defined languages (and overcome the standard) ...
  226. - You can now append OGM segments (either automatically when opening an OGM file
  227.   or manually by using 'Append segment'). Streams are merged as is (no correction
  228.   is made if a stream ends at a different time than the video one).
  229.   Stream comments and chapters should also be appended 'correctly' (i.e. there
  230.   shouldn't be duplicated entries if comments are exactly the same, or chapters
  231.   have the same name and the difference between their time is lower than 2ms).
  232. - The file position shown in the control bar (frame number, ...) doesn't take into
  233.   account external sources now (overhead on those can't be accurately computed).
  234.   So it only shows the position of the current frame in the file.
  235. - The deleted/masked subsets are now reapplied when doing a Refresh.
  236. - You can now specify to which file you want to save frame information when using
  237.   the /log option (e.g. /log"c:\YourPath\YourFile.log"). Also the log file now
  238.   use '\r\n' for ending lines instead of '\n' alone.
  239. - The 'Display' preferences now let you choose to have 'Display input video' and
  240.   'Display output video' checked or not when starting VirtualDubMod.
  241. - Started to add a basic Matroska support. See http://www.matroska.org for more
  242.   information on Matroska.
  243. Nb : as you can imagine all this implied a lot of changes in VirtualDub and
  244. VirtualDubMod sources ... which means there may still be a lot of bugs ...
  245.  
  246. Stone-D:
  247. - Merged Auto-Resize and added to Display Preferences. The initial resize when
  248.   VirtualDubMod starts follow the preferences choice too.
  249. - Implemented ASF parsing. Same as before, to activate it you must
  250.   uncomment '#define ALLOW_ASF_PARSING' in VirtualDub.h.
  251.  
  252. [VirtualDubMod 1.4.13.2]
  253. Cyrius:
  254. - Some NET mode related bug fixes.
  255. - Fixed crash when selecting a NULL LANGUAGE comment ('LANGUAGE=(null)')
  256. - Fixed wrong interleaving in per-ms mode on a VBR MP3 stream ala Nandub.
  257.   Thanks to Steven Greenberg (Doom9's forum) for pointing out the problem
  258.   and providing a quick fix.
  259. - When opening a file VDubMod should now show the first frame.
  260. - Fixed bug when demuxing stream from an OGM file :
  261.   * SRT file wouldn't contain the subtitles (first one at most)
  262.   * When demuxing with WAV header and overwriting an existing file
  263.     (longer than the stream being demuxed) some bytes from the old
  264.     file would remain at the end of the demuxed stream
  265. - Disabled initial resizing code as well.
  266.   Put in the same #ifdef test than other resizing code.
  267. - The Job window now appear when launching VDubMod to process queued jobs.
  268.   Should prevent VDubMod from crashing in those cases (e.g. when being used
  269.   by GKnot) because some variables are initialized when opening this window.
  270. - Added jonny's mods (Doom9 forum, DivX 5 Enc author) - commandline options :
  271.   * /log : generates (in the same directory) a vdenc.log file containing
  272.     some information (type and size of frame) about the clip
  273.   * /nowrite : prevent VirtualDubMod from writing video data in the output file
  274.   Nb : those options must be placed before any other because VirtualDub(Mod)
  275.   parse the commandline on sequence.
  276. - Batch process still stop in NET mode when an error occurs for one job.
  277. - MP3 VBR handling a la Nandub is now a preference setting (that can be saved).
  278.   See the 'AVI' section in the 'Preferences' window. Each time a VBR stream is
  279.   found inside an AVI the VBR warning will be shown (like in VirtualDub) and
  280.   you will be asked if default setting must be applied or not for this stream.
  281. - 'AC3 Frame mode' has been put in the preferences too. You will still be able
  282.   to enable/disable this feature when opening an AC3 file (for AVI audio), but
  283.   the checkbox is now set according to the default setting.
  284. - Added the list of functions available for VDubMod scripts in the Help file.
  285. - Added DeXt mods to allow .lst/.m2v opening with the current VOB support.
  286. - Fixed a bug making VirtualDubMod eat a lot of memory instead of writing data
  287.   in the file when saving to OGM with streams that end long before the video.
  288. - Made a fix so that some subtitle engines (the one in latest BSPlayer for
  289.   example) won't eat the last char of the subtitle when displaying it.
  290.   Thanks to Alxemi (Doom9 forum) for mentionning this problem.
  291. - Fixed my (Belgabors) dumb Script Editor Bug
  292. - Fixed a bug causing muxing problems (only video processed, endless muxing) when
  293.   trying to Save to OGM streams you already muxed one time (without exiting the
  294.   program or reloading the audio sources). This bug had been introduced in 1.4.13.2
  295. - Fixed a bug concerning out-of-sync issues using a CBR MP3 audio input
  296.  
  297. Belgabor:
  298. - Reorganized the menu to make it clearer.
  299. - Merged Streams and Cyrius' NET mod fixes.
  300. - Release Notes more aptly named changelog.
  301. - Disabled resizing code till Stone-D implements preferences.
  302.   (I put it under a #define switch, see virtualdub.h)
  303. - The time bar ticks are now switchable between
  304.   * Off
  305.   * Frame mode (normal)
  306.   * Source Key Frames
  307.   * Key Frames in divx3/xvid stats file (load via Tools/Open Stats File...)
  308. - Stats file savable
  309. - Toggle Keyframes in stats file (default key: Space)
  310. - Frame info from stats file
  311.   (Comment on stats file stuff:
  312.    xvid stuff is ready for work [bug reports & feature requests welcome]
  313.    to do list [=dun request, we already thought about & will work on it]:
  314.    * Divx5 log file support
  315.    * Import from chapters file / ogm chapter info)
  316. - Improved 'Scan video stream for errors'. As the classic vdub version didn't work
  317.   for me in two files i checked, I implemented an improved version which did. Alas
  318.   it's a bit slower so I left the classical version in.
  319.   Both versions do NOT mask frames by default, thus three new menu items have been
  320.   added:
  321.   * Show bad frames
  322.   * Mask bad frames (like what the classic scan did automatically)
  323.   * Delete bad frames (like marking the frames and pressing 'Del')
  324.   To prevent mistakes, the mask and delete commands flush the internal frame list, so
  325.   none of these three commands will work afterwards until you rescan the stream.
  326. - Changed comments display in script editor. Italics looked awful for the new font.
  327. - Updated internal AviSynth keywords for 2.51
  328. - Syntax highlighting for AviSynth plugins. DOES ONLY WORK WITH THE SPECIAL AVISYNTH
  329.   VERSION FROM THE VIRTUALDUBMOD PROJECT PAGE!
  330. - Backported some script editor bug fixes (memory leaks) from 1.5
  331.  
  332. Stream:
  333. - Fixed several bugs
  334.   * NET mod stop with script error on final stage of encode.
  335.   * NET mod crash when input path-name is too long.
  336.   * Can't load processing setting if external WAV file is set
  337.     as audio source.
  338.   * NET mod stop if output type is old format AVI.
  339.   * NET mod stop if output type is OGM.
  340.   * NET mod freeze when input is too short.
  341.   * NET mod freeze when input file is MPEG-2.
  342.   * NET mod freeze when input file is OGM.
  343.   * CBR MP3 muxing cause audio being out of sync.
  344.   * Script error occurred when OGM comments include special character.
  345.   * Whole batch process stopped after an error in a job.
  346.  
  347. Errata to the last changelog:
  348. Its wrong that Cyrius didnt like '1337', he just didnt know what it means :p
  349.  
  350. [VirtualDubMod 1.4.13.1]
  351. S_O & fccHandler (virtualdub.everwicked.com):
  352. - Fixed several Mpeg-1 problems:
  353.   * Audio Layer 1 wasn't played correctly (fccHandler)
  354.     (Layer2.cpp in NekoAmp modified)
  355.   * VBR Audio wasn't parsed correctly (fccHandler)
  356.   * MPEG with multiple Video/Audio-Streams wasn't played correctly (fccHandler)
  357.   * Fixed the bug introduced by multiple stream-fix where mpegs with no
  358.     0xC0/0xE0 audio/video stream cannot be opened (S_O)
  359.   * Stream Selection in the MPEG-Opening-Dialog works (S_O)
  360.   * Accepts Partial MPEGs by default (with warning message) (S_O)
  361.   * The most terrible bug of all fixed (S_O comment ;)) :
  362.     The flying cube-icon in the about-dialog now starts at a random place.
  363.  
  364. Stone-D:
  365. - Added the ability to import ASF format videos [1]
  366.   This Code is only for educational purposes and not activated
  367.   for binary releases!
  368. - Added code to auto-resize main window when :
  369.   * Opening AVI
  370.   * Toggling Vert/Swap
  371.   * Misc other locations which I've forgotten.  ;)
  372. - Centre main window at startup
  373. - Prevented crash when closing dubmod while dub in progress.
  374.  
  375. [1] Uncomment "#define ALLOW_ASF_PARSING" in VirtualDub.h
  376.  
  377. Belgabor:
  378. - Configurable Hotkeys. Main Window, Capture Window & Script Editor. This means the
  379.   old config dialog for the switchable hotkey for refresh / preview is now gone.
  380. - Made P4 compilation work. Added a new configuration for it. (Mind that I made the
  381.   compilation work. I have no P4, so I cant check if the resulting file actually works!)
  382. - AviSynth Information in Script Editor showing AviSynth version
  383. - Help
  384. - Removed OGG/Vorbis for "normal" AVI audio. It won't ever work and its greyed out state
  385.   confused users.
  386. - Added Stone-D's autorsize stuff on Refresh
  387. - New cool (Cyrius didnt like '1337' :p) About Box :p
  388. - Save performance settings. This includes the options set in "Options\Performance...",
  389.   "Options\Dynamic Compilation...", "Options\Drop Frames when behind" and "Options\
  390.   Enable DirectDraw acceleration"
  391.  
  392. Pulco-Citron:
  393. - AVI information dialog : bye bye "unknown tag 2000" when opening a file with an AC3 stream.
  394. - when opening MPEG2 files, audio streams are auto-detected, sometimes (bye bye "unknown audio
  395.   stream"). Still not works for every file (very short files often cause problems).
  396.   Remember that opening vob files is always easier with a smartripper .txt file...
  397. - Ability to choose output directory for files generated by the MPEG2 import filter.
  398. - Ability to force re-generation of audio and index file for MPEG2.
  399. - CBR MP3 in audio menus. Script support should be working too.
  400. - The host list in the job control window is no longer updated when opening the window:
  401.   the user must click "update". The reason is that on big (really big) LANs the time
  402.   to build the host list is very very long.
  403.  
  404. Cyrius:
  405. - Fixed a memory leak when saving to PNG files.
  406. - Fixed bug showing wrong progress status when saving / demuxing an audio stream.
  407. - Merged with VirtualDub 1.4.13.
  408. - Added "Title", "Author", "Copyleft" and "Comment" fields when saving to AVI (like
  409.   in Nandub).
  410. - Merged LAN mods from Thomas-Matern (website : http://www.matern-parkett.de/dub/).
  411.   Not really tested (don't have a LAN here ^^).
  412. - Fixed a bug not taking into account external Ogg/AC3/MP3/SRT streams when computing file
  413.   position.
  414. - Fixed a bug causing VBR audio being out of synch when saving a part of a clip (not beginning
  415.   at the first frame of the clip) where subsets have been masked / deleted. (CBR version
  416.   ofarm_disallowed_event this bug have been fixed in 1.4.11.2).
  417. - Made some changes in the internal resize filter GUI (thanks to mf suggestions).
  418. - Fixed a crash when using subsets on an OGM file in some cases.
  419. - Made some changes in the way VirtualDubMod select where to split an AVI file when using
  420.   "Save segmented AVI". It should now cut on a KeyFrame, but only in those specific cases :
  421.   * You are in 'DirectStream copy' mode.
  422.   * You are in another mode, but do not use any preload for the audio.
  423.   The preload feature make it 'impossible' to be able to cut on a KeyFrame when compressing.
  424. - When opening an OGM file, now try to 'detect' if an offset have been used on the streams.
  425.   If an offset seems to be present use it in 'Show inputs' as default offset for the stream.
  426. - The default jobs file name is now based on the .exe name, which means that if you rename
  427.   VirtualDubMod.exe in VirtualDub.exe then the default jobs file will become VirtualDub.jobs
  428.   instead of VirtualDubMod.jobs [2].
  429. - External files selected in 'OGM -> Show inputs' window are not removed anymore when using
  430.   the 'Refresh' feature.
  431. - Fixed some bugs in the 'Go to last keyframe' feature :
  432.   * Now take into account the (selected) streams loaded in the 'OGM -> Show inputs' window.
  433.   * Go on the last keyframe in the clip when the size entered is between this frame and the end
  434.   of the file.
  435. - You can now put the 'Save WAV' & 'Demux audio' in your Job list.
  436. - Fixed a bug adding some (46) 0x00 bytes at the end of a 'Demux audio' file.
  437.  
  438. [2] Note for GordianKnot users : this is a workaround for current versions of GKnot which uses
  439. only the VirtualDub.jobs file in batch mode. To be able to use GKnot as usual you just need
  440. to rename VirtualDubMod.exe in VirtualDub.exe
  441.  
  442.  
  443. [VirtualDubMod 1.4.12.1]
  444. Belgabor:
  445. - Some Script Editor related bug fixes
  446. - Added AviSynth 2.07 Keywords
  447.  
  448. Cyrius:
  449. - Merged with VirtualDub 1.4.12.
  450. - Special support added for XviD B-frame mode.
  451. - Quick bug-fix for problems (blue tinted clips) when recompressing a DivX video (DivX 5 codec).
  452. - Fixed bug showing a wrong progress status in the Job Control window
  453. - Fixed a bug crashing VirtualDubMod when trying to demux a non-Ogg/AC3/MP3/SRT stream from
  454.   an OGM file.
  455. - OGM streams can now be demuxed (Demux) or saved to a WAV file (Save to WAV) in the
  456.   "OGM inputs" window. The WAV header is not added for Ogg/SRT streams however.
  457.  
  458.  
  459. [VirtualDubMod 1.4.11.2]
  460. Belgabor:
  461. - Scintilla component for script editor. Be sure to get SciLexer.dll and AviSynthLexer.lexer
  462.   * Coloring for AVISynth keywords. Red denotes a fuzzy match (likely a type error).
  463.     Coloring for external keywords (plugin filters) is pending till i can get the info via
  464.     AviSynth. Same holds true for the implemenation of parameter hints.
  465.   * Completion with Ctrl+Space or Shift+Space
  466.   * Brace Highlighting. White on red denotes a mismatch.
  467.   * Ctrl+Shift+Alt-C/U Comments/Uncomments selected lines
  468.   * Ctrl-I Imports the Frameset (= the effective video stream created by selecting ranges and
  469.     hitting 'Delete'. I guess you get what I mean ^^) as Trim statements.
  470. - Updated Sync to 1.03
  471.  
  472. Cyrius:
  473. - Audio :
  474.   * fixed some bug/crash when previewing AVI with 2 audio streams.
  475.   * fixed bug causing all audio data being written in the same audio track (i.e. making
  476.     the secondary audio track and the generated AVI file useless).
  477.   * fixed bug (from Nandub) making impossible to use two audio tracks when deffering processing.
  478.   * "AVI information" window now contains information about the secondary audio stream in AVI.
  479.   * made a little change for the "Preload skew" tab in "AVI Information". Should be more
  480.     accurate than usual ;). In certain cases this value is however not really revelant :
  481.      -> for AC3 streams muxed in "Frame mode" (see below), you should only see 1536 samples
  482.      -> for MP3 streams muxed a la Nandub, you should see something around 1152 samples (or much
  483.         more if your file contains an ID3 tag). The more variable is the bitrate, the more will
  484.         vary the value around 1152.
  485.     In those cases it is the way the data are muxed that make this value irrevelant, but rest
  486.     assured that the real preload is neerer (if not equal) to what the user wanted when muxing ;)
  487.   * selecting "No audio" in Audio tab and "AVI audio" in "Secondary stream" tab let you save
  488.     the secondary audio stream when using "Save WAV".
  489.   * added a "Demux audio" feature that produce same output as "Save WAV" without the WAV header.
  490.   * while dubbing information about secondary audio stream are shown again (like in Nandub). When
  491.     writing an OGM output, the "Audio2 data" field also counts the other streams you are muxing.
  492.   * moved "Audio -> Secondary stream" to its own top-level menu : "Audio2".
  493.   * added a "Nandub VBR MP3 compatibility mode" when opening AVI files (disabled by default).
  494.     This should allow you to work on VBR MP3 streams as in Nandub.
  495.     Once again it is just for your convenience. I suggest you to use CBR streams in AVI files,
  496.     or to use OGM format for VBR audio ...
  497.   * added an "AC3 Frame mode" when opening AC3 files (disabled by default).
  498.     This should force VirtualDub to handle AC3 stream properly when cutting (i.e. not to cut in
  499.     the middle of a frame, but on frame boundaries). Seems to work on my test file.
  500.   I disabled both of these features by default because I cannot guarantee no side effect.
  501.   So : USE WITH CARE !!!
  502.   The fact you used those features or not is saved when using "Job List".
  503. - Some minor GUI changes :
  504.   * made the Change Log / Release Notes window resizable (and a bit bigger by default)
  505.   * OGM Information use the same window than above (so resizable too, and Richedit now)
  506.   * gave VirtualDub icon to Hex Editor, RIFF Chunk Tree, Job List, OGM inputs / comments windows
  507.     and previous ones too :)
  508.   * file position (shown for OGM files) a bit more accurate and also shown for AVI files now
  509. - Added "Go to last keyframe" (Ctrl+Shift+J) (Nandub feature) in Edit menu.
  510. - Fixed an annoying bug (VirtualDub) with seeking to previous keyframe when being at the end of
  511.   the clip and having masked / deleted subsets.
  512. - Fixed a bug (VirtualDub) causing audio being out of synch when saving a part of a clip
  513.   (not beginning at the first frame of the clip) where subsets have been masked / deleted.
  514. - VirtualDubMod jobs are now located in VirtualDubMod.jobs instead of VirtualDub.jobs
  515.  
  516.  
  517. [VirtualDubMod 1.4.11.1]
  518. Cyrius:
  519. - Enabled VirtualDubMod.vdi (debug information file) generation in project settings.
  520.   Need MapConv.exe (sources provided by Avery Lee on VirtualDub's web site) and ia32.vdi
  521.   (provided by Avery Lee in VirtualDub 1.4.11 sources) to be in the sources directory when compiling.
  522.   You can use the .exe zipped in MapConv.zip (in the CVS).
  523. - Streams in the input OGM file can now be demuxed. To demux a stream, select it in the "OGM inputs"
  524.   window. Demuxing is made this way (without WAV header, except in last case) :
  525.   * Ogg Vorbis -> Ogg file
  526.   * AC3 stream -> AC3 file
  527.   * MP3 stream -> MP3 file
  528.   * SRT stream -> SRT file (non-DOS format)
  529.   * other audio streams (of other type) should be demuxed with a WAV header as if using "Save WAV"
  530.     (but I can't tell this works because I don't have no-Ogg/AC3/MP3/SRT streams in my test files ;))
  531.   As when using "Save WAV", subsets have an effect on demuxed files (but don't use it as a precise
  532.   cutter, because it is not intended to be one).
  533. - VBR MP3 files not being accepted bug fixed. However the resulting AVI can't be properly re-edited
  534.   with VirtualDubMod (due to VirtualDub VBR correction routines).
  535.   Moreover as a lot of person already do, I recommand you to use only CBR streams within AVI files :)
  536.  
  537. Pulco-Citron:
  538. - Merged with VirtualDub 1.4.11 (lots of features untested).
  539. - Fixed YV12 handling (sh0dan's code).
  540. - Audio :
  541.   * Disabled Audio/Ogg Vorbis Audio menu item. Until someone fixes the code, if it is possible.
  542.   * Cosmetic fixes in Audio menu (when you select WAV audio for instance, it remains selected).
  543.   * Minor (as far as I know) bug fixes in dual audio handling.
  544.  
  545. Belgabor:
  546. - Made the AVS Editor a general script editor.
  547.   * Can open any file now. Auto-opens the opened movie if its an avs file.
  548.   * Gave it a nice icon ;)
  549.   * Status shows caret position
  550.   * Some more useful Script editor <-> main window interaction
  551. - Updated the app icon to that from 1.4.11 and changed it a bit to make it distinguishable from the
  552.   unmodified VirtualDub
  553. - Some minor fixes
  554.  
  555.  
  556. [VirtualDubMod 1.4.10.1 (was 0.1a)]
  557. Belgabor:
  558. - Added VirtualDubMod release notes & homepage link
  559. - Made the display box for release notes etc. a Richedit
  560. - AVS Editor:
  561.   * Included [Toff]s Tweaking Mod (see help menu item for additional info)
  562.  
  563.  
  564. (Initial Combination)
  565. Belgabor:
  566. - Added 'Refresh' menu item which reloads the current file to the same frame
  567. - Hotkey for Refresh configurable (choice between F5 and Ctrl+F5, Preview will take the other)
  568. - 'Open via AVISynth' command. This allows you to open any AVISynth compatible video file by automatically
  569.   generating a suitable script by a selectable template. These templates go into the 'templates' directory
  570.   in your VirtualDub directory. Template syntax is the same as for AVISynthesizer (I included
  571.   readme_AVISynthesizer.txt because as of this writing the AVISynthesizer homepage is not available).
  572.   You can choose the default template shown in the open dialog by starting the template description with
  573.   "Default" (note that the template filename has nothing to do with this).
  574.   For this to work flawlessly you need AVISynth 2.05+ and a correctly set plugin directory.
  575.   (Create a registry key called "PluginDir" in HKEY_LOCAL_MACHINE\Software\Avisynth\)
  576.   A workaround if you don't want to do this is adding the needed LoadPlugin lines into the templates.
  577. - AVS Editor (Hotkey Ctrl+E)
  578.   * 'F2' or 'Ctrl+S' Save the changes.
  579.   * 'F5' in the editor SAVES THE CHANGES (NO BACKUP IS MADE!) and refreshes the image in vdub
  580.   * If you open a faulty avs script, you can still open the editor, correct it and reload with 'F5'.
  581. - Included Sync patch by Andreas Dittrich.
  582.  
  583. Pulco-Citron:
  584. - MPEG2 Support
  585. - Partial YV12 support
  586. - Two Audio Streams Support
  587. - Support for additional audio sources for avi muxing (lots of bugs)
  588.  
  589. Cyrius:
  590. - OGM support:
  591.   * You can open an OGM file (information about the opened file can be found in "OGM -> OGM Information")
  592.   * You can save to an OGM file ("File -> Save as OGM")
  593.   * You can add external Ogg/AC3/MP3/SRT files to your final OGM file thanks to the "OGM -> Show inputs" menu.
  594.   * OGM streams can be managed thanks to the "OGM -> Show inputs" menu. This include adding, removing
  595.     , discarding, changing order, and managing comments for each stream.
  596.   You can still use the "Audio" and "Audio -> Secondary stream" menus when saving to OGM, but I recommand you
  597.   to use "OGM -> Show inputs" for Ogg/AC3/MP3 files.
  598.   Comments for the video stream and the two audio streams (using the "Audio" menu) are managed thanks
  599.   to "Video comments", "Audio comments" and "Audio2 comments" in the OGM menu.
  600.   Some help is provided when managing comments :
  601.   - you can pick a type of comment thanks to a list of most used comments
  602.   - when selecting a LANGUAGE comment, you can pick a language in a (non-exhaustive) list
  603.   - you can import chapters generated by SmartRipper or chapterXtractor (thanks to Koepi's OggMux code :))
  604.     Nb : use "OGG" preset format in chapterXtractor. You can also use OGG format in DVDDecrypter.
  605. - PNG support for opening / saving image sequences (16-bit depth not allowed when saving)
  606. - FOURCC code (Compressor one) in the AVI information