Commit Graph

  • 75ca75bdaf Updated Qt patches for 4.8.4 release. LoRd_MuldeR 2012-11-30 00:22:20 +01:00
  • 5e45dbb5fa Updated changelog. LoRd_MuldeR 2012-11-28 02:21:11 +01:00
  • 1e09d998a2 Updated Visual Studio 2012 to "Update 1" (final release). lordmulder 2012-11-28 01:16:37 +01:00
  • 316da47f10 Simplified QKeccakHash and added self-test function. LoRd_MuldeR 2012-11-27 01:02:55 +01:00
  • 5f0c30797c Update FAQ document. LoRd_MuldeR 2012-11-25 21:54:13 +01:00
  • 66920db9d8 Improved installer operating system check to include Windows XP x64 Edition. LoRd_MuldeR 2012-11-25 20:27:27 +01:00
  • 75c0b29558 Some installer code clean-up. LoRd_MuldeR 2012-11-25 14:03:33 +01:00
  • 2b2f1e2f13 Added workaround to allow installation on Windows XP x64-Edition again: It appears that NSIS (intentionally!) detects Windows XP x64-Edition as "5.1" although it actually is "5.2", so the Windows XP (non-x64) Service Pack checks were triggered on Windows XP x64-Edition too. And, as there is no such thing as a Service Pack 3 for Windows XP x64-Edition, installation was aborted. Consequently we will now avoid the Service Pack checks, if running on a x64 system. LoRd_MuldeR 2012-11-24 22:32:20 +01:00
  • e9bcc809aa Made installer error message on un-supported platforms more detailed. LoRd_MuldeR 2012-11-24 21:20:09 +01:00
  • 992c8c7e95 Added patch for vcvars32.bat that will overwrite the SDK path. Required in MSVC 11.0 (VC2012) Update-1, because the default (8.0) Windows SDK does *not* support Windows XP. lordmulder 2012-11-24 17:27:45 +01:00
  • 41c129a0ec Upgraded build environment to Microsoft Visual Studio 2012 Update-1 (CTP #4). lordmulder 2012-11-24 16:27:38 +01:00
  • c220a0b73f Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.5 (2012-11-23). Also removed obsolete Opus options. LoRd_MuldeR 2012-11-23 21:03:59 +01:00
  • d0288b7c57 Made getLogFile() function "const" and made sure that we will return a const reference to the QStringList object inside the QHash, rather than a reference to a local object. LoRd_MuldeR 2012-11-18 14:23:54 +01:00
  • 15697af84d Make VS2010 configurations use the Windows SDK v7.1. Needs to set the LXP_WINSDK_ROOT environment variable. lordmulder 2012-11-17 21:54:11 +01:00
  • 93f8e28620 Made the ProgressModel expose the QIcon's, so we can re-use them int the ProcessingDialog instead of maintaining a separate set of icons there. LoRd_MuldeR 2012-11-17 19:26:55 +01:00
  • c180306e85 Added checks for Windows SDK version. LoRd_MuldeR 2012-11-17 19:22:56 +01:00
  • 9dc61d0454 Added reference to Manual.html to the Readme file. LoRd_MuldeR 2012-11-17 16:12:59 +01:00
  • 143eb1a6c1 Update FAQ document. LoRd_MuldeR 2012-11-17 15:51:54 +01:00
  • 8afe2767d4 Set "MinimumRequiredVersion" to 5.1 (WinXP). lordmulder 2012-11-16 01:43:47 +01:00
  • 4241a411cf Merge branch 'master' of github.com:lordmulder/LameXP lordmulder 2012-11-15 18:13:03 +01:00
  • 38b2cc1c84 Updated VS2012 project file. lordmulder 2012-11-15 18:11:59 +01:00
  • 182ef86fc9 Updated translation files. LoRd_MuldeR 2012-11-15 18:08:03 +01:00
  • c90a5f4542 If no item matches the current filter, hide all items and show an overlay message rather than disabling the filter. LoRd_MuldeR 2012-11-15 18:06:04 +01:00
  • 69dec13fa0 Updated VS2012 project file. lordmulder 2012-11-15 16:48:51 +01:00
  • 7d9cd7ab1a Updated VS2008 projects/solution files. lordmulder 2012-11-13 22:20:55 +01:00
  • d11f698d80 Added Visual Studio 2012 project files. lordmulder 2012-11-12 22:47:13 +01:00
  • f7e68fe6c1 Added "filter" icon file. LoRd_MuldeR 2012-11-12 22:02:15 +01:00
  • 3d431c099f Added compiler detection for VS2012. LoRd_MuldeR 2012-11-12 21:42:56 +01:00
  • b57650acda Removed "Qt5" configurations, as they were badly maintained anyway. Also fixed QKeccakHash for the "Release_Static" configuration. LoRd_MuldeR 2012-11-12 20:42:37 +01:00
  • bcb85f22c3 Now using Keccak/SHA-3 to verify the built-in files. LoRd_MuldeR 2012-11-12 00:32:39 +01:00
  • d328e69132 Added the QKeccakHash class, which implements the "Keccak" aka "SHA-3" hash function. LoRd_MuldeR 2012-11-11 23:34:52 +01:00
  • 20d7a2cb58 Bugfix: One of the context menu items was never connected. LoRd_MuldeR 2012-11-11 19:36:31 +01:00
  • 8ba1c016c6 Delete "blank" output file, if encoding failed or was aborted (or never actually started). LoRd_MuldeR 2012-11-11 18:58:08 +01:00
  • 07dfd3211a Added an option to filter the progress model entries. If filter is enabled, only progress items that match the filter will be shown in the TableView. LoRd_MuldeR 2012-11-11 18:33:55 +01:00
  • 082fb9e8f0 Fixed a typo, reported by Dogway. LoRd_MuldeR 2012-11-09 01:21:01 +01:00
  • 977f4d4213 "Overwrite Mode" should actually be working now. LoRd_MuldeR 2012-11-08 21:19:45 +01:00
  • 4d3bce8fc3 Added option for "Overwrite Mode" (keep both, skip file, replace) to "Advanced Options" tab. Does not do anything yet. LoRd_MuldeR 2012-11-08 00:42:55 +01:00
  • f3e14e02d2 Version v4.06 is released! Release_406 LoRd_MuldeR 2012-11-04 14:19:39 +01:00
  • d7fc31f4b9 Updated list of update mirrors. LoRd_MuldeR 2012-10-31 22:54:35 +01:00
  • 7770e021da Bump version. LoRd_MuldeR 2012-10-31 22:26:51 +01:00
  • 7339a05c23 Updated ALAC decoder binary to refalac v0.56, based on ALAC reference implementation by Apple (Apache License). LoRd_MuldeR 2012-10-29 20:47:49 +01:00
  • 837f0588e7 Bum version. LoRd_MuldeR 2012-10-28 22:25:35 +01:00
  • 23f0b98205 Updated MediaInfo binaries to v0.7.61+ (2012-10-28), compiled with ICL 12.1.7 and MSVC 10.0. LoRd_MuldeR 2012-10-28 18:41:16 +01:00
  • 2e4cb2125e Updated list of update mirrors. LoRd_MuldeR 2012-10-28 15:08:59 +01:00
  • 9aeb6b6b64 Updated FAAD2 binary in order to fix a bug in the progress printing code, which caused a buffer overrun with very long file names. LoRd_MuldeR 2012-10-27 01:38:20 +02:00
  • a85eb47897 Some installer improvements. LoRd_MuldeR 2012-10-24 22:45:58 +02:00
  • 16fc9f523f Updated installer script. LoRd_MuldeR 2012-10-21 20:28:44 +02:00
  • eb75c942ee Bump version. LoRd_MuldeR 2012-10-19 21:05:33 +02:00
  • a2fd0f2460 Added an "About..." entry to the system menu. LoRd_MuldeR 2012-10-17 23:34:42 +02:00
  • 61d440303b Small code clean-up. LoRd_MuldeR 2012-10-15 00:41:38 +02:00
  • e0624e7c45 Updated translators guide. LoRd_MuldeR 2012-10-14 23:01:54 +02:00
  • 4ed70b7bea If a QM file is used instead of a built-in translation, the QM file will now be remembered. Also the translation system can now be re-initialized by pressing CTRL+F5 in the Main window. LoRd_MuldeR 2012-10-14 22:21:57 +02:00
  • b653702f46 Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. LoRd_MuldeR 2012-10-14 22:17:30 +02:00
  • 50e9d01cfb Now using rand_s() to generate random numbers, which doesn't need a seed. Falling back to qsrand() + qrand() on platforms that don't support rand_s(). LoRd_MuldeR 2012-10-13 12:36:41 +02:00
  • 760b34a0e0 Small formating update. LoRd_MuldeR 2012-10-13 12:33:17 +02:00
  • 3fc27a2e17 Slightly modified license checking code. LoRd_MuldeR 2012-10-10 23:01:58 +02:00
  • 392a22a03d Fixed Uninstaller to remove the "Manual.html" file. LoRd_MuldeR 2012-10-10 00:37:36 +02:00
  • 265019b952 Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>. LoRd_MuldeR 2012-10-09 22:34:16 +02:00
  • 7b4f57ad21 Fixed a stupid typo. LoRd_MuldeR 2012-10-09 17:52:11 +02:00
  • 0fac4fbb8f Slightly improved seeding of the PRNG (again). LoRd_MuldeR 2012-10-09 17:43:17 +02:00
  • f39beba138 Make download instructions for TS files a bit more clear (hopefully). LoRd_MuldeR 2012-10-09 14:23:58 +02:00
  • 5301a19097 Update Chinese and Taiwanese translations. Thanks to 456Vv <123@456vv.com>. LoRd_MuldeR 2012-10-09 13:50:41 +02:00
  • 4b1ae971ad Updated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>. LoRd_MuldeR 2012-10-09 12:50:42 +02:00
  • 109b6544a9 Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>. LoRd_MuldeR 2012-10-09 02:25:28 +02:00
  • 72aea452d9 Added one more update mirror + slightly improved seeding of the PRNG. LoRd_MuldeR 2012-10-09 01:58:36 +02:00
  • 450907dce7 Added one more Git mirror to the docs. LoRd_MuldeR 2012-10-09 01:57:01 +02:00
  • d2f5d705bd Bump version. LoRd_MuldeR 2012-10-08 00:25:48 +02:00
  • 80fb69bed5 Merge branch 'master' of github.com:lordmulder/LameXP LoRd_MuldeR 2012-10-05 23:59:30 +02:00
  • e0e08ee25f Some document updates. LoRd_MuldeR 2012-10-05 23:58:43 +02:00
  • 2f312d7997 Updated VS2008 project file. lordmulder 2012-09-30 21:02:01 +02:00
  • 54d92ae4c4 Updated patch collection. LoRd_MuldeR 2012-09-28 12:51:51 +02:00
  • 703297c665 Updated documents. LoRd_MuldeR 2012-09-27 23:04:26 +02:00
  • f9890315b4 Updated mpg123 decoder binary to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1. LoRd_MuldeR 2012-09-26 23:21:21 +02:00
  • 18ef1b4d9e Merge branch 'master' of github.com:lordmulder/LameXP LoRd_MuldeR 2012-09-23 18:09:52 +02:00
  • 0cbf86e215 Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22). Also disabled "--speech" and "--music" options, as latest Opus-Tools doesn't support those anymore. LoRd_MuldeR 2012-09-23 18:05:37 +02:00
  • 9fc615954c Updated Ukrainian translation. arestarh 2012-09-22 10:44:50 +03:00
  • a696b31eda Merge branch 'master' of github.com:lordmulder/LameXP arestarh 2012-09-22 10:22:00 +03:00
  • 2373cfa30f Updated Ukrainian translation. arestarh 2012-09-22 10:19:41 +03:00
  • 057cb6fe4f Some optimizations in GUI resize code. LoRd_MuldeR 2012-09-20 22:52:52 +02:00
  • e03bd4c9ae Updated Changelog and increased version to v4.06. LoRd_MuldeR 2012-09-20 01:27:56 +02:00
  • 581dd4e0b8 Some more improvements to "About" dialog. Also added "Special Thanks" section to "Contributors" tab. LoRd_MuldeR 2012-09-18 01:41:00 +02:00
  • 1d41938715 Some more tweaks to the new About dialog. LoRd_MuldeR 2012-09-16 18:13:53 +02:00
  • cc703bc11a Re-added two translatable strings that got lost on the way. LoRd_MuldeR 2012-09-16 14:26:07 +02:00
  • 43b86174cb Implemented late initialization for "About" tabs. LoRd_MuldeR 2012-09-16 14:15:32 +02:00
  • 043c1f7f9a Added GNU logo. LoRd_MuldeR 2012-09-15 20:47:43 +02:00
  • a8b4426402 New "tapped" about dialog. LoRd_MuldeR 2012-09-15 20:46:26 +02:00
  • 7f3bcbedb7 Improved lamexp_get_os_version() function. LoRd_MuldeR 2012-09-09 23:05:00 +02:00
  • e5f493a822 Updated MediaInfo binaries to v0.7.60 (2012-09-02), compiled with ICL 12.1.7 and MSVC 10.0. LoRd_MuldeR 2012-09-07 22:45:05 +02:00
  • a4e78633e6 Fixed a regression in 3e18116dd5f8a6c12643d0a42c5214968dbca6d3. LoRd_MuldeR 2012-09-07 02:14:29 +02:00
  • 76fb93447a Merge branch 'master' of github.com:lordmulder/LameXP LoRd_MuldeR 2012-09-03 23:20:50 +02:00
  • 29bbf478de Version v4.05 is released! Release_405 LoRd_MuldeR 2012-09-03 22:56:35 +02:00
  • edb01ae2b4 Updated Ukrainian translation. arestarh 2012-08-27 23:49:10 +03:00
  • 67609a9b65 Updated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>. LoRd_MuldeR 2012-08-24 21:20:00 +02:00
  • 2878dc7ad0 Treat Wave files with IEEE Float (32-Bit) sample format separately from Wave files with 32-Bit Integer sample format. For example, the Opus encoder accepts 32-Bit IEEE Float just fine, but does NOT like 32-Bit Integer as input. LoRd_MuldeR 2012-08-22 23:52:55 +02:00
  • 0a28e39309 Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>. LoRd_MuldeR 2012-08-22 21:55:02 +02:00
  • c5de867488 Fixed a typo in Opus encoder class that broke constrained variable bitrate encoding. LoRd_MuldeR 2012-08-22 21:54:06 +02:00
  • 420bd764ab Small install script update: Don't look for "PRE_RELEASE_INFO.txt" in a Release version. LoRd_MuldeR 2012-08-21 21:41:34 +02:00
  • 12db8ca7fc Updated F.A.Q. document. LoRd_MuldeR 2012-08-21 21:31:18 +02:00
  • 8d6774ba24 Updated some URL string. LoRd_MuldeR 2012-08-20 22:23:38 +02:00
  • b5f6e8238a Updated F.A.Q. document. LoRd_MuldeR 2012-08-20 21:51:10 +02:00