Commit Graph

  • be71e483b1 Initial ATSC A/52 (aka "AC-3", aka "Dolby Digital") encoding support, based on the Aften encoder. lordmulder 2011-05-04 01:15:05 +02:00
  • 6a6ac5396d Implemented a custom function to blink a window. On Windows XP the native FlashWindowEx() function doesn't work with caption-less windows. lordmulder 2011-05-03 20:17:33 +02:00
  • 5ce0c7b82e Added an option to check for "Beta" (pre-release) updates in "Final" releases. Disabled by default, not available in "Beta" versions (Beta versions always check for Beta updates). lordmulder 2011-05-03 14:28:06 +02:00
  • fe33e70247 Updated MediaInfo binaries to v0.7.45 Beta/Trunk (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0 + remove workaround for MediaInfo line-break bug. lordmulder 2011-05-02 12:31:50 +02:00
  • 4d199d6e4d Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. lordmulder 2011-05-01 22:02:38 +02:00
  • 34adddbad6 Small update to translator's guide. lordmulder 2011-05-01 03:03:02 +02:00
  • e59cfba291 Make three strings translatable that I missed before. Sorry ;-) lordmulder 2011-05-01 01:46:57 +02:00
  • 537dca9a30 Fix bounds checking for "dropbox" and "moving disque" if the origin of the work-area is different from (0,0). lordmulder 2011-05-01 00:42:34 +02:00
  • 207a43788e Added Ukrainian translation by Arestarh <arestarh@ukr.net>. lordmulder 2011-04-29 21:19:02 +02:00
  • 837cc90840 Added workaround for MediaInfo's line break bug (regression in latest MediaInfo). lordmulder 2011-04-25 21:13:52 +02:00
  • f4fd021cae Added "moving disque" easter egg to 'About' dialog. (Hotfix) lordmulder 2011-04-24 23:34:52 +02:00
  • ec73927da4 Added "moving disque" easter egg to 'About' dialog. (Part 2) lordmulder 2011-04-24 23:23:00 +02:00
  • 3d901b341c Added "moving disque" easter egg to 'About' dialog. lordmulder 2011-04-24 23:18:39 +02:00
  • f8843e5af8 Re-compiled FAAD v2.7 with Visual Studio 2010. lordmulder 2011-04-24 23:18:00 +02:00
  • 3538757e05 Fix typo. lordmulder 2011-04-23 16:20:50 +02:00
  • 7e40bce6c1 Updated FAQ document: Added instructions to build Qt v4.7.3 as 'static' libraries. lordmulder 2011-04-23 16:17:06 +02:00
  • 00cebec7cf Updated mpg123 binary to v1.13.3 (2011-04-21), compiled with GCC 4.6.0. lordmulder 2011-04-23 04:02:38 +02:00
  • 1a469e1a99 Slightly tweak deployment script. lordmulder 2011-04-22 22:10:55 +02:00
  • 4b404e1b70 Slightly tweak deployment script. lordmulder 2011-04-21 20:35:03 +02:00
  • dd0369cfc0 Added a more reliable method (hopefully) to generate a proper ISO date in batch. lordmulder 2011-04-21 01:45:07 +02:00
  • 687fa08c5e Updated MediaInfo binaries to v0.7.44 (2011-04-19), compiled with ICL 12.0.3 and MSVC 10.0. lordmulder 2011-04-21 00:50:21 +02:00
  • 3ff084aa79 Now using 'qtenv2.bat' rather than 'qtvars.bat', as the latter apparently isn't available in Qt SDK v1.1. lordmulder 2011-04-19 16:28:25 +02:00
  • 9f85d123a4 Simply deployment scripts a bit. lordmulder 2011-04-19 16:21:19 +02:00
  • 762b231037 Now using Qt v4.7.3, available trough Qt SDK v1.1 RC. lordmulder 2011-04-19 16:14:05 +02:00
  • 3c996dcc90 Updated FAQ document. lordmulder 2011-04-18 11:12:27 +02:00
  • cd593aefbf Added a method to use custom binaries instead of the "built-in" ones: Simply put the custom binary to "$ORIGIN\tools\<build_no>\<tool_name>.exe" and it will be detected at runtime. lordmulder 2011-04-17 20:38:49 +02:00
  • 568da6136b Fix typo. lordmulder 2011-04-17 15:54:54 +02:00
  • 4bb7185a0f Added global exception handler routine. lordmulder 2011-04-17 15:53:28 +02:00
  • 99bd8c28ff Workaround for Wine: It appears that Wine exports SetConsoleIcon() from kernel32.dll, but as soon as we call it the application will be terminated ("Unimplemented function KERNEL32.dll.SetConsoleIcon called"). Consequently we will now detect Wine and avoid calling SetConsoleIcon() under Wine. This way LameXP should work under Wine again. lordmulder 2011-04-17 00:17:43 +02:00
  • 60ac414c30 Updated LAME binary to v3.99 Beta-0 (2011-04-16), compiled with ICL 12.0.3. Also updated LAME switches accordingly. lordmulder 2011-04-16 21:21:08 +02:00
  • 7a0ef2a464 Updated deployment script. Now should work regardless of the current directory. lordmulder 2011-04-16 21:20:21 +02:00
  • d6d8454d57 Extended deployment script to clean up VS2010-specific files. lordmulder 2011-04-14 21:55:05 +02:00
  • f5ce2a60ca Added a .gitignore file. lordmulder 2011-04-14 12:25:19 +02:00
  • db788a2880 Fix installer after recent macro changes. lordmulder 2011-04-14 02:21:46 +02:00
  • 26fe0b0499 Slightly refactored macros. lordmulder 2011-04-14 01:40:11 +02:00
  • 2b2ec1df12 Improved installer error messages on unsupported platforms. lordmulder 2011-04-12 18:08:44 +02:00
  • fa2a5a3754 Make it possible to abort the operation when adding files or when scanning for directories. Press "ESC" key to abort! lordmulder 2011-04-11 21:57:16 +02:00
  • 8977e0073f Clean up #include directives: Don't include 'Windows.h' directly, as it's included from 'Global.h' header file. lordmulder 2011-04-11 21:55:34 +02:00
  • 3f925fa971 Added filter file for VS2010 solution. lordmulder 2011-04-11 21:53:04 +02:00
  • 431ed392e2 Rewrote initialization code: Instead of extracting all binaries at startup and later selecting the suitable binary for the detected CPU, we will now extract only the binaries that are suitable for the detected CPU. This way we need to extract fewer files at startup. Also CPU selection can be skipped later, as there will be only one registered binary for each tool (the one suitable for the CPU). lordmulder 2011-04-11 02:53:29 +02:00
  • 5dc2a123b8 Updated MediaInfo binaries to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0. lordmulder 2011-04-10 21:56:45 +02:00
  • 24232b2281 Slightly improve deployment scripts. lordmulder 2011-04-10 19:14:23 +02:00
  • 1a7b25f8ce Make "buildenv.txt" file more portable. lordmulder 2011-04-10 01:10:41 +02:00
  • c69162a488 Removed reference to one of our contributor from the Changelog (on personal request) lordmulder 2011-04-10 00:43:52 +02:00
  • 31c06280f9 Updated LAME binary to v3.99.0.16 (2011-04-09), compiled with ICL 12.0.3 and Visual Studio 2010. lordmulder 2011-04-09 20:48:46 +02:00
  • 01bb356e17 Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. lordmulder 2011-04-08 22:01:15 +02:00
  • 0cf1263d70 Updated installer to check for Service Pack 2 on Windows XP and suggest download of Service Pack 3. lordmulder 2011-04-08 15:51:54 +02:00
  • 7d6a1a0e41 Updated Changelog and FAQ document with respect to the fact the we do NOT support Windows 2000 and Windows XP prior to Service Pack 2 any more. These are limitations of Microsoft Visual Studio 2010, so blame Microsoft ;-) lordmulder 2011-04-08 15:36:41 +02:00
  • 9a8f8e1c75 Small addition to translator's guide. lordmulder 2011-04-08 14:05:50 +02:00
  • 48109fdece Merge branch 'master' of github.com:lordmulder/LameXP lordmulder 2011-04-08 04:26:32 +02:00
  • 1beb0195b6 Updated "About" dialog: Display expiration date, if demo (pre-release) version. lordmulder 2011-04-08 04:24:05 +02:00
  • 57fcda27f3 Commit a "buildenv.txt" with more standard paths. lordmulder 2011-04-08 01:58:53 +02:00
  • abce92a814 Added Korean translation by JaeHyung Lee <kolanp@gmail.com>. lordmulder 2011-04-08 01:17:47 +02:00
  • 707c8e98da Rename Visual Studio 2008 solution/project file + adjust deployment script accordingly. lordmulder 2011-04-08 00:25:06 +02:00
  • 10d0e92089 Added Visual Studio 2010 project/solution files. lordmulder 2011-04-07 22:44:35 +02:00
  • 5066bd97c0 Improved compiler detection. Partly borrowed from MPC-HC project. lordmulder 2011-04-07 22:40:47 +02:00
  • 8fb604fc58 Updated FAQ document. lordmulder 2011-04-05 17:46:31 +02:00
  • 709a4c2079 Added code to automatically resize (enlarge) the main window if it is too small for all widgets/strings to fit in. Mainly useful for translations that contain strings which are significant longer than the default translation. lordmulder 2011-04-05 14:57:21 +02:00
  • 18352a1976 Updated French translation by Dodich Informatique <dodich@live.fr>. lordmulder 2011-04-04 21:49:27 +02:00
  • 22d933a52b Bump version. Release_401 lordmulder 2011-04-04 21:26:25 +02:00
  • c197439afa Updated FAQ document. lordmulder 2011-04-04 17:38:50 +02:00
  • 456f065450 Updated LAME binary to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2. Also updated LAME switches accordingly. lordmulder 2011-04-04 14:55:46 +02:00
  • 84279b6182 Updated FAQ document. lordmulder 2011-04-01 03:39:03 +02:00
  • 990d00d0b7 Updated wizard graphic. lordmulder 2011-04-01 00:57:52 +02:00
  • f4b829ae2f Updated FAQ document. lordmulder 2011-03-31 19:31:23 +02:00
  • 0fed20c4c7 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. lordmulder 2011-03-31 03:04:10 +02:00
  • eeab6155e5 Updated version info: v4.01 RC-1. lordmulder 2011-03-28 21:58:01 +02:00
  • 4689e9dd27 Updated stylesheet information in documents. lordmulder 2011-03-28 21:09:40 +02:00
  • 23665ed4c9 Implemented a new "disk observer" thread which will constantly check the free diskspace of the disk where the TEMP folder is located. If the diskspace drops below a critical limit (currently 100 MB) a warning message is emitted. lordmulder 2011-03-28 04:26:47 +02:00
  • 3af79d261b Make sure the language selection dialog is shown on systems that don't use UAC (like Windows XP). On these systems there will be no "inner" instance of the installer. lordmulder 2011-03-28 04:25:06 +02:00
  • 138838928d New icon for network connection error. lordmulder 2011-03-28 04:23:57 +02:00
  • dba6d2fb3e Added support for embedding cover artwork to FLAC encoder. lordmulder 2011-03-25 16:17:19 +01:00
  • 36de8e5d95 Make auto updater check for expired version information. lordmulder 2011-03-25 15:18:13 +01:00
  • b5135cc006 Updated FAQ document. lordmulder 2011-03-24 16:04:29 +01:00
  • df8258cddf Added busy animation to "Update" dialog + added timeout for Wget process. lordmulder 2011-03-24 15:37:49 +01:00
  • 5eec1b5931 New icons for the "Update" dialog. lordmulder 2011-03-24 01:01:14 +01:00
  • d54caf5473 Updated Russian translation by Neonailol <neonailol@gmail.com>. lordmulder 2011-03-23 23:24:59 +01:00
  • 675be99999 Added an option to add directories recursively. lordmulder 2011-03-23 23:19:31 +01:00
  • e63d462578 Updated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2. lordmulder 2011-03-23 21:50:32 +01:00
  • d0511b446b Updated MediaInfo binary to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0. lordmulder 2011-03-23 21:49:59 +01:00
  • 1115a33264 Added support for adding, editing and clearing cover artwork by the user. lordmulder 2011-03-22 17:33:03 +01:00
  • cb34771fee Added support for embedding cover artwork to AAC encoder. lordmulder 2011-03-21 22:52:08 +01:00
  • bbf7e8f446 Refactored the handling of cover artwork files into a separate class. lordmulder 2011-03-21 22:51:47 +01:00
  • 7e306384f6 Fix the progress parser for Valibdec. There's a leading whitespace character, if the progress is < 10%. lordmulder 2011-03-21 17:36:43 +01:00
  • 01b15d6f70 Display cover artwork in the "Meta Info" dialog. lordmulder 2011-03-21 02:16:18 +01:00
  • 157542f730 Initial support for cover artwork. lordmulder 2011-03-20 23:32:11 +01:00
  • db6b218d5d Added entry for "Help & Support" to Help menu. lordmulder 2011-03-20 14:28:27 +01:00
  • 8898d87975 Updated SoX binary to v14.3.2 (2010-02-27), compiled with 12.0.2 lordmulder 2011-03-19 22:47:43 +01:00
  • 282b4cb538 Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0. lordmulder 2011-03-19 20:44:00 +01:00
  • f12aec1e2f Updated FAQ document. lordmulder 2011-03-19 19:50:26 +01:00
  • d444c4cd58 Updated FAQ document. lordmulder 2011-03-19 18:16:35 +01:00
  • 83192245a0 Added entries for the documents to the menu. lordmulder 2011-03-19 18:16:23 +01:00
  • 1defdff854 Only use uncompressed (PCM) Wave audio files. lordmulder 2011-03-19 15:35:49 +01:00
  • cf45f0391f Detect the .cda files that can be found in the root of the "dummy" file systems that Windows emulates for Audio-CD's. If such files are encountered, we tell the user gently to rip the audio tracks with EAC. lordmulder 2011-03-19 15:35:17 +01:00
  • f60515ca50 Use custom Wave files instead of Beep(), as the Beep() function doesn't work reliably on all platforms. lordmulder 2011-03-18 12:37:18 +01:00
  • 108c167767 Added an option to shutdown the computer as soon as all files are completed. lordmulder 2011-03-18 01:12:17 +01:00
  • cd319fdf5a Updated FAQ document. lordmulder 2011-03-16 01:32:19 +01:00
  • f3df9f9488 Updated FAQ document. lordmulder 2011-03-15 20:30:10 +01:00
  • ef1e7911e2 Updated FAQ document. lordmulder 2011-03-15 11:44:48 +01:00
  • 4c8cdb98e7 Fix a syntax error. lordmulder 2011-03-13 23:42:39 +01:00