62af2f575eSynced MP3 algorithm quality settings to LAME manual. Now we only use values 9, 7, 3 and 0. Also note that, in VBR mode, there are only two settings (9-5 and 4-0).LoRd_MuldeR2013-03-13 22:59:54 +01:00
620045c840Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-03-12).LoRd_MuldeR2013-03-12 22:25:52 +01:00
3a8705ea05Re-compiled QKeccakHash library (VS2012) with /arch:IA32 option set explicitly, which should make sure it will work on systems without SSE(2) support.LoRd_MuldeR2013-02-24 00:39:00 +01:00
84bb92e117Updated Valdec decoder binary to v1.4.0a (2013-02-12), rebuilt using a stripped-down version of libav to massively reduce size.LoRd_MuldeR2013-02-12 18:19:29 +01:00
1d792a4ef7Updated Valdec decoder binary to v1.4.0a (2013-02-11), based on latest AC3Filter Tools and built with *static* libav libraries.LoRd_MuldeR2013-02-12 00:09:12 +01:00
d7cb3001aaNow each tool can also have a "tag" in addition to the version number.LoRd_MuldeR2013-02-12 00:08:21 +01:00
9ef67882a1Updated French translation. Thanks to to Dodich Informatique <dodich@live.fr>.LoRd_MuldeR2013-02-12 00:07:14 +01:00
ea953bb6e7Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-01-24). Also updated command-line parameters used to create meta tags.LoRd_MuldeR2013-01-24 23:21:46 +01:00
2cef51d67bProperly strip non-plurals from English translation in build script.LoRd_MuldeR2013-01-24 23:21:00 +01:00
d434dffb65Merge branch 'master' of github.com:lordmulder/LameXPLoRd_MuldeR2013-01-23 23:43:05 +01:00
3b99433226Expose "disable resampling" option for Opus decoder in the GUI.LoRd_MuldeR2013-01-18 02:42:37 +01:00
5b57083210Updated Opus binaries. Also added option to disable the resampling in Opus decoder (i.e. always output 48.000 Hz).LoRd_MuldeR2013-01-18 01:08:58 +01:00
491bf5f135Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-01-17).LoRd_MuldeR2013-01-17 20:46:07 +01:00
21e1fd7945Switched the method of how the Designer UI file is used in the LogView class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.LoRd_MuldeR2013-01-14 00:37:19 +01:00
5c3386dbdeSwitched the method of how the Designer UI file is used in the CueSheetImport class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.LoRd_MuldeR2012-12-15 23:23:22 +01:00
a48dfadc98Added "folder up" action to the context menu of the "output folder" tab.LoRd_MuldeR2012-12-14 23:50:56 +01:00
e21c61788eDon't update buttons when output folder view is disabled. Also slightly changed "folder up" icon.LoRd_MuldeR2012-12-14 01:20:23 +01:00
12db5d2c81Added "Folder Up" button to the "Output Folder" tab. Also some code refactoring.LoRd_MuldeR2012-12-14 00:34:10 +01:00
30507937deAdded global lamexp_fatal_exit() function.LoRd_MuldeR2012-12-11 22:54:00 +01:00
7e96cd3fe5Switched the method of how the Designer UI file is used in the DropBox class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.LoRd_MuldeR2012-12-11 22:51:18 +01:00
04e9565d50Fixed superfluous argument in printf(), found by static code analysis.LoRd_MuldeR2012-12-11 01:01:19 +01:00
a812aa28faSwitched the method of how the Designer UI file is used in the AboutDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.LoRd_MuldeR2012-12-10 23:50:45 +01:00
7c5ccbe417Fixed "always recompile" problem with VS2012 project file. Also removed a superfluous include.LoRd_MuldeR2012-12-10 23:35:14 +01:00
30f36b8feeSwitched the method of how the Designer UI file is used in the UpdateDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.LoRd_MuldeR2012-12-09 22:39:17 +01:00
0f2f13d85bUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2012-12-07).LoRd_MuldeR2012-12-08 00:22:29 +01:00
bf34e9e78fImproved handling of fatal/critical messages in lamexp_message_handler() function.LoRd_MuldeR2012-12-08 00:21:58 +01:00
fb00b2b11eSwitched the method of how the Designer UI file is used in the ProcessingDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.LoRd_MuldeR2012-12-08 00:21:10 +01:00
7077650bb6Switched the method of how the Designer UI file is used in the MainWindow class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects.LoRd_MuldeR2012-12-04 01:35:48 +01:00
1d960d5da6When passing tag on the command-line, replace certain characters that can be "problematic" on the command-line.LoRd_MuldeR2012-12-02 22:55:22 +01:00