OSDN Git Service

lamexp/LameXP.git
11 years agoVersion v4.05 is released! Release_405
LoRd_MuldeR [Mon, 3 Sep 2012 20:56:35 +0000 (22:56 +0200)]
Version v4.05 is released!

11 years agoUpdated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.
LoRd_MuldeR [Fri, 24 Aug 2012 19:20:00 +0000 (21:20 +0200)]
Updated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.

11 years agoTreat Wave files with IEEE Float (32-Bit) sample format separately from Wave files...
LoRd_MuldeR [Wed, 22 Aug 2012 21:52:55 +0000 (23:52 +0200)]
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.

11 years agoUpdate Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>.
LoRd_MuldeR [Wed, 22 Aug 2012 19:55:02 +0000 (21:55 +0200)]
Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>.

11 years agoFixed a typo in Opus encoder class that broke constrained variable bitrate encoding.
LoRd_MuldeR [Wed, 22 Aug 2012 19:54:06 +0000 (21:54 +0200)]
Fixed a typo in Opus encoder class that broke constrained variable bitrate encoding.

11 years agoSmall install script update: Don't look for "PRE_RELEASE_INFO.txt" in a Release version.
LoRd_MuldeR [Tue, 21 Aug 2012 19:41:34 +0000 (21:41 +0200)]
Small install script update: Don't look for "PRE_RELEASE_INFO.txt" in a Release version.

11 years agoUpdated F.A.Q. document.
LoRd_MuldeR [Tue, 21 Aug 2012 19:31:18 +0000 (21:31 +0200)]
Updated F.A.Q. document.

11 years agoUpdated some URL string.
LoRd_MuldeR [Mon, 20 Aug 2012 20:23:38 +0000 (22:23 +0200)]
Updated some URL string.

11 years agoUpdated F.A.Q. document.
LoRd_MuldeR [Mon, 20 Aug 2012 19:51:10 +0000 (21:51 +0200)]
Updated F.A.Q. document.

11 years agoUpdated F.A.Q. document.
LoRd_MuldeR [Mon, 20 Aug 2012 19:12:52 +0000 (21:12 +0200)]
Updated F.A.Q. document.

11 years agoSlightly tweaked initialization checks.
LoRd_MuldeR [Sun, 19 Aug 2012 12:34:04 +0000 (14:34 +0200)]
Slightly tweaked initialization checks.

11 years agoSmall optimization of known_folder() function. Will now return a const reference.
LoRd_MuldeR [Sat, 18 Aug 2012 20:37:10 +0000 (22:37 +0200)]
Small optimization of known_folder() function. Will now return a const reference.

11 years agoUpdated Visual Studio 2008 project file.
lordmulder [Sat, 18 Aug 2012 18:55:59 +0000 (20:55 +0200)]
Updated Visual Studio 2008 project file.

11 years agoTurned more global objects into pointers in order to allow late initialization. Also...
LoRd_MuldeR [Sat, 18 Aug 2012 14:36:39 +0000 (16:36 +0200)]
Turned more global objects into pointers in order to allow late initialization. Also slightly restructured the global locks and added another global lock to guard the IPC struct.

11 years agoUpdate Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
LoRd_MuldeR [Sat, 18 Aug 2012 01:34:49 +0000 (03:34 +0200)]
Update Taiwanese translation. Thanks to 456Vv <123@456vv.com>.

11 years agoMade lamexp_arguments() thread-safe, just to be sure.
LoRd_MuldeR [Fri, 17 Aug 2012 21:47:01 +0000 (23:47 +0200)]
Made lamexp_arguments() thread-safe, just to be sure.

11 years agoUpdate patch collection.
LoRd_MuldeR [Fri, 17 Aug 2012 20:10:46 +0000 (22:10 +0200)]
Update patch collection.

11 years agoBump version.
LoRd_MuldeR [Fri, 17 Aug 2012 18:01:06 +0000 (20:01 +0200)]
Bump version.

11 years agoUpdated Opus-Tools binaries to v0.1.4 with latest libopus (2012-08-16), compiled...
LoRd_MuldeR [Thu, 16 Aug 2012 21:28:45 +0000 (23:28 +0200)]
Updated Opus-Tools binaries to v0.1.4 with latest libopus (2012-08-16), compiled with ICL 12.1.7 and MSVC 10.0.

