Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2013-10-19 16:02:22 +02:00
doc Updated changelog and removed some debug code. 2013-10-18 22:12:55 +02:00
etc Updated changelog and removed some debug code. 2013-10-18 22:12:55 +02:00
gui Added GUI option to reset all encoder settings. 2013-07-14 18:14:26 +02:00
res Improved tool extraction code in InitializationThread. Also implemented better exception handling. 2013-10-18 20:49:22 +02:00
src Fix detection of Windows 8.1: Starting with Windows 8.1, the GetVersion(Ex) API has been broken and will now pretend to be Windows 8.0. Since GetVersion(Ex) can no longer be relied on, we will use VerifyVersionInfo() from now on, in the hope that they won't break this one too. 2013-10-19 16:02:22 +02:00
tmp first commit 2010-11-06 23:04:47 +01:00
.gitignore Ignore some more files. 2011-11-18 14:11:21 +01:00
Copying.txt Updated Copying.txt with some more info. 2013-08-28 12:04:56 +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 Fixed compilation with VS2010 and removed an obsolete file. 2013-10-09 01:07:19 +02:00
LameXP_VS2010.vcxproj.filters Fixed compilation with VS2010 and removed an obsolete file. 2013-10-09 01:07:19 +02:00
LameXP_VS2012.sln Updated VS2008 projects/solution files. 2012-11-13 22:20:55 +01:00
LameXP_VS2012.vcxproj Added project/solution files for Visual Studio 2013. 2013-10-18 01:59:08 +02:00
LameXP_VS2012.vcxproj.filters Added project/solution files for Visual Studio 2013. 2013-10-18 01:59:08 +02:00
LameXP_VS2013.sln Added project/solution files for Visual Studio 2013. 2013-10-18 01:59:08 +02:00
LameXP_VS2013.vcxproj Better method to check the network status. 2013-10-19 16:00:13 +02:00
LameXP_VS2013.vcxproj.filters Split resource files even further to speed up compilation. 2013-10-18 20:44:07 +02:00
LameXP.rc Make resource file compile without MFC include. Fixes compilation with VisualStudio Express. 2013-10-18 01:56:06 +02:00
License.txt New "tapped" about dialog. 2012-09-15 20:46:26 +02:00
ReadMe.txt Updated FAQ document. 2013-03-17 14:08:42 +01:00

 LameXP - Audio Encoder Front-End
 Copyright (C) 2004-2013 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.

 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