Yet another audio-encoder front-end. http://lamexp.sourceforge.net/
Go to file
2012-02-23 17:00:22 +01:00
doc Updated Monkey's Audio binary to v4.11 (2011-04-20), including STDERR flush fix. 2012-02-21 22:36:13 +01:00
etc Try to keep the window of the Web Updater tool focused. 2012-01-24 02:46:29 +01:00
gui Some UI cosmetics: Nicer positioning of encoder selection radio-buttons. 2012-01-13 16:03:07 +01:00
res Updated Monkey's Audio binary to v4.11 (2011-04-20), including STDERR flush fix. 2012-02-21 22:36:13 +01:00
src Fixed a potential live-lock situation: Signals from the QThread can get lost, before we reach the QEventLoop->exec(), even if the required connections already exists. It seems that QApplication::processEvents() will discard signals for our QEventLoop, if that QEventLoop is not running yet! Without the QApplication::processEvents(), those signals would simply be enqueued until we call QEventLoop->exec(). In reality this bug was never triggered under normal circumstances, but it seems on some systems it can take longer to perform the "fade in" than to finish the initialization thread. In that situation the bug *was* triggered and caused the live-lock... 2012-02-23 17:00:22 +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
Copying.txt Fixed one typo. 2011-12-17 20:57:12 +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 Fixed compilation with MSVC 2008. 2012-01-13 16:24:56 +01:00
LameXP_VS2010.sln Added Visual Studio 2010 project/solution files. 2011-04-07 22:44:35 +02:00
LameXP_VS2010.vcxproj Added some more "special" application icons. 2011-12-25 01:00:11 +01:00
LameXP_VS2010.vcxproj.filters Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>. 2011-12-22 21:53:25 +01:00
LameXP.rc Added "Ignore" button to message box. 2011-12-18 18:19:14 +01:00
License.txt first commit 2010-11-06 23:04:47 +01:00
ReadMe.txt Happy New Year 2012! 2012-01-02 00:52:27 +01:00

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