11 years agoUpdate Chinese translation. Thanks to 456Vv <123@456vv.com>.
LoRd_MuldeR [Wed, 15 Aug 2012 19:22:46 +0000 (21:22 +0200)]
Update Chinese translation. Thanks to 456Vv <123@456vv.com>.

11 years agoMade the lamexp_known_folder() function cached.
LoRd_MuldeR [Mon, 13 Aug 2012 21:12:19 +0000 (23:12 +0200)]
Made the lamexp_known_folder() function cached.

11 years agoUpdated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
lordmulder [Mon, 13 Aug 2012 15:52:52 +0000 (17:52 +0200)]
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.

11 years agoUpdated Visual Studio 2008 project file.
lordmulder [Mon, 13 Aug 2012 15:42:28 +0000 (17:42 +0200)]
Updated Visual Studio 2008 project file.

11 years agoUpdated Visual Studio 2008 project file.
lordmulder [Sun, 12 Aug 2012 18:00:26 +0000 (20:00 +0200)]
Updated Visual Studio 2008 project file.

11 years agoUpdated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
Git User [Sun, 12 Aug 2012 15:26:26 +0000 (17:26 +0200)]
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

11 years agoMade some more global functions thread-safe by using locks. Avoids a race condition...
Git User [Sun, 12 Aug 2012 15:01:17 +0000 (17:01 +0200)]
Made some more global functions thread-safe by using locks. Avoids a race condition in the multi-threaded initialization code.

11 years agoUpdated MediaInfo binaries to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and...
Git User [Sun, 12 Aug 2012 15:00:31 +0000 (17:00 +0200)]
Updated MediaInfo binaries to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0.

11 years agoUpdated Ukrainian translation.
arestarh [Fri, 10 Aug 2012 16:44:08 +0000 (19:44 +0300)]
Updated Ukrainian translation.

11 years agoUpdated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.
lordmulder [Wed, 8 Aug 2012 20:00:45 +0000 (22:00 +0200)]
Updated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.

11 years agoUpdated DCA Enc binary to the build from 2012-04-19.
lordmulder [Tue, 7 Aug 2012 21:10:53 +0000 (23:10 +0200)]
Updated DCA Enc binary to the build from 2012-04-19.

11 years agoUpdated Changelog.
lordmulder [Tue, 7 Aug 2012 19:22:11 +0000 (21:22 +0200)]
Updated Changelog.

11 years agoBump minimum required FhgAacEnc version to 2012-08-06.
lordmulder [Mon, 6 Aug 2012 21:42:46 +0000 (23:42 +0200)]
Bump minimum required FhgAacEnc version to 2012-08-06.

11 years agoBump minimum required QAAC version v1.39.
lordmulder [Sun, 5 Aug 2012 20:40:56 +0000 (22:40 +0200)]
Bump minimum required QAAC version v1.39.

11 years agoUpdated Opus-Tools binaries to v0.1.4, compiled with ICL 12.1.7 and MSVC 10.0.
lordmulder [Sun, 5 Aug 2012 19:28:43 +0000 (21:28 +0200)]
Updated Opus-Tools binaries to v0.1.4, compiled with ICL 12.1.7 and MSVC 10.0.

11 years agoUpdated mpg123 decoder binary to v1.14.4 (2012-07-26), compiled with GCC 4.6.1. Also...
lordmulder [Sun, 5 Aug 2012 12:46:11 +0000 (14:46 +0200)]
Updated mpg123 decoder binary to v1.14.4 (2012-07-26), compiled with GCC 4.6.1. Also includes Windows 2000 bugfix now.

11 years agoUpdated F.A.Q. document.
lordmulder [Fri, 3 Aug 2012 21:23:57 +0000 (23:23 +0200)]
Updated F.A.Q. document.

11 years agoUpdated F.A.Q. document.
lordmulder [Thu, 2 Aug 2012 21:32:21 +0000 (23:32 +0200)]
Updated F.A.Q. document.

11 years agoUpdate changelog.
lordmulder [Wed, 1 Aug 2012 19:31:33 +0000 (21:31 +0200)]
Update changelog.

11 years agoUpdated German translation.
lordmulder [Tue, 31 Jul 2012 22:42:55 +0000 (00:42 +0200)]
Updated German translation.

