Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2011-04-14 12:25:19 +02:00
doc Updated MediaInfo binaries to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0. 2011-04-10 21:56:45 +02:00
etc Fix installer after recent macro changes. 2011-04-14 02:21:46 +02:00
gui Added code to automatically resize (enlarge) the main window if it is too small for all widgets/strings to fit in. Mainly useful for translations that contain strings which are significant longer than the default translation. 2011-04-05 14:57:21 +02:00
res Rewrote initialization code: Instead of extracting all binaries at startup and later selecting the suitable binary for the detected CPU, we will now extract only the binaries that are suitable for the detected CPU. This way we need to extract fewer files at startup. Also CPU selection can be skipped later, as there will be only one registered binary for each tool (the one suitable for the CPU). 2011-04-11 02:53:29 +02:00
src Added a .gitignore file. 2011-04-14 12:25:19 +02:00
tmp first commit 2010-11-06 23:04:47 +01:00
.gitignore Added a .gitignore file. 2011-04-14 12:25:19 +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 Added Korean translation by JaeHyung Lee <kolanp@gmail.com>. 2011-04-08 01:17:47 +02:00
LameXP_VS2010.sln Added Visual Studio 2010 project/solution files. 2011-04-07 22:44:35 +02:00
LameXP_VS2010.vcxproj Slightly refactored macros. 2011-04-14 01:40:11 +02:00
LameXP_VS2010.vcxproj.filters Added filter file for VS2010 solution. 2011-04-11 21:53:04 +02: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