OSDN Git Service

Bump version.
[lamexp/LameXP.git] / src /
2012-04-18 lordmulderBump version.
2012-04-18 lordmulderUpdated Chinese/Taiwanese translation. Thanks to 456Vv...
2012-04-17 lordmulderUpdated VS2008 project files.
2012-04-16 lordmulderAdded one missing NOBR().
2012-04-15 lordmulderUpdated German translation.
2012-04-15 lordmulderUpdated Polish translation. Thanks to Sir Daniel K...
2012-04-15 lordmulderUpdated dcaenc binary to version 2012-01-14.
2012-04-14 lordmulderUpdated Spanish translation. Thanks to Rub3n CT <rub3nc...
2012-04-13 lordmulderDetect Windows 8 and detect if Windows 8 is running...
2012-04-12 lordmulderBump version.
2012-04-12 lordmulderUpdated Qt runtime libraries to v4.8.1 (2012-03-14...
2012-04-11 lordmulderAdded yet another configuration to build LameXP with...
2012-04-10 lordmulderAdded a new configuration for initial Qt 5.0 support...
2012-04-10 lordmulderUpdated MediaInfo binary to v0.7.56 (2012-04-08), compi...
2012-04-10 lordmulderSmall optimization of lamexp_themes_enabled().
2012-04-09 lordmulderUpdated MediaInfo binary to v0.7.55 (2012-04-05), compi...
2012-04-06 lordmulderFixed a few memory leaks found by VLD.
2012-04-06 lordmulderAdded support for the Visual Leak Detector. This effect...
2012-04-06 lordmulderSlightly changed temporary installer name.
2012-04-06 lordmulderFix potential memory leak: According to the docs, setMo...
2012-04-06 lordmulderBump version.
2012-04-05 lordmulderDon't check for elevation on Wine. It seems Wine always...
2012-04-05 lordmulderChanged creation of QFileSystemModel. Object will now...
2012-04-05 lordmulderSome more Wine workarounds: Disable x64 binaries, as...
2012-04-02 lordmulderUpdated Russian translation. Thanks to Иван Митин ...
2012-03-31 lordmulderSlightly changed cache handling.
2012-03-31 lordmulderUse the 'FindExInfoBasic' information level on supporte...
2012-03-30 lordmulderNow using FindFirstFileEx() on supported OS. Should...
2012-03-30 lordmulderVarious tweaks to improve the QFileSystemModel performa...
2012-03-29 lordmulderSome code refactoring and clean-up.
2012-03-29 lordmulderSome improvement of the previous commit.
2012-03-28 lordmulderNew workaround to focus the selected item in the "outpu...
2012-03-28 lordmulderSome tweaks to the initialization of the QFileSystem...
2012-03-27 lordmulderImproved output folder LineEdit.
2012-03-26 lordmulderAdded button to edit the current output path in a simpl...
2012-03-26 lordmulderUse _beginthreadex() instead of calling CreateThread...
2012-03-24 lordmulderMinor code clean-up.
2012-03-24 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2012-03-24 lordmulderYet another workaround for the previous commit.
2012-03-23 lordmulderBetter workaround for the previous commit.
2012-03-22 lordmulderWorkaround for Windows XP: It appears that QThread...
2012-03-21 lordmulderUpdated MediaInfo binary to v0.7.54 (2012-03-13), compi...
2012-03-15 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2012-03-15 lordmulderUpdated SoX binary to v14.4.0 (2012-03-04), compiled...
2012-03-11 lordmulderUpdated mpg123 decoder binary to v1.13.6 (2011-03-11...
2012-03-10 lordmulderUpdated mpg123 decoder binary to v1.13.5 (2011-03-07...
2012-03-10 lordmulderUpdated GnuPG binaries to v1.4.12, compiled with GCC...
2012-03-09 lordmulderMore FLAC workarounds. Using "--channel-map=none" will...
2012-03-08 lordmulderSome workarounds for FLAC. It seems FLAC doesn't like...
2012-03-08 lordmulderFixed detection of 32-Bit Float data via SoX. For whate...
2012-03-08 lordmulderSet supported input formats for FHG AAC encoder.
2012-03-08 lordmulderFixed detection of bit depth.
2012-03-06 lordmulderShow which AAC encoder is being used in the GUI.
2012-03-06 lordmulderUpdated docs for the FHG/QAAC AAC encoder add-in's.
2012-03-02 lordmulderUse the Job Object only on Windows XP and later. This...
2012-03-01 lordmulderUpdated LAME encoder binary to v3.99.5 Final (2012...
2012-03-01 lordmulderPatched Qt's QProcess class to pass the CREATE_BREAKAWA...
2012-03-01 lordmulderFixed a regression in d92fb7fbcc34b7bf6b1649befab1d9eaf...
2012-02-26 lordmulderUpdated Changelog.
2012-02-24 lordmulderUpdated SoX binary to v14.4.0 RC-3 (2012-02-20), compil...
2012-02-23 lordmulderBump version + update Changelog file.
2012-02-23 lordmulderFixed a potential live-lock situation: Signals from...
2012-02-21 lordmulderUpdated Monkey's Audio binary to v4.11 (2011-04-20...
2012-01-27 lordmulderFix regular expression for new version of Monkey's...
2012-01-26 lordmulderUpdated Musepack decoder to output progress info. Also...
2012-01-26 lordmulderUpdated Musepack decoder binary to revision 475 (2011...
2012-01-26 lordmulderUpdated Monkey's Audio binary to v4.10 (2011-04-16).
2012-01-24 lordmulderTry to keep the window of the Web Updater tool focused.
2012-01-24 lordmulderSlightly improved "announce" message box.
2012-01-14 lordmulderUpdated MediaInfo binaries with latest fix to properly...
2012-01-14 lordmulderUpdated dcaenc binary.
2012-01-14 lordmulderUpdated file analyzer to use the "--inform" parameter...
2012-01-13 lordmulderSome UI cosmetics: Nicer positioning of encoder selecti...
2012-01-05 lordmulderImproved CSV parser.
2012-01-04 lordmulderAdded support for importing Meta tags from a CSV files.
2012-01-04 lordmulderAdded support for exporting Meta tags to a simple CSV...
2012-01-01 lordmulderHappy New Year 2012!
2012-01-01 lordmulderFixed AC-3 encoding with sources that have more than...
2011-12-30 lordmulderUpdated x64 binaries with latest MPress version. Also...
2011-12-29 lordmulderBetter handling of system shutdown. Now using the Qt...
2011-12-27 lordmulderAdded simple log-file support. Use environment variable...
2011-12-27 lordmulderPrevent some more dialogs from blocking a quick system...
2011-12-27 lordmulderWindows will kill our process immediately after we...
2011-12-27 lordmulderExplicitly handle WM_QUERYENDSESSION and WM_ENDSESSION...
2011-12-26 lordmulderSome refactoring of the icon initialization code.
2011-12-25 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-12-25 lordmulderAdded one more "special" application icon.
2011-12-25 lordmulderMerge branch 'master' of ssh://lamexp.git.sourceforge...
2011-12-25 lordmulderAdded some more "special" application icons.
2011-12-24 lordmulderAdded some more "special" application icons.
2011-12-24 lordmulderMake the CPU usage indicator work on Windows 2000.
2011-12-23 lordmulderUpdated dcaenc binary.
2011-12-23 lordmulderRestrict bitrate selector for dcaenc to a sane range...
2011-12-22 lordmulderUpdated dcaenc. Also encoders can now report all suppor...
2011-12-22 lordmulderExperimental support for dcaenc, by Alexander E. Patrak...
2011-12-22 lordmulderImproved the resample filter. It will now also handle...
2011-12-21 lordmulderUpdate file properties after the decoding step by using...
2011-12-21 lordmulderPrepare to support audio encoders that only support...
2011-12-20 lordmulderUpdated Chinese/Taiwanese translation. Thanks to 456Vv...
2011-12-19 lordmulderUpdated MediaInfo binaries to v0.7.50 (2011-12-19)...
next