11 years agoUpdated MediaInfo binary to a current SVN/Trunk version with Opus support. Also remov...
lordmulder [Tue, 31 Jul 2012 22:17:12 +0000 (00:17 +0200)]
Updated MediaInfo binary to a current SVN/Trunk version with Opus support. Also removed the preliminary Opus detection hack.

11 years agoRemoved a superfluous MessageBeep().
lordmulder [Tue, 31 Jul 2012 19:03:43 +0000 (21:03 +0200)]
Removed a superfluous MessageBeep().

11 years agoSome more refactoring of the event filter functions: De-uglify the "global" event...
lordmulder [Mon, 30 Jul 2012 19:44:44 +0000 (21:44 +0200)]
Some more refactoring of the event filter functions: De-uglify the "global" event filter function by using more fine-grained filter functions.

11 years agoAdded "custom parameters" options for Opus. Also added a "help" button for all "custo...
lordmulder [Sun, 29 Jul 2012 20:55:02 +0000 (22:55 +0200)]
Added "custom parameters" options for Opus. Also added a "help" button for all "custom parameters" edit boxes, which will simply show the CLI help screen.

11 years agoSome refactoring of the macros. Use the "do {...} while(0)" template where it makes...
lordmulder [Sun, 29 Jul 2012 17:09:15 +0000 (19:09 +0200)]
Some refactoring of the macros. Use the "do {...} while(0)" template where it makes sense.

11 years agoUpdated Ukrainian translation file.
lordmulder [Sun, 29 Jul 2012 14:58:22 +0000 (16:58 +0200)]
Updated Ukrainian translation file.

11 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Sun, 29 Jul 2012 14:56:42 +0000 (16:56 +0200)]
Merge branch 'master' of github.com:lordmulder/LameXP

Conflicts:
etc/Translation/LameXP_UK.ts

11 years agoUpdated Opus binaries. Now compiled with runtime CPU-detection. Also we now have...
lordmulder [Sun, 29 Jul 2012 14:46:01 +0000 (16:46 +0200)]
Updated Opus binaries. Now compiled with runtime CPU-detection. Also we now have builds with "experimental encoder perceptual tuning" from the "exp_analysis7" branch, enabled by default.

11 years agoUpdated Ukrainian translation (fix for previous commit).
arestarh [Fri, 27 Jul 2012 21:16:06 +0000 (00:16 +0300)]
Updated Ukrainian translation (fix for previous commit).

11 years agoUpdated Ukrainian translation.
arestarh [Fri, 27 Jul 2012 21:11:15 +0000 (00:11 +0300)]
Updated Ukrainian translation.

11 years agoUpdated Opus binaries with version the reports progress as percent. Also added SSE2...
lordmulder [Tue, 24 Jul 2012 21:15:10 +0000 (23:15 +0200)]
Updated Opus binaries with version the reports progress as percent. Also added SSE2 versions of opusdec/opusenc binaries.

11 years agoAdded Opus patch for Unicode support and real-time progress updates (flush).
lordmulder [Sat, 21 Jul 2012 22:09:28 +0000 (00:09 +0200)]
Added Opus patch for Unicode support and real-time progress updates (flush).

11 years agoReplaced the Opus encoder/decoder binary wit custom binaries that support UTF-8 file...
lordmulder [Sat, 21 Jul 2012 17:16:12 +0000 (19:16 +0200)]
Replaced the Opus encoder/decoder binary wit custom binaries that support UTF-8 file names and flush the console output properly + expose more Opus encoder options in the GUI.

11 years agoAdded support for Opus Audio Codec, based on Opus-Tools v0.1.3 (2012-07-10) by Xiph...
lordmulder [Fri, 20 Jul 2012 21:19:08 +0000 (23:19 +0200)]
Added support for Opus Audio Codec, based on Opus-Tools v0.1.3 (2012-07-10) by Xiph.org/Mozilla

11 years agoUpdated mpg123 decoder binary to v1.14.3 (2012-07-01), compiled with GCC 4.6.1.
lordmulder [Wed, 11 Jul 2012 22:32:09 +0000 (00:32 +0200)]
Updated mpg123 decoder binary to v1.14.3 (2012-07-01), compiled with GCC 4.6.1.

