Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2011-12-10 01:59:45 +01:00
doc Improved handling of different character encodings for M3U(8) and PLS playlist import. 2011-12-09 00:34:07 +01:00
etc QString::fromLocal8Bit() doesn't work as expected, as we explicitly set the CodecForLocale to UTF-8 in the initialization code. Therefore we can't use QString::fromLocal8Bit() at places where the system's default Codec is needed. Instead we will now get the actual system Codec via QTextCodec::codecForName("System") at those places. That's not nice, but solves the problem. 2011-12-10 01:59:45 +01:00
gui Disable word-wrap in processing window's table view. 2011-11-23 00:38:20 +01:00
res Small fix of previous commit. 2011-12-03 16:10:33 +01:00
src QString::fromLocal8Bit() doesn't work as expected, as we explicitly set the CodecForLocale to UTF-8 in the initialization code. Therefore we can't use QString::fromLocal8Bit() at places where the system's default Codec is needed. Instead we will now get the actual system Codec via QTextCodec::codecForName("System") at those places. That's not nice, but solves the problem. 2011-12-10 01:59:45 +01: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
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 Fix compilation with VS2008. 2011-11-21 14:41:05 +01:00
LameXP_VS2010.sln Added Visual Studio 2010 project/solution files. 2011-04-07 22:44:35 +02:00
LameXP_VS2010.vcxproj Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end. 2011-11-21 01:22:41 +01:00
LameXP_VS2010.vcxproj.filters Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end. 2011-11-21 01:22:41 +01:00
LameXP.rc Use custom Wave files instead of Beep(), as the Beep() function doesn't work reliably on all platforms. 2011-03-18 12:37:18 +01:00
License.txt first commit 2010-11-06 23:04:47 +01:00
ReadMe.txt Fix hyperlink in 'ReadMe' file. 2011-02-26 22:46:28 +01:00

 LameXP - Audio Encoder Front-End
 Copyright (C) 2004-2011 LoRd_MuldeR <MuldeR2@GMX.de>

 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