Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2013-10-06 19:26:08 +02:00
doc Updated FAQ document. 2013-10-06 19:15:07 +02:00
etc Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>. 2013-10-06 19:15:59 +02:00
gui Added GUI option to reset all encoder settings. 2013-07-14 18:14:26 +02:00
res Replaced the 64-Bit binaries with versions compressed by UPX (does now support 64-Bit Windows executables, yay!) instead of MPRESS. Results in slightly bigger files, but noticeably faster startup times. 2013-10-06 19:18:31 +02:00
src Redesigned FileAnalyzer and Analyzer task. New design is much cleaner, resulting in simpler code and faster file import performance. Also, playlist files are now handled ahead of everything else, which makes sure the progress indicator increases monotonically. Preliminary tests show that file import performance has been more than doubled! For example, the time for importing ~1000 files decreased from 116 seconds to 46 seconds on the development machine, which corresponds to a 2.5x speed-up. 2013-10-06 19:26:08 +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_VS2008.sln Rename Visual Studio 2008 solution/project file + adjust deployment script accordingly. 2011-04-08 00:25:06 +02:00
LameXP_VS2008.vcproj Fixed compilation with VS2010 and VS2008. 2013-09-04 00:17:03 +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 VS2008. 2013-09-04 00:17:03 +02:00
LameXP_VS2010.vcxproj.filters Fixed compilation with VS2010 and VS2008. 2013-09-04 00:17:03 +02:00
LameXP_VS2012.sln Updated VS2008 projects/solution files. 2012-11-13 22:20:55 +01:00
LameXP_VS2012.vcxproj Added new AbstractEncoderInfo class, which provides information about a specific encoder's configuration options. Also moved code for creating encoder instances into a separate EncoderRegistry class. 2013-09-30 21:39:56 +02:00
LameXP_VS2012.vcxproj.filters Added new AbstractEncoderInfo class, which provides information about a specific encoder's configuration options. Also moved code for creating encoder instances into a separate EncoderRegistry class. 2013-09-30 21:39:56 +02:00
LameXP.rc Added GUI option to reset all encoder settings. 2013-07-14 18:14:26 +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