11 years agoUpdated Changelog.
lordmulder [Sun, 8 Jul 2012 22:33:07 +0000 (00:33 +0200)]
Updated Changelog.

11 years agoUpdated deployment scripts to keep file attributes,
lordmulder [Sun, 1 Jul 2012 23:19:32 +0000 (01:19 +0200)]
Updated deployment scripts to keep file attributes,

11 years agoPopup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists.
lordmulder [Sun, 1 Jul 2012 19:33:04 +0000 (21:33 +0200)]
Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists.

11 years agoInclude the file "PRE_RELEASE_INFO.txt" in all pre-release builds of LameXP.
lordmulder [Sun, 1 Jul 2012 19:11:04 +0000 (21:11 +0200)]
Include the file "PRE_RELEASE_INFO.txt" in all pre-release builds of LameXP.

11 years agoUpdated MediaInfo binary to v0.7.58 (2012-05-28), compiled with ICL 12.1.7 and MSVC...
lordmulder [Mon, 25 Jun 2012 19:59:28 +0000 (21:59 +0200)]
Updated MediaInfo binary to v0.7.58 (2012-05-28), compiled with ICL 12.1.7 and MSVC 10.0.

11 years agoExtinguished some remaining uses of argv[] or QApplication::arguments().
lordmulder [Sat, 23 Jun 2012 16:18:57 +0000 (18:18 +0200)]
Extinguished some remaining uses of argv[] or QApplication::arguments().

11 years agoNow using our own command-line parser, based on GetCommandLineW() + CommandLineToArgv...
lordmulder [Fri, 22 Jun 2012 13:49:56 +0000 (15:49 +0200)]
Now using our own command-line parser, based on GetCommandLineW() + CommandLineToArgvW , instead of using QApplication::arguments(). This is less portable, but Qt's internal command-line parser has some rather strange behavior with processing certain characters. As a result, with Qt's command-line parser, some path names passed to LameXP got screwed up! Specifically "C:\Some Path\''Foo''.mp3" got mangled to "C:\Some Path''Foo''.mp3", i.e. the Backslash disappeared! Should be fixed now.

11 years agoWhen generating the initial output-folder name for the Cue Sheet dialog, make sure...
lordmulder [Thu, 21 Jun 2012 16:31:36 +0000 (18:31 +0200)]
When generating the initial output-folder name for the Cue Sheet dialog, make sure there is no folder *or* file of that name yet. The previous code did check for folders only!

11 years agoCueSheet Importer: Fixed generation of the initial (suggested) output folder name...
lordmulder [Tue, 29 May 2012 18:52:45 +0000 (20:52 +0200)]
CueSheet Importer: Fixed generation of the initial (suggested) output folder name when the CUE file name ends with one or multiple dots (now really).

11 years agoAdded one more mirror.
lordmulder [Tue, 29 May 2012 17:53:53 +0000 (19:53 +0200)]
Added one more mirror.

11 years agoCueSheet Importer: Fixed generation of the initial (suggested) output folder name...
lordmulder [Tue, 29 May 2012 16:32:28 +0000 (18:32 +0200)]
CueSheet Importer: Fixed generation of the initial (suggested) output folder name when the CUE file name ends with one or multiple dots.

11 years agoNow using a separate QSemaphore to limit the number of tasks in the queue of the...
lordmulder [Fri, 25 May 2012 00:24:44 +0000 (02:24 +0200)]
Now using a separate QSemaphore to limit the number of tasks in the queue of the QThreadPool. Instead of starting exactly as many task as there are threads in the pool and adding a new task only after a running one finished, we will now keep a fixed number of tasks in the queue (currently hardcoded to 32). Since there always will be more tasks left in the queue than there are threads in the pool, we ensure that no thread will ever become idle. Might be slightly faster than the "old" approach.

11 years agoUpdated VS2008 project file.
lordmulder [Thu, 24 May 2012 10:59:58 +0000 (12:59 +0200)]
Updated VS2008 project file.

11 years agoFixed HTML code, need to escape the ampersand.
lordmulder [Sun, 20 May 2012 21:44:50 +0000 (23:44 +0200)]
Fixed HTML code, need to escape the ampersand.

11 years agoSome small updates to the file analyzer benchmark code.
lordmulder [Tue, 15 May 2012 19:34:20 +0000 (21:34 +0200)]
Some small updates to the file analyzer benchmark code.

