Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2014-12-21 17:13:50 +01:00
doc Fixed a bug in AbstractTool class that could cause a severe slow-down on process creation, especially with a large number of threads: The same mutex was used in the constructor and the startProcess() function, which is unnecessary anyway. But even worse, there was a sleep() call in the startProcess() function that could *block* the mutex for a very long time! So if the "main" thread tried to create a new object while one of the "worker" threads was sleeping inside startProcess(), this blocked the whole "main" thread. D'oh! 2014-12-05 22:39:31 +01:00
etc Moved Natural String Sort functions into MUtils library + moved the "Prerequisites" out of the project directory. 2014-11-30 18:47:53 +01:00
gui Raised limit for maximum number of parallel instances to 32. 2014-11-30 22:11:47 +01:00
res Updated MediaInfo binaries to v0.7.71 (2014-11-09), compiled with ICL 15.0 and MSVC 12.0. 2014-11-17 14:51:41 +01:00
src Make the initialization time measurement work again. 2014-12-21 17:13:50 +01:00
tmp first commit 2010-11-06 23:04:47 +01:00
.gitignore Added MUtils library to the solution + some adjustments of the project file. 2014-11-24 18:28:53 +01:00
Copying.txt Updated license info. 2013-10-23 22:25:04 +02:00
LameXP_VS2010.sln Removed "Qt5" configurations, as they were badly maintained anyway. Also fixed QKeccakHash for the "Release_Static" configuration. 2012-11-12 20:42:37 +01:00
LameXP_VS2010.vcxproj Removed dependency on QtMain: Simply call mainCRTStartup() instead of WinMainCRTStartup(). 2014-06-23 17:41:40 +02:00
LameXP_VS2010.vcxproj.filters Updated VS2010 project file to include the compatibility manifest. 2014-05-29 01:00:07 +02:00
LameXP_VS2012.sln Updated VS2008 projects/solution files. 2012-11-13 22:20:55 +01:00
LameXP_VS2012.vcxproj Fixed MSVC 11.0 (VS2012) project file. 2014-06-23 18:58:18 +02:00
LameXP_VS2012.vcxproj.filters Fixed MSVC 11.0 (VS2012) project file. 2014-06-23 18:58:18 +02:00
LameXP_VS2013.sln Set the system timer precision to 1 ms while encoding, because this seems to improve encoding performance quite a bit. Will be reset to default, when encoding is done, so LameXP won't "eat the battery" while idle. 2014-12-06 22:05:35 +01:00
LameXP_VS2013.vcxproj Moved translation support into MUtilities library + make clean-up of temporary files work again + various minor fixes. 2014-12-20 23:44:43 +01:00
LameXP_VS2013.vcxproj.filters Moved Taskbar progress into MUtilities library. 2014-12-18 22:49:37 +01:00
LameXP.rc Happy new year 2014! 2014-01-01 17:05:52 +01:00
License.txt Updated license info. 2013-10-23 22:25:04 +02:00
ReadMe.txt Happy new year 2014! 2014-01-01 17:05:52 +01:00

 LameXP - Audio Encoder Front-End
 Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
 http://www.muldersoft.com/

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version, but always including the *additional*
 restrictions defined in the "License.txt" file.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

 http://www.gnu.org/licenses/gpl-2.0.txt



 For more information, please see the LameXP manual at: doc/Manual.html