OSDN Git Service

lamexp/LameXP.git
12 years agoUpdated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.
lordmulder [Mon, 2 Apr 2012 21:33:47 +0000 (23:33 +0200)]
Updated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.

12 years agoSlightly changed cache handling.
lordmulder [Sat, 31 Mar 2012 20:20:07 +0000 (22:20 +0200)]
Slightly changed cache handling.

12 years agoUse the 'FindExInfoBasic' information level on supported OS (Windows 7 and later...
lordmulder [Sat, 31 Mar 2012 14:27:37 +0000 (16:27 +0200)]
Use the 'FindExInfoBasic' information level on supported OS (Windows 7 and later). Should further speed-up things.

12 years agoNow using FindFirstFileEx() on supported OS. Should be a bit faster, as we can reques...
lordmulder [Fri, 30 Mar 2012 13:28:47 +0000 (15:28 +0200)]
Now using FindFirstFileEx() on supported OS. Should be a bit faster, as we can request the FindExSearchLimitToDirectories search limit.

12 years agoVarious tweaks to improve the QFileSystemModel performance. Also slightly improved...
lordmulder [Fri, 30 Mar 2012 01:35:43 +0000 (03:35 +0200)]
Various tweaks to improve the QFileSystemModel performance. Also slightly improved the initialization.

12 years agoSome code refactoring and clean-up.
lordmulder [Thu, 29 Mar 2012 17:08:33 +0000 (19:08 +0200)]
Some code refactoring and clean-up.

12 years agoSome improvement of the previous commit.
lordmulder [Thu, 29 Mar 2012 01:22:24 +0000 (03:22 +0200)]
Some improvement of the previous commit.

12 years agoNew workaround to focus the selected item in the "output folder" view: As the focus...
lordmulder [Wed, 28 Mar 2012 23:32:47 +0000 (01:32 +0200)]
New workaround to focus the selected item in the "output folder" view: As the focus will get lost again when the QFileSystemModel asynchronously loads a directory, we need to focus again on each directory loaded. Though we must stop focusing on the selected item, as soon as the user expands a folder. Otherwise the view would scroll unexpectedly...

12 years agoSome tweaks to the initialization of the QFileSystem model.
lordmulder [Wed, 28 Mar 2012 00:21:34 +0000 (02:21 +0200)]
Some tweaks to the initialization of the QFileSystem model.

12 years agoImproved output folder LineEdit.
lordmulder [Tue, 27 Mar 2012 20:46:01 +0000 (22:46 +0200)]
Improved output folder LineEdit.

12 years agoAdded button to edit the current output path in a simple LineEdit control.
lordmulder [Mon, 26 Mar 2012 20:02:11 +0000 (22:02 +0200)]
Added button to edit the current output path in a simple LineEdit control.

12 years agoUse _beginthreadex() instead of calling CreateThread() directly. This is more correct...
lordmulder [Mon, 26 Mar 2012 02:40:49 +0000 (04:40 +0200)]
Use _beginthreadex() instead of calling CreateThread() directly. This is more correct, when using the MSVCRT.

12 years agoMinor code clean-up.
lordmulder [Sat, 24 Mar 2012 18:10:37 +0000 (19:10 +0100)]
Minor code clean-up.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Sat, 24 Mar 2012 00:30:23 +0000 (01:30 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoYet another workaround for the previous commit.
lordmulder [Sat, 24 Mar 2012 00:29:06 +0000 (01:29 +0100)]
Yet another workaround for the previous commit.

12 years agoUpdated Ukrainian translation.
Andriy Bilous'ko [Fri, 23 Mar 2012 09:03:57 +0000 (11:03 +0200)]
Updated Ukrainian translation.

12 years agoBetter workaround for the previous commit.
lordmulder [Fri, 23 Mar 2012 00:29:50 +0000 (01:29 +0100)]
Better workaround for the previous commit.

12 years agoWorkaround for Windows XP: It appears that QThread::isRunning() may return TRUE even...
lordmulder [Thu, 22 Mar 2012 21:26:54 +0000 (22:26 +0100)]
Workaround for Windows XP: It appears that QThread::isRunning() may return TRUE even after the QThread object has already emitted the "finished" signal. For some reason this only occurs on Windows XP, but never occurs on my Windows 7 machine. As a workaround we will call QThread::yieldCurrentThread() and then try again. This seems to fix the issue on my Windows XP machine.

12 years agoUpdated F.A.Q. document.
lordmulder [Thu, 22 Mar 2012 01:38:02 +0000 (02:38 +0100)]
Updated F.A.Q. document.

12 years agoUpdated MediaInfo binary to v0.7.54 (2012-03-13), compiled with ICL 12.1.7 and MSVC...
lordmulder [Wed, 21 Mar 2012 19:54:47 +0000 (20:54 +0100)]
Updated MediaInfo binary to v0.7.54 (2012-03-13), compiled with ICL 12.1.7 and MSVC 10.0.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Thu, 15 Mar 2012 23:56:29 +0000 (00:56 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoUpdated SoX binary to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0.
lordmulder [Thu, 15 Mar 2012 23:54:51 +0000 (00:54 +0100)]
Updated SoX binary to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0.

12 years agoUpdated Ukrainian translation.
Andriy Bilous'ko [Thu, 15 Mar 2012 09:19:57 +0000 (11:19 +0200)]
Updated Ukrainian translation.

12 years agoUpdated mpg123 decoder binary to v1.13.6 (2011-03-11), compiled with GCC 4.6.1.
lordmulder [Sun, 11 Mar 2012 19:25:34 +0000 (20:25 +0100)]
Updated mpg123 decoder binary to v1.13.6 (2011-03-11), compiled with GCC 4.6.1.

12 years agoUpdated mpg123 decoder binary to v1.13.5 (2011-03-07), compiled with GCC 4.6.1.
lordmulder [Sat, 10 Mar 2012 12:28:18 +0000 (13:28 +0100)]
Updated mpg123 decoder binary to v1.13.5 (2011-03-07), compiled with GCC 4.6.1.

12 years agoUpdated GnuPG binaries to v1.4.12, compiled with GCC 4.6.1.
lordmulder [Sat, 10 Mar 2012 02:51:22 +0000 (03:51 +0100)]
Updated GnuPG binaries to v1.4.12, compiled with GCC 4.6.1.

12 years agoMore FLAC workarounds. Using "--channel-map=none" will fix most cases, although we...
lordmulder [Fri, 9 Mar 2012 00:11:29 +0000 (01:11 +0100)]
More FLAC workarounds. Using "--channel-map=none" will fix most cases, although we will loose the channel map for Wave files that contain a valid channel map. On the other hand, FLAC fails most of the time when trying to use the channel map from the Wave file.

12 years agoSome workarounds for FLAC. It seems FLAC doesn't like 1.0, 3.0, 3.1, 4.0 channel...
lordmulder [Thu, 8 Mar 2012 23:44:55 +0000 (00:44 +0100)]
Some workarounds for FLAC. It seems FLAC doesn't like 1.0, 3.0, 3.1, 4.0 channel files. It also doesn't like more than 6 channels. It still fails with files that have >2 channels and are NOT in the "Wave Extensible" format.

12 years agoFixed detection of 32-Bit Float data via SoX. For whatever reason SoX returns a ...
lordmulder [Thu, 8 Mar 2012 22:04:00 +0000 (23:04 +0100)]
Fixed detection of 32-Bit Float data via SoX. For whatever reason SoX returns a "precision" of "24-Bit" for 32-Bit Float Wave files, so we have to detect the actual precision from the "sample encoding".

12 years agoSet supported input formats for FHG AAC encoder.
lordmulder [Thu, 8 Mar 2012 00:35:04 +0000 (01:35 +0100)]
Set supported input formats for FHG AAC encoder.

12 years agoFixed detection of bit depth.
lordmulder [Thu, 8 Mar 2012 00:34:00 +0000 (01:34 +0100)]
Fixed detection of bit depth.

12 years agoShow which AAC encoder is being used in the GUI.
lordmulder [Tue, 6 Mar 2012 21:29:55 +0000 (22:29 +0100)]
Show which AAC encoder is being used in the GUI.

12 years agoUpdated docs for the FHG/QAAC AAC encoder add-in's.
lordmulder [Tue, 6 Mar 2012 18:22:55 +0000 (19:22 +0100)]
Updated docs for the FHG/QAAC AAC encoder add-in's.

12 years agoUpdated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
lordmulder [Sun, 4 Mar 2012 12:12:10 +0000 (13:12 +0100)]
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

12 years agoUse the Job Object only on Windows XP and later. This avoids a bunch of warnings...
lordmulder [Fri, 2 Mar 2012 13:31:13 +0000 (14:31 +0100)]
Use the Job Object only on Windows XP and later. This avoids a bunch of warnings on Windows 2000, because SetInformationJobObject() is going to fail there.

12 years agoUpdated LAME encoder binary to v3.99.5 Final (2012-02-28), compiled with ICL 12.1...
lordmulder [Thu, 1 Mar 2012 22:31:13 +0000 (23:31 +0100)]
Updated LAME encoder binary to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0.

12 years agoPatched Qt's QProcess class to pass the CREATE_BREAKAWAY_FROM_JOB flag when creating...
lordmulder [Thu, 1 Mar 2012 22:14:41 +0000 (23:14 +0100)]
Patched Qt's QProcess class to pass the CREATE_BREAKAWAY_FROM_JOB flag when creating a new process. This is required, because Windows (Vista and later) will add our child processes to the PCA (Program Compatibility Assistant) job object automatically! And then we cannot add the child processes to our own job object, as a process can be assigned to only one job object. With the CREATE_BREAKAWAY_FROM_JOB flag, we ensure that our child processes does NOT get added to the PCA job object automatically and we can add it to our own job object again. Unfortunately QProcess does NOT provide a way to pass process creation flags yet, so we have to patch Qt for now. Passing the CREATE_BREAKAWAY_FROM_JOB flag may not always be desired though...

12 years agoFixed a regression in d92fb7fbcc34b7bf6b1649befab1d9eafec13684: We must not close...
lordmulder [Thu, 1 Mar 2012 01:45:21 +0000 (02:45 +0100)]
Fixed a regression in d92fb7fbcc34b7bf6b1649befab1d9eafec13684: We must not close the handle to the Job Object, as long as there still might be a process "tool" running. The regression caused child processes to be terminated unexpectedly sometimes! We now use reference counting in order to avoid this problem.

12 years agoAdded patch collection.
lordmulder [Tue, 28 Feb 2012 15:11:28 +0000 (16:11 +0100)]
Added patch collection.

12 years agoUpdated FAQ document.
lordmulder [Sun, 26 Feb 2012 22:32:25 +0000 (23:32 +0100)]
Updated FAQ document.

12 years agoUpdated Changelog.
lordmulder [Sun, 26 Feb 2012 14:05:18 +0000 (15:05 +0100)]
Updated Changelog.

12 years agoFixed a typo in the German translation.
lordmulder [Fri, 24 Feb 2012 21:13:04 +0000 (22:13 +0100)]
Fixed a typo in the German translation.

12 years agoUpdated SoX binary to v14.4.0 RC-3 (2012-02-20), compiled with ICL 12.1.7 and MSVC...
lordmulder [Fri, 24 Feb 2012 21:12:28 +0000 (22:12 +0100)]
Updated SoX binary to v14.4.0 RC-3 (2012-02-20), compiled with ICL 12.1.7 and MSVC 10.0. Now the default normalization method is "-n" again.

12 years agoBump version + update Changelog file.
lordmulder [Thu, 23 Feb 2012 20:21:02 +0000 (21:21 +0100)]
Bump version + update Changelog file.

12 years agoFixed a potential live-lock situation: Signals from the QThread can get lost, before...
lordmulder [Thu, 23 Feb 2012 16:00:22 +0000 (17:00 +0100)]
Fixed a potential live-lock situation: Signals from the QThread can get lost, before we reach the QEventLoop->exec(), even if the required connections already exists. It seems that QApplication::processEvents() will discard signals for our QEventLoop, if that QEventLoop is not running yet! Without the QApplication::processEvents(), those signals would simply be enqueued until we call QEventLoop->exec(). In reality this bug was never triggered under normal circumstances, but it seems on some systems it can take longer to perform the "fade in" than to finish the initialization thread. In that situation the bug *was* triggered and caused the live-lock...

12 years agoUpdated Monkey's Audio binary to v4.11 (2011-04-20), including STDERR flush fix.
lordmulder [Tue, 21 Feb 2012 21:36:13 +0000 (22:36 +0100)]
Updated Monkey's Audio binary to v4.11 (2011-04-20), including STDERR flush fix.

12 years agoFix regular expression for new version of Monkey's Audio.
lordmulder [Fri, 27 Jan 2012 02:21:59 +0000 (03:21 +0100)]
Fix regular expression for new version of Monkey's Audio.

12 years agoUpdated Musepack decoder to output progress info. Also added code to parse the output.
lordmulder [Thu, 26 Jan 2012 21:26:52 +0000 (22:26 +0100)]
Updated Musepack decoder to output progress info. Also added code to parse the output.

12 years agoUpdated Musepack decoder binary to revision 475 (2011-08-10), compiled with ICL 12...
lordmulder [Thu, 26 Jan 2012 20:32:53 +0000 (21:32 +0100)]
Updated Musepack decoder binary to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0.

12 years agoUpdated Monkey's Audio binary to v4.10 (2011-04-16).
lordmulder [Thu, 26 Jan 2012 02:07:03 +0000 (03:07 +0100)]
Updated Monkey's Audio binary to v4.10 (2011-04-16).

12 years agoUpdate MediaInfo binaries to v0.7.53 (2012-01-24), compiled with ICL 12.1.6 and MSVC...
lordmulder [Thu, 26 Jan 2012 02:06:16 +0000 (03:06 +0100)]
Update MediaInfo binaries to v0.7.53 (2012-01-24), compiled with ICL 12.1.6 and MSVC 10.0.

12 years agoTry to keep the window of the Web Updater tool focused.
lordmulder [Tue, 24 Jan 2012 01:46:29 +0000 (02:46 +0100)]
Try to keep the window of the Web Updater tool focused.

12 years agoSlightly improved "announce" message box.
lordmulder [Tue, 24 Jan 2012 00:19:09 +0000 (01:19 +0100)]
Slightly improved "announce" message box.

12 years agoUpdated MediaInfo binaries with latest fix to properly handle tags with a "\n" when...
lordmulder [Sat, 14 Jan 2012 19:28:43 +0000 (20:28 +0100)]
Updated MediaInfo binaries with latest fix to properly handle tags with a "\n" when the "--inform" mode is used. Also improved internal handling of multiple streams.

12 years agoUpdated dcaenc binary.
lordmulder [Sat, 14 Jan 2012 00:35:50 +0000 (01:35 +0100)]
Updated dcaenc binary.

12 years agoUpdated file analyzer to use the "--inform" parameter of MediaInfo with a template...
lordmulder [Sat, 14 Jan 2012 00:11:58 +0000 (01:11 +0100)]
Updated file analyzer to use the "--inform" parameter of MediaInfo with a template file. Much simplifies the parsing of MediaInfo's output. Also much improved cover art retrieval.

12 years agoFixed compilation with MSVC 2008.
lordmulder [Fri, 13 Jan 2012 15:24:56 +0000 (16:24 +0100)]
Fixed compilation with MSVC 2008.

12 years agoSome UI cosmetics: Nicer positioning of encoder selection radio-buttons.
lordmulder [Fri, 13 Jan 2012 15:03:07 +0000 (16:03 +0100)]
Some UI cosmetics: Nicer positioning of encoder selection radio-buttons.

12 years agoUpdated Ukrainian translation.
Andriy Bilous'ko [Mon, 9 Jan 2012 11:05:20 +0000 (13:05 +0200)]
Updated Ukrainian translation.

12 years agoImproved CSV parser.
lordmulder [Thu, 5 Jan 2012 20:08:04 +0000 (21:08 +0100)]
Improved CSV parser.

12 years agoAdded support for importing Meta tags from a CSV files.
lordmulder [Wed, 4 Jan 2012 20:10:33 +0000 (21:10 +0100)]
Added support for importing Meta tags from a CSV files.

12 years agoAdded support for exporting Meta tags to a simple CSV file.
lordmulder [Wed, 4 Jan 2012 02:23:07 +0000 (03:23 +0100)]
Added support for exporting Meta tags to a simple CSV file.

12 years agoHappy New Year 2012!
lordmulder [Sun, 1 Jan 2012 23:52:27 +0000 (00:52 +0100)]
Happy New Year 2012!

12 years agoFixed AC-3 encoding with sources that have more than 6 channels.
lordmulder [Sun, 1 Jan 2012 20:31:48 +0000 (21:31 +0100)]
Fixed AC-3 encoding with sources that have more than 6 channels.

12 years agoUpdated x64 binaries with latest MPress version. Also removed Windows 8 workaround.
lordmulder [Fri, 30 Dec 2011 19:21:25 +0000 (20:21 +0100)]
Updated x64 binaries with latest MPress version. Also removed Windows 8 workaround.

12 years agoUpdated German translation.
lordmulder [Thu, 29 Dec 2011 19:12:04 +0000 (20:12 +0100)]
Updated German translation.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Thu, 29 Dec 2011 18:52:42 +0000 (19:52 +0100)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoBetter handling of system shutdown. Now using the Qt event system to broadcast a...
lordmulder [Thu, 29 Dec 2011 13:42:20 +0000 (14:42 +0100)]
Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification...

Also improved LameXP's IPC mechanism: There now are several slots for IPC-commands in the shared memory area ("queue support"). This way, the sender can post several commands in sequence without getting blocked. The receiver can process those at a later time.

12 years agoAdded simple log-file support. Use environment variable "LAMEXP_LOGFILE" to setup...
lordmulder [Tue, 27 Dec 2011 19:10:19 +0000 (20:10 +0100)]
Added simple log-file support. Use environment variable "LAMEXP_LOGFILE" to setup a log file.

12 years agoPrevent some more dialogs from blocking a quick system shutdown.
lordmulder [Tue, 27 Dec 2011 12:51:01 +0000 (13:51 +0100)]
Prevent some more dialogs from blocking a quick system shutdown.

12 years agoWindows will kill our process immediately after we return from handling the WM_ENDSES...
lordmulder [Tue, 27 Dec 2011 04:47:38 +0000 (05:47 +0100)]
Windows will kill our process immediately after we return from handling the WM_ENDSESSION message, so we have to clean-up explicitly *before* returning from the message handler. Not nice, but there is no other way. Also, as Windows will kill our process anyway and thus prevent a proper application shutdown, we can just call exit() from the message handler. This makes sure nothing "unexpected" can happen in the short moment that our application would continue to run after returning from the message handler.

12 years agoUpdated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
lordmulder [Tue, 27 Dec 2011 04:08:19 +0000 (05:08 +0100)]
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

12 years agoExplicitly handle WM_QUERYENDSESSION and WM_ENDSESSION messages to make sure LameXP...
lordmulder [Tue, 27 Dec 2011 04:04:53 +0000 (05:04 +0100)]
Explicitly handle WM_QUERYENDSESSION and WM_ENDSESSION messages to make sure LameXP won't block Windows from shutting down.

12 years agoSome refactoring of the icon initialization code.
lordmulder [Mon, 26 Dec 2011 20:02:55 +0000 (21:02 +0100)]
Some refactoring of the icon initialization code.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Sun, 25 Dec 2011 21:29:38 +0000 (22:29 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoAdded one more "special" application icon.
lordmulder [Sun, 25 Dec 2011 21:29:04 +0000 (22:29 +0100)]
Added one more "special" application icon.

12 years agoUpdated Ukrainian translation.
Andriy Bilous'ko [Sun, 25 Dec 2011 14:55:20 +0000 (16:55 +0200)]
Updated Ukrainian translation.

12 years agoUpdated QT Linguist download URL.
lordmulder [Sun, 25 Dec 2011 01:38:07 +0000 (02:38 +0100)]
Updated QT Linguist download URL.

12 years agoMerge branch 'master' of ssh://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp
lordmulder [Sun, 25 Dec 2011 00:05:03 +0000 (01:05 +0100)]
Merge branch 'master' of ssh://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp

Conflicts:
res/MainIcon5.png
src/Config.h
src/Global.cpp

12 years agoAdded some more "special" application icons.
lordmulder [Sat, 24 Dec 2011 19:04:49 +0000 (20:04 +0100)]
Added some more "special" application icons.

12 years agoAdded some more "special" application icons.
lordmulder [Sat, 24 Dec 2011 19:04:49 +0000 (20:04 +0100)]
Added some more "special" application icons.

12 years agoMake the CPU usage indicator work on Windows 2000.
lordmulder [Sat, 24 Dec 2011 03:20:23 +0000 (04:20 +0100)]
Make the CPU usage indicator work on Windows 2000.

12 years agoUpdated dcaenc binary.
lordmulder [Fri, 23 Dec 2011 22:33:43 +0000 (23:33 +0100)]
Updated dcaenc binary.

12 years agoRestrict bitrate selector for dcaenc to a sane range. It seems everything above 4096...
lordmulder [Fri, 23 Dec 2011 01:29:06 +0000 (02:29 +0100)]
Restrict bitrate selector for dcaenc to a sane range. It seems everything above 4096 kbps will fail, even with 6 channels.

12 years agoUpdated dcaenc. Also encoders can now report all supported channel numbers and downmi...
lordmulder [Thu, 22 Dec 2011 23:43:11 +0000 (00:43 +0100)]
Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number.

12 years agoExperimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>.
lordmulder [Thu, 22 Dec 2011 20:53:25 +0000 (21:53 +0100)]
Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>.

12 years agoImproved the resample filter. It will now also handle the adjustment of the bit-depth.
lordmulder [Thu, 22 Dec 2011 17:36:41 +0000 (18:36 +0100)]
Improved the resample filter. It will now also handle the adjustment of the bit-depth.

12 years agoUpdate file properties after the decoding step by using SoX in "--i" mode. Required...
lordmulder [Wed, 21 Dec 2011 23:06:34 +0000 (00:06 +0100)]
Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Wed, 21 Dec 2011 21:09:05 +0000 (22:09 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoUpdated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
lordmulder [Wed, 21 Dec 2011 21:08:39 +0000 (22:08 +0100)]
Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.

12 years agoUpdated Ukrainian translation.
Andriy Bilous'ko [Wed, 21 Dec 2011 13:50:47 +0000 (15:50 +0200)]
Updated Ukrainian translation.

12 years agoPrepare to support audio encoders that only support specific bit-depths.
lordmulder [Wed, 21 Dec 2011 00:23:21 +0000 (01:23 +0100)]
Prepare to support audio encoders that only support specific bit-depths.

12 years agoUpdated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
lordmulder [Tue, 20 Dec 2011 12:12:01 +0000 (13:12 +0100)]
Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.

12 years agoUpdated MediaInfo binaries to v0.7.50 (2011-12-19), compiled with ICL 12.1.6 and...
lordmulder [Mon, 19 Dec 2011 23:25:41 +0000 (00:25 +0100)]
Updated MediaInfo binaries to v0.7.50 (2011-12-19), compiled with ICL 12.1.6 and MSVC 10.0.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Mon, 19 Dec 2011 19:54:39 +0000 (20:54 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoRenamed Chinese translation.
lordmulder [Mon, 19 Dec 2011 19:51:26 +0000 (20:51 +0100)]
Renamed Chinese translation.

12 years agoRenamed one local var.
lordmulder [Mon, 19 Dec 2011 16:38:36 +0000 (17:38 +0100)]
Renamed one local var.

12 years agoImproved detection of default language: Each language file can now have a country...
lordmulder [Mon, 19 Dec 2011 16:26:20 +0000 (17:26 +0100)]
Improved detection of default language: Each language file can now have a country id in addition to the language id. This is required, because some languages (e.g. Chinese) have country-specific variants.

12 years agoPrint the "script" of the language file.
lordmulder [Mon, 19 Dec 2011 15:20:52 +0000 (16:20 +0100)]
Print the "script" of the language file.

12 years agoAdded 'Traditional Chinese' (Taiwanese) translation by 456Vv <123@456vv.com>.
lordmulder [Mon, 19 Dec 2011 14:48:50 +0000 (15:48 +0100)]
Added 'Traditional Chinese' (Taiwanese) translation by 456Vv <123@456vv.com>.