11 years agoChanged the method to synchronize the analyzer threads: We now use QSet to maintain...
lordmulder [Sun, 13 May 2012 22:50:16 +0000 (00:50 +0200)]
Changed the method to synchronize the analyzer threads: We now use QSet to maintain a list of the thread id's of all threads that are still running - instead of only recording the highest thread id that has finished. This way a thread can now actually check if there still is any running thread with a lower thread id. Before thread n could only check if thread n-1 has finished yet or not. As a result we can relax the waiting now. Only threads that want to emit a file will wait for the "previous" threads to finish.

11 years agoUpdated mpg123 decoder binary to v1.14.2 (2012-05-12), compiled with GCC 4.6.1.
lordmulder [Sat, 12 May 2012 20:37:29 +0000 (22:37 +0200)]
Updated mpg123 decoder binary to v1.14.2 (2012-05-12), compiled with GCC 4.6.1.

11 years agoBump version.
lordmulder [Sat, 12 May 2012 11:09:16 +0000 (13:09 +0200)]
Bump version.

11 years agoFix: In order to ensure the "correct" ordering, *all* threads need to wait for the...
lordmulder [Sat, 12 May 2012 00:51:24 +0000 (02:51 +0200)]
Fix: In order to ensure the "correct" ordering, *all* threads need to wait for the previous threads to finish - not only the threads that will emit a file. If both, thread n and n+1, want to emit a file and thus n+1 has to wait for n, we additionally must allow thread n+2 to terminate before n and n+1, even if n+2 does *not* emit a file. That's because as soon as n+2 finishes, it unblocks all threads x with x < n+2, which includes n and n+1. If that happens and n+1 is still waiting for n, we effectively allow n+1 to emit its file *before* n. By blocking all threads x with x > n+1 until n+1 has finished (regardless of whether they want to emit a file or not) this problem is resolved. As long as we assume that most threads actually *do* emit a file, this commit shouldn't hurt the performance.

11 years agoUpdated MediaInfo binary to v0.7.57 (2012-05-02), compiled with ICL 12.1.7 and MSVC...
lordmulder [Sat, 12 May 2012 00:41:20 +0000 (02:41 +0200)]
Updated MediaInfo binary to v0.7.57 (2012-05-02), compiled with ICL 12.1.7 and MSVC 10.0.

11 years agoSome code refactoring regarding the QWaitCondition/QMutex in FileAnalyzer_Task.
lordmulder [Wed, 9 May 2012 00:54:41 +0000 (02:54 +0200)]
Some code refactoring regarding the QWaitCondition/QMutex in FileAnalyzer_Task.

11 years agoSlightly improved progress indicator for file analyzer: Additional files from playlis...
lordmulder [Mon, 7 May 2012 23:12:26 +0000 (01:12 +0200)]
Slightly improved progress indicator for file analyzer: Additional files from playlists are now taken into account earlier.

11 years agoSome speed-optimizations for the Progress model.
lordmulder [Mon, 7 May 2012 01:03:14 +0000 (03:03 +0200)]
Some speed-optimizations for the Progress model.

11 years agoAdded progress indicator to CueSheet import thread.
lordmulder [Sun, 6 May 2012 21:58:18 +0000 (23:58 +0200)]
Added progress indicator to CueSheet import thread.

11 years agoImplemented progress indicator for the working banner.
lordmulder [Sun, 6 May 2012 02:57:00 +0000 (04:57 +0200)]
Implemented progress indicator for the working banner.

11 years agoImplemented a method to disables update signals from the FileList model. This will...
lordmulder [Sat, 5 May 2012 19:56:14 +0000 (21:56 +0200)]
Implemented a method to disables update signals from the FileList model. This will significantly speed-up adding a lot files, but comes with the drawback that updates won't be visible immediately.

11 years agoNow using a QWaitCondition to synchronize the FileAnalyzer threads.
lordmulder [Sat, 5 May 2012 01:55:27 +0000 (03:55 +0200)]
Now using a QWaitCondition to synchronize the FileAnalyzer threads.

11 years agoFixed a regression in b00b5278971615fb2601072abd39264cc59b4652.
lordmulder [Fri, 4 May 2012 19:43:44 +0000 (21:43 +0200)]
Fixed a regression in b00b5278971615fb2601072abd39264cc59b4652.

11 years agoSome minor tweaks to the multi-threaded FileAnalyzer class.
lordmulder [Fri, 4 May 2012 14:40:02 +0000 (16:40 +0200)]
Some minor tweaks to the multi-threaded FileAnalyzer class.

11 years agoRewrote FileListModel class to use a QHash map internally. This should speed-up the...
lordmulder [Fri, 4 May 2012 14:39:02 +0000 (16:39 +0200)]
Rewrote FileListModel class to use a QHash map internally. This should speed-up the lookup, especially when adding a huge number of files.

11 years agoFixed a potential stack overflow due to a QApplication::processEvents() that was...
lordmulder [Fri, 4 May 2012 14:38:05 +0000 (16:38 +0200)]
Fixed a potential stack overflow due to a QApplication::processEvents() that was called from within a slot which may itself be called again while event processing (leading to a recursion that can eventually overflow the stack!)

11 years agoImplemented multi-threading for file analyzer. Now multiple files can be analyzed...
lordmulder [Fri, 4 May 2012 02:01:10 +0000 (04:01 +0200)]
Implemented multi-threading for file analyzer. Now multiple files can be analyzed in parallel. This should speed-up adding files quite a bit, especially when a huge number of files is added at once.

11 years agoMade tool registry thread-safe, using a QReadWriteLock.
lordmulder [Thu, 3 May 2012 21:11:16 +0000 (23:11 +0200)]
Made tool registry thread-safe, using a QReadWriteLock.

11 years agoImplemented multi-threading for tool extraction. The extraction of the tools is limit...
lordmulder [Sun, 29 Apr 2012 19:17:51 +0000 (21:17 +0200)]
Implemented multi-threading for tool extraction. The extraction of the tools is limited by a/v software. Without an a/v software interfering, the extraction takes no time (less than a second on the test machine). With an a/v software slowing down things, it can take up to 20 seconds or longer. By extracting several files in parallel, we give the a/v software the chance to take advantage of multi-threading. Should help quite a bit, on multi-core systems.

11 years agoDevelopment open for version 4.05 now.
lordmulder [Sun, 29 Apr 2012 16:00:06 +0000 (18:00 +0200)]
Development open for version 4.05 now.

11 years agoAdded Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.
lordmulder [Sun, 29 Apr 2012 15:41:16 +0000 (17:41 +0200)]
Added Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.

11 years agoAdded Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.
lordmulder [Sun, 29 Apr 2012 15:35:14 +0000 (17:35 +0200)]
Added Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.

11 years agoVersion v4.04 is released! Release_404
lordmulder [Thu, 26 Apr 2012 11:43:40 +0000 (13:43 +0200)]
Version v4.04 is released!

11 years agoUpdated FAQ document.
lordmulder [Mon, 23 Apr 2012 20:50:20 +0000 (22:50 +0200)]
Updated FAQ document.

12 years agoFixed a type in German translation.
lordmulder [Sat, 21 Apr 2012 11:36:56 +0000 (13:36 +0200)]
Fixed a type in German translation.

12 years agoBetter method to prevent MediaInfo from detecting playlist files.
lordmulder [Fri, 20 Apr 2012 20:39:19 +0000 (22:39 +0200)]
Better method to prevent MediaInfo from detecting playlist files.

12 years agoChanged temporary installer file name.
lordmulder [Fri, 20 Apr 2012 19:11:06 +0000 (21:11 +0200)]
Changed temporary installer file name.

12 years agoBump version.
lordmulder [Thu, 19 Apr 2012 18:25:12 +0000 (20:25 +0200)]
Bump version.

12 years agoWorkaround for a recent change in MediaInfo's behavior for M3U playlist files.
lordmulder [Thu, 19 Apr 2012 12:40:05 +0000 (14:40 +0200)]
Workaround for a recent change in MediaInfo's behavior for M3U playlist files.

12 years agoMake it possible to remove items with the DEL key.
lordmulder [Wed, 18 Apr 2012 22:56:04 +0000 (00:56 +0200)]
Make it possible to remove items with the DEL key.

12 years agoBump version.
lordmulder [Wed, 18 Apr 2012 21:15:39 +0000 (23:15 +0200)]
Bump version.