Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2015-01-02 23:46:03 +01:00
doc Documentation updates. 2015-01-02 23:42:19 +01:00
etc Some installer fixes. 2015-01-01 22:32:45 +01:00
gui Added menu entry for the User's Manual + improved code for opening document links. 2014-12-26 00:42:53 +01:00
res Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>. 2015-01-01 18:10:50 +01:00
src Much simplified the Wave "decoder". It will now use the MUtilities library to copy the file, rather than SHFileOperation(). For whatever reason, copying a file to a directory via SHFileOperation() prevents that directory from being deleted later. But only when trying to delete that directory from the same process where SHFileOperation() had been called. It can be deleted, e.g., in Windows Explorer just fine - even when the process that called SHFileOperation() is still running. Anyway, we simply avoid SHFileOperation() now. 2015-01-02 23:46:03 +01:00
tmp first commit 2010-11-06 23:04:47 +01:00
.gitignore Started porting the LameXP documentation to Pandoc/Markdown. 2014-12-21 18:38:47 +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 Removed static plugin initialization code, because MUtilities library does that now + updated Changelog file. 2015-01-01 22:12:11 +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 2015 !!! 2015-01-01 18:06:21 +01:00
License.txt Simplified license addendum. 2014-12-21 22:50:18 +01:00
ReadMe.txt Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00

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