User User name Password  
   
Friday 10.10.2008 / 04:02 PM
Search:        In English   Suomeksi   På svenska
afterdawn.com > software > version history for megui
Show topics
Software
Software

Version history for MeGUI

<<Back

Changes from v0.3.0.2014 to v0.3.0.2015

  • (sharktooth) [ProgressWindow] Fix for #2114239 (Progress Windows size).
  • (sharktooth) [x264] Changed subme to 2 for turbo first pass. Should ensure a much lower quality drop at the cost of some encoding speed in the first pass.



Changes from v0.3.0.2001 to v0.3.0.2002

  • (kurtnoise) [JobWorkerWindow] revert to previous state...



Changes from v0.3.0.1017 to v0.3.0.2001

  • (sharktooth) [Installer] New megui.ico and uninstall.ico
  • (kurtnoise) [JobWorkerWindow] a workaround to shutdown the Worker Form (fix bug #2042450).
  • (kurtnoise) [CodecManager] added SubtitleType.Register for ASS & SSA subtitles format.
  • (kurtnoise) disabled "Settings" from the log.
  • (kurtnoise) removed LMP4 codec.
  • (kurtnoise) removed "Automatically set the number of threads" from the Settings in order to avoid override from users.
  • (sharktooth) New application icon
  • (kurtnoise) [IFOparser] added GetAudioStreamInfos(). 1st working draft...
  • (kurtnoise) remove unused code from project files.
  • (kurtnoise) [AudioEncoder] OpenDMLSource was a bad idea (fix bug #2016146)
  • (kurtnoise) [FilmCutter] more accurate fps value to avoid desync issues.
  • (kurtnoise) [FilmCutter] 10l for me...multiply by 1000 instead of 100 give the appropriate result.
  • (kurtnoise) retrieve automatically the proper IFO file when we have many of them in the current path.
  • (kurtnoise) added DetermineMovieIFO(.) to retrieve the correct IFO file from the given path.
  • (kurtnoise) applied GetSubtitlesStreamsInfos(.) to the VobSubber.
  • (kurtnoise) add IFOparser.cs to the project files.
  • (kurtnoise) added IFOparser class. My first working draft. Only use with VobSubTool for the moment.
  • (kurtnoise) add Short2FullLanguageName(.) function to retrieve the full language name from the 2 char code. Needed for the IFO parser.
  • (kurtnoise) [FilmCutter] add fps_denominator in GetCutsScript() to have more accuracy. (fixed bug #2023354)
  • (kurtnoise) make process priority more granular. Patch by Sean McGovern.
  • (kurtnoise) add/update GPL license header.
  • (kurtnoise) put references in alphabetical order.
  • (kurtnoise) fixed several warning for the compilation.
  • (kurtnoise) added an Avisynth checking in the shown Event.
  • (kurtnoise) added free disk space detection. Might be useful for troubleshooting.
  • (kurtnoise) added CPU detection.
  • (kurtnoise) [AudioEncoder] switched Normalize() after the downmix cases.
  • (kurtnoise) better OS detection.
  • (kurtnoise) added GetMOStuff function.
  • (kurtnoise) added System.Management reference to the project files
  • (kurtnoise) added alternate backcolors for ListViews.
  • (kurtnoise) added DRC to the script for Wav Sources if specified.
  • (kurtnoise) updated MediaInfo library and its wrapper to the latest release (0.7.7.4).



Changes from v0.3.0.1016 to v0.3.0.1017

  • (sharktooth) [AVCLevels] Unrestricted->AutoGuess since x264 rev915 changes.



Changes from v0.3.0.1013 Beta to v0.3.0.1014

  • (berrinam) Fixed #2008444 (crash using One Click Encoder). The One Click Encoder uses the "Demux all audio" mode.
  • (berrinam) Fix #2008276 (Fatal Error On Queue Tab With 0.3.0.1013)



Changes from v0.3.0.1010 Beta to v0.3.0.1013 Beta

  • (kurtnoise) cosmetics - Presets instead of Profiles.
  • (kurtnoise) removed .net framework checking for vista users during the loading. It should be fine now with all apps updated and frankly it's also to avoid to waste some time to upgrade each number indefinitely...;-)
  • (berrinam) Reset zones even when preview window doesn't open (fixes #2007133 - Error when loading "AutoEncode")
  • (kurtnoise) removed audio tracks selection from the D2V creator.



Changes from v0.2.6.1046 to v0.3.0.1010 Beta

  • (berrinam) Better rationalisation of ARs in AVS window. Patch by i_a
  • (kurtnoise) updated project files
  • (kurtnoise) moved Avc2AviMuxer.cs in the mux folder.
  • (kurtnoise) added an option in the Settings to set up the video preview always on top or not.
  • (kurtnoise) fixed a stupid copy & paste, spotted by Underground78.
  • (kurtnoise) added manifest files for the x86 & x64 platforms.
  • (berrinam) Add "--engage keep_bitstream_ar_info" to mkvmerge commandline so that muxed mkv files have same AR as source.
  • (kurtnoise) added x86 and x64 target platforms for the file project.
  • (kurtnoise) [VideoUtil] added a function to get basic information about a video source based on its DGindex generated log file. Useful to use the last DGindex release...
  • (berrinam) [AVSCutter] Reenabled "Remove" button
  • (sharktooth) Fix for x264config custom quantizer matrices controls out of groupbox bound
  • (berrinam) Fix for #1945737: Error message with Adaptive Muxer
  • (sharktooth) fixed some more x264config missing events. patch by Underground78
  • (sharktooth) [x264ConfigurationPanel] Code cleanups
  • (kurtnoise) [VideoUtil] allowed DTS indentation and removed trackID for audio streams (not used).
  • (kurtnoise) [x264ConfigurationPanel] added updateEvent for Subpel Refinement & ME Type.
  • (sharktooth) Fixed x264 AQ settings
  • (kurtnoise) updated MediaInfo library and his wrapper to the latest release (0.7.7.2).
  • (kurtnoise) several x264 options weren't updated.
  • (kurtnoise) added support for OpenDMLSource(..) for AVI files >= 2GB and forced "audio=false" for the avs script creation within AVISource(.)
  • (kurtnoise) [ProgressWindow] allowed resize form (#1968515).
  • (kurtnoise) [JobWorkerWindow] help button was biased.
  • (kurtnoise) added EVO files support for the Main and Avisynth Forms.
  • (kurtnoise) [UpdateWindows] help button was biased.
  • (kurtnoise) allowed minimize/maximize the video preview form.
  • (kurtnoise) removed TooltipIcon and TooltipTitle.
  • (kurtnoise) [MainForm] changed the back color (transparent to control).
  • (kurtnoise) [VideoConfigurationPanel] added a title for the tooltip.
  • (Kurtnoise) updated several tooltips for the x264 compressor.
  • (kurtnoise) added ProfileConfigurationWindow.resx
  • (kurtnoise) [ProfileConfigurationWindow] use Presets now instead of Profiles to avoid confusions.
  • (kurtnoise) CheckOnClick = True for the ProfileExporter, ProfileImporter and ProfilePorter ListBoxes.
  • (kurtnoise) [VobSubber] CheckOnClick = True for the Subtitles ListBox.
  • (kurtnoise) [x264ConfigurationPanel] updated some missing tooltips.
  • (kurtnoise) added a x264 picture in the main tab.
  • (kurtnoise) updated the x264 Settings (AQ, Custom commandline) with several changes.
  • (kurtnoise) [DGIndexer] using hide state instead of minimize.
  • (kurtnoise) [ProfileImporter] added an option to check all/none items from the list (available via a right click).
  • (sharktooth) Updated VS 2008 project files to include the new InputBox replacement files
  • (kurtnoise) fixed .NET bootstrapping for MSVC2005 project file. Patch by Sean McGovern.
  • (Mutant Fruit) Fix for mono compatibility to avoid a bug in ApplicationSettingsBase constructor
  • (Mutant Fruit) Put try/catches around registry access to avoid issues on non-windows systems
  • (Mutant Fruit) Two fixes for the new InputBox
  • (Mutant Fruit) Created a replacement for the VisualBasic InputBox class and removed references to the VisualBasic dll
  • (Mutant Fruit) Applied patch for #1887531
  • (Mutant Fruit) Committed patch for #1886000
  • (sharktooth) [d2vcreator] Default to "Demux All Audio Tracks"
  • (kurtnoise) Transformed OSInfo & Shutdown classes cross-platform. Patch by mutant_fruit.
  • (kurtnoise) fixed hardcoded windows style paths. Patch by mutant_fruit.
  • (kurtnoise) [D2VCreator] remove Windows API for better X-platform using.
  • (kurtnoise) Fixed bug in GenericSettings implementation & implemented GetHashCode correctly. patches by Mutant_Fruit (#1887494 + #1887508)
  • (kurtnoise) [AVSCutter] altered the behaviour of the Clear, Update and Remove buttons. Patch by darkklor (#1858629)
  • (kurtnoise) [mediaInfoWrapper] fixed some tabs.
  • (kurtnoise) [JobQueue] re-enabled Key Down event.
  • (berrinam) Profile refactor. Excerpts:
  • All video settings must now be contained within a profile.
  • There is a default profile called *scratchpad* for every type of setting.
  • Zones have been removed from video profiles, soon to be added back to the main window.
  • Removed code for reading very old profiles (from 0.2.4.1004 and below)
  • (berrinam) (internal) Added Tuple.Create to allow implicit Generics instantiation.
  • (berrinam) Handle large delays better.
  • (berrinam) Fix Drag-and-Drop bug
  • (berrinam) Improved AVS Cutter Remove button (#1847139)
  • (berrinam) More information logged by the audio encoder
  • (Kurtnoise) fixed Drag&Drop for the dev builds (#1835900, #1841103, #1843717)
  • (berrinam) Maximum GOP size can now have up to 6 digits.
  • (Kurtnoise) use the proper command syntax for svn and stable builds concerning Aften encoder
  • (Kurtnoise) added a manifest file for the UAC level required on Vista.
  • (Kurtnoise) [JobQueue] changed public to internal for the JobChangeEvent (to fix the compilation within MSVC2008).
  • (Kurtnoise) [MainForm] cosmetics.
  • (Kurtnoise) [MainForm] added some MessageBoxIcons.
  • (Kurtnoise) Expand/Collapse all for logs.
  • (Kurtnoise) silent worker creation if none exists (#1837578).
  • (Kurtnoise) More informative logtree names for each jobs.
  • (Kurtnoise) [JobQueue] FPS columm aligned to left.
  • (berrinam) Add missing output streams back to log (fixes #1836281)
  • (Kurtnoise) [AutoEncodeWindow] mainform was being referenced in default constructor before it had ever been assigned (#1836041). patch by Eamonh.
  • (Kurtnoise) Removed unused code
  • (Kurtnoise) more Audio Input FileType.
  • (Kurtnoise) [ProgressWindow] Remaining Time -> Time Remaining.
  • (berrinam) Sliding window time estimation instead of based on entire code. (#1832899)
  • (berrinam) Add extra files for dragdrop and dropdown persistence
  • (berrinam) Remember columns position for the job queue (#1817092)
  • (berrinam) Dragdrop support in the bitrate calculator (#1819618)
  • (berrinam) The custom filesizes, ARs, and FPSs in the dropdown comboboxes are now persistent. (#1822492)
  • (berrinam) Make mux window output file editable.
  • (berrinam) Change tools windows from modal dialogs to standalone windows. (#1822493)
  • (Kurtnoise) [LogItem] added the Date.
  • (berrinam) Commit the newlog patch. Changes:
  • new, hierarchical log
  • moved delete intermediate files stuff to cleanupjob
  • Log and Error removed from StatusUpdate -> use log.LogValue("Encoder log", encodeLog), and log.Error(...) instead
  • added a non-null check to Util.ThreadSafeRun
  • (Kurtnoise) ASS & SSA support for the MKV muxer.
  • (Kurtnoise) [MeGUISettings] removed divxMuxerPath.
  • (Kurtnoise) [OneClick] sorted = true for Audio codecs.
  • (Kurtnoise) Added more bitrate values for AC3 encoders.
  • (Kurtnoise) Aften support as AC-3 encoder (FR #1663719)
  • (Kurtnoise) Delays on audio output filenames now have meaning and are checked for correctness (implements #1819281)
  • (Kurtnoise) Changed the default bitrate for FFAC3 (256 to 384 kbps).
  • (Kurtnoise) Audio codecs List refactoring.
  • (berrinam) [AvisynthAudioEncoder] Log audio error messages.
  • (berrinam) Added locking around getJobToProcess() to eliminate race condition on job starting (should fix #1932378: Two workers started working on same job)
  • (berrinam) MediaInfo should now properly detect .m4v files. (Fixes adaptive muxing for .m4v files)
  • (berrinam) Removed MP4 output from xvid_encraw, since it was never actually supported.
  • (berrinam) Fixed #1870331 (User specified sizes in bitrate calcs not remembered)
  • (berrinam) Fix #1939862 ("Number of Passes" Setting Ignored)
  • (berrinam) Fix for #1945737 (Error message with Adaptive Muxer)
  • (berrinam) Fix #1996457 (preview and autoencode window priorities): opening AutoEncode closes preview window.
  • (berrinam) Fix #1996499 (re-open original video player button glitch)
  • (kurtnoise) updated MediaInfo library and his wrapper to the latest release (0.7.7.2).
  • (kurtnoise) [AudioEncodingTab] added a try/catch statement for better error handling for end-users concerning delays values too high/low detected in filenames (#1965905).
  • (kurtnoise) [x264Encoder] fixed a comma use associated with Const. Quantizer (#1975472).
  • (kurtnoise) [AvisynthAudioEncoder] fixed an error in the upmix function.
  • (kurtnoise) [VideoPlayer] video preview always on top from now...
  • (kurtnoise) added an icon for the ToolTip.
  • (kurtnoise) [AudioEncoder] added support for NicAudio v2 (needed to fix some bugs) >> http://www.codeplex.com/NicAudio
  • (kurtnoise) added several languages in the nsis script.



Changes from v0.2.6.1041 to v0.2.6.1046

  • (kurtnoise) few more updates for the x264 compressor.
  • (Kurtnoise) updated a switch for the x264 compressor.
  • (Kurtnoise) Added .NET Framework version detection from Vista SP1.



Changes from v0.2.6.1040 to v0.2.6.1041

  • (Kurtnoise) Refactoring the dispose functionality. Patch by Eamon.
  • (Kurtnoise) [MuxWindow] Help button was at the wrong place.
  • (Kurtnoise) Updated the correct MediaInfoWrapper library.



Changes from v0.2.6.1038 to v0.2.6.1040

  • (Kurtnoise) [MainForm] move AutoUpdate checking to the shown Event (to have the MessageBox in the foreground). bob0r should be happy now...;-)
  • (Kurtnoise) Added several new languages.
  • (Kurtnoise) [OneClickWindow] re-ordered the initOneClickHandler() (#1832675). patch by Eamonh.
  • (Kurtnoise) Updated MediaInfo.dll and his wrapper.



Changes from v0.2.6.1036 to v0.2.6.1038

  • (Kurtnoise) [Progress Window] use TotalHours only, dude...



Changes from v0.2.6.1035 Development to v0.2.6.1036

  • (berrinam) Fixed exception in profile import when file already exists
  • (Kurtnoise) [VideoEncoding] DAR values Initialization (fixed #1823977)
  • (berrinam) Fix an exception when changing codec if no profile is selected
  • (patch by eamonh) fix profile scrolling issues (fixes #1822000, #1827268)
  • (patch by eamonh) Fix #1827919 (OneClickEncode Settings not saved)



Changes from v0.2.6.1034 Development to v0.2.6.1035 Development

  • (Sharktooth) [Installer] Creates (and removes during uninstall) update_cache reg key, also creates update_cache, logs and tools folders.
  • (berrinam) At startup, jobs marked as "processing" are marked as "aborted". Should help #1826981.
  • (berrinam) Fix autocrop crash in AVS creator after reopening original video window.
  • (berrinam) Fixed #1825958 (Audio track tab numbering issue)
  • (berrinam) Fixed #1825182 (Nero AAC settings not saved)
  • (Kurtnoise) [Mencoder Encoder] force to set up only video command (fixed #1824505 & #1825708)
  • (Sharktooth) [Installer] Added links to Tools, Logs and Auto-update cache folders.
  • (Kurtnoise) [Settings Form] English as 1st Language (#1822098)



Changes from v0.2.6.1033 Development to v0.2.6.1034 Development

  • (Kurtnoise) [JobWorker] small glitch.
  • (Kurtnoise) [AutoEncodeWindow] fixed #1821471.
  • (Kurtnoise) [ScriptServer] removed temporarily SimpleResize (#1820850)
  • (Kurtnoise) Fixed a recovery for the systray (#1820842).
  • (Kurtnoise) [DGindexer] changed the delimiter character to avoid filename issues.
  • (Sharktooth) Changed Log font to LucidaConsole (fixed width).
  • (Sharktooth) Fixed #1820720 (Bitrate Cal. makes MeGUI crash). Acceptable FPS rounding error has now a minimum value of 0,001. Acceptable Aspect Error has a new default of 1% and a new max of 5%.
  • (Sharktooth) MP3 Surround -> Aud-X (ISettingsProvider.cs).



Changes from v0.2.6.1032 Development to v0.2.6.1033 Development

  • (Sharktooth) [UpdateWindow] Fixed the enc_aacplus discrepancies.
  • (Kurtnoise) [SettingsForm]: fixed a missing Click Action for avc2avi.
  • (berrinam) Fix #1820411 (OneClick overcrop to mod16 doesn't appear to work)
  • (Sharktooth) Fixed "Select Size" dialog appearing behind mux window.



Changes from v0.2.6.1030 Development to v0.2.6.1031 Development

  • (berrinam) Fix #1817324 (Original audio is deleted when encoding fails)
  • (Kurtnoise) cosmetic - remove an unused variable & ensure update_cache folder creation.
  • (berrinam) Fix #1819627 (Analysis Pass broken)
  • (Sharktooth) [AutoUpdate] Another try at fixing the update failures on Vista.
  • (Sharktooth) Added MeGUI version to the Log
  • (Sharktooth) [AutoUpdate] Fix #1819257 (Auto-update doesnt delete failed updates from update_cache). Now UpdateCacher ignores 0 bytes files.
  • (berrinam) Fixed DAR detection for non-DVD DGIndex files.



Changes from v0.2.6.1028 Development to v0.2.6.1030 Development

  • (berrinam) Forbid input and output filenames from being the same. (Should fix #1817324)
  • (berrinam) Change AutoEncode default split size to "No splitting" and default target size to "1 CD." Hopefully fixes #1813769 and #1816269
  • (Kurtnoise) Added OS and Framework detection.



Changes from v0.2.6.1027 Development to v0.2.6.1028 Development

  • (Sharktooth) [Libs] Updated SharpZipLib (may fix some unzipping problems)
  • (Kurtnoise) [Muxer] : output filename edition allowed.
  • (Kurtnoise) [MP4 Muxer] : renable the tmp command correctly (#1795829)
  • (Kurtnoise) [One Click] : few tunings
  • (Kurtnoise) Cosmetics



Changes from v0.2.6.1026 Development to v0.2.6.1027 Development

  • (Kurtnoise) [AviSynth Creator] : fixed Save Event for Vista OS.
  • (Kurtnoise) change constant variables to shut down the PC correctly.
  • (Kurtnoise) Cosmetic - fixed typos.
  • (Kurtnoise) [AudioEncodingComponent]: remove the tab selected instead of the last one (#1814772)
  • (berrinam) Fix #1813777 (Autocrop problem)
  • (berrinam) Fixed #1814193 (AutoEncode with >1 audio track -> each audio track muxed twice)



Changes from v0.2.6.1024 to v0.2.6.1026 Development

  • (berrinam) Fixed #1746055 (Video profile selection error)
  • (berrinam) Fixed #1749810 (For each level have max bitrate for main and high profiles)
  • (berrinam) Fixed #1715064 (Crash under Vista when loading avisynth script)



Changes from v0.2.6.1023 to v0.2.6.1024

  • (Sharktooth) Fixed main window (Form1.cs) size (some Audio controls were not shown)
  • (Sharktooth) Fixed #1810120 (x264 video configuration dialog problem)
  • (Sharktooth) [Update Window] Workaround for #1808878 (Maximize/Minimize states don't work). Disabled Minimize and Maximize buttons.



Changes from v0.2.6.1021 to v0.2.6.1023

  • (Kurtnoise) [Muxer] : Chapters Filter fixed.
  • (Kurtnoise) [Avisynth Window] : deinterlace checkbox unchecked when Analysis returns "Do Nothing" (to avoid interlaced=true with ColorMatrix())
  • (Kurtnoise) [Help Button] : url fixed for the wiki.
  • (berrinam) Catch all exceptions in ProgressWindow.UpdateStatus. (It is a non-essential function, so errors should be silently caught). Should probably fix #1760486



Changes from v0.2.6.1020 Development to v0.2.6.1021

  • (Sharktooth) [Muxers] Fixed the output file dialog (save mode)



Changes from v0.2.6.1017 Development to v0.2.6.1020 Development

  • (berrinam) Support backwards-compatible loading of jobs from 0.2.6.1017. (But not vice-versa!)



Changes from v0.2.6.1016 Development to v0.2.6.1017 Development

  • (berrinam) [OneClick, AviSynth Creator, Video Preview, AutoEncode, and Bitrate Calculator] : nicer comboboxes, for AR, FPS, and target sizes
  • (berrinam) Internal change from use of DARX/DARY pairs to a Dar struct
  • (berrinam) Turn the IMediaFile info details from virtual calls into populating a MediaFileInfo class
  • (Kurtnoise) [Auto Update Server Window] : put serverList on top (items were not visible)



Changes from v0.2.6.1014 Development to v0.2.6.1016 Development

  • (berrinam) [AutoUpdate] : add support for a local cache of update files (located via registry) (#1804656)
  • (berrinam) [AutoUpdate] : Re-install function in autoupdater (#1790523)
  • (berrinam) [Video Preview] : 'Go to frame' for video preview (#1746899)
  • (berrinam) [OneClick Window] : Easier code for audio, better audio input selection
  • (berrinam) [OneClick Window] : Fix order of jobs in OneClick (bitrate calculation there should work again)
  • (berrinam) [Muxer Windows] : Automatically choose output filename in muxer (#1784648)
  • (berrinam) [DGIndexer] : Read progress reports from DGIndex title



Changes from v0.2.6.1012a Development to v0.2.6.1014 Development

  • (Kurtnoise) [MainForm] fixed minimize to tray (#1749803)
  • (Sharktooth) New MeGUI icons and installer fixes
  • (Kurtnoise) [JobQueue] : scrollbar fix (#1793456)
  • (Kurtnoise) [AudioEncoder] : fix mp2 bitrate command line for the new FFmpeg builds.
  • (Kurtnoise) Better label names for some encoders.
  • (Kurtnoise) Cosmetic : added m2ts extension.
  • (Kurtnoise) Removed resize event.



Changes from v0.2.6.1011 Development to v0.2.6.1012a Development

  • (Sharktooth) [Autoupdate] Removed yadif.dll path check since it was impossible to set the path without already having yadif.
  • (Sharktooth) Various Installer fixes.



Changes from v0.2.6.1001 to v0.2.6.1011 Development

  • (Sharktooth) [OneClick] Audio Track 2 is disabled by default unless "Show Advanced Options" is checked.
  • (Sharktooth) [Autoupdate] Check if yadif.dll path was set before trying to update it...



Changes from v0.2.5.1007 to v0.2.6.1001

  • Parallel job execution. See http://mewiki.project357.com/wiki/MeGUI:Parallel_job_execution for details.



Changes from v0.2.4.1039 to v0.2.4.1040

  • Small new feature: AutoEncode has better filesize choosers.
  • (addresses 1654588)
  • If the bitrate calculator doesn't contain an appropriate framerate, one is added
  • (fixes 1676934, includes code from there)
  • Removed the unused avsConfigurationDialog.cs
  • Fixed 1652664 (no commandline previews)
  • Fixed 1653755 (Muxer reports audio in wrong notation)
  • Fixed 1679572 (Turbo Mode in LMP4 multipass sometimes not selectable)
  • Fixed 1696067 (Video encoding doesn't use the specified filename)
  • (a duplicate of 1653186: Video Output not passed to commandline)
  • Fixed 1688789 (One Click Encoder Crashes with Automatic Deinterlace checked)
  • Fixed 1675408 (mkvmerge split option incorrect)
  • Fixed 1666878 (Vobsubber changing output doesn't work)
  • Fixed 1659596 (Load DLL in Avisynth configuration dialog)
  • Fixed 1652312 (xvid b-frames default wrong)



<<Back

_
Top guides:
How to play MKV files
AVI to DVD with Avi2DVD
DVD to DVDR with DVD Shrink
DVD Rebuilder Pro Guide
BIN/CUE burning with Nero
Top downloads:
1. DVD Shrink v3.2.0.15
2. Media Player Classic v6.4.9.1 (20081005)
3. Nero Burning ROM v9.0.9.4b
4. VLC v0.9.4
5. FFDSHOW rev. 2180 (20081004)
Latest headlines:
"New Xbox Experience" coming November 19th
Blu-ray external drive coming very soon for Xbox 360?
More background revealed about made up piracy figures
Latest forum topics:
Tutorial - Make Your Nintendo Wifi USB Con...
Eurovox Flashing Guide for the Blue Red ...
The Official Cooling Thread!
Your Top PS3 Games ?
Is it recommended to change the UMD/ISO sp...
Registered users:
Name:
Pwd:  
Forgot your password?
Not a member yet? Join now!
Latest software:
Halite v0.3.1.1
GIMP for Windows v2.6.1
doPDF v6.1.276
FinalBurner Free v2.5.0.139
Chandler for Mac OSX (PPC) v1.0.2
Search subtitles:

Game patches and demo downloads
Download game demos and patches:
FIFA 09 Demo (PC)
Spore Galactic Edition Trailer (PC)
Saints Row 2 The Ronin Trailer (Xbox 360)
Warhammer 40,000: Dawn Of War II HD Cinematic Trailer (PC)
Far Cry 2 HD Gameplay Trailer (PS3)
Top links:
1. Blasteroids
2. TorrentReactor.Net
3. Digital-Digest
4. OpenSubtitles.org
5. CDRInfo.com
6. DVDHelp.us
7. Torrentreactor.TO
8. dvd-ripper.net

Digital video: AfterDawn.com | AfterDawn Forums | DVD X Copy Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | download.fi | fin.MP3Lizard.com
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2008 by AfterDawn Ltd.