Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2014-09-22 16:01:08 +02:00
doc Fixed potential crash when trying to import Cue Sheet where *all* files are missing: If none of the files exist, we shouldn't try to analyze them. The real problem, however, was a potential NULL-pointer access in the FileAnalyzer thread's destructor code. Thanks to XhmikosR for reporting! 2014-08-16 14:45:18 +02:00
etc Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>. 2014-08-17 14:09:33 +02:00
gui Added web-link to bug-tracker on GitHub. 2014-06-27 21:06:33 +02:00
res Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>. 2014-08-17 14:09:33 +02:00
src Make sure the "queued" slots in the FileAnalyzer thread are really executed in the context of the proper thread. 2014-08-17 16:35:29 +02:00
tmp first commit 2010-11-06 23:04:47 +01:00
.gitignore Updated ignore file. 2014-09-22 16:01:08 +02: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 Added project/solution files for Visual Studio 2013. 2013-10-18 01:59:08 +02:00
LameXP_VS2013.vcxproj Removed dependency on QtMain: Simply call mainCRTStartup() instead of WinMainCRTStartup(). 2014-06-23 17:41:40 +02:00
LameXP_VS2013.vcxproj.filters Removed dependency on QtMain: Simply call mainCRTStartup() instead of WinMainCRTStartup(). 2014-06-23 17:41:40 +02: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