|
b8ae188843
|
Updated Valdec decoder binary to v1.4.0a (2013-03-17).
|
2013-03-17 03:11:23 +01:00 |
|
|
57d385aed5
|
Updated mirror list.
|
2013-03-17 03:10:26 +01:00 |
|
|
62af2f575e
|
Synced 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).
|
2013-03-13 22:59:54 +01:00 |
|
|
620045c840
|
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-03-12).
|
2013-03-12 22:25:52 +01:00 |
|
|
0cb8afd575
|
Bump version.
|
2013-03-05 20:59:52 +01:00 |
|
|
1c5da201da
|
Updated MediaInfo binaries to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0.
|
2013-03-05 01:07:51 +01:00 |
|
|
00d531f178
|
Improved handling of the VBR parameter for AAC encoders.
|
2013-02-26 21:24:48 +01:00 |
|
|
a69a1f6dbe
|
Improved lamexp_themes_enabled() function.
|
2013-02-25 23:12:14 +01:00 |
|
|
c71f535c35
|
Updated Changelog.
|
2013-02-24 00:49:24 +01:00 |
|
|
3a8705ea05
|
Re-compiled QKeccakHash library (VS2012) with /arch:IA32 option set explicitly, which should make sure it will work on systems without SSE(2) support.
|
2013-02-24 00:39:00 +01:00 |
|
|
6d040adb17
|
Bump version.
|
2013-02-12 20:47:15 +01:00 |
|
|
84bb92e117
|
Updated Valdec decoder binary to v1.4.0a (2013-02-12), rebuilt using a stripped-down version of libav to massively reduce size.
|
2013-02-12 18:19:29 +01:00 |
|
|
1d792a4ef7
|
Updated Valdec decoder binary to v1.4.0a (2013-02-11), based on latest AC3Filter Tools and built with *static* libav libraries.
|
2013-02-12 00:09:12 +01:00 |
|
|
d7cb3001aa
|
Now each tool can also have a "tag" in addition to the version number.
|
2013-02-12 00:08:21 +01:00 |
|
|
e5a1b950eb
|
Bump version.
|
2013-02-10 00:25:05 +01:00 |
|
|
895cd586cf
|
Updated SoX binary to v14.4.1 (2013-01-09), compiled with ICL 13.0 and MSVC 10.0.
|
2013-02-09 15:06:47 +01:00 |
|
|
c59a60a161
|
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-02-09).
|
2013-02-09 01:34:47 +01:00 |
|
|
bd0a370aee
|
Welcome to year 2013 ;-)
|
2013-02-08 23:57:50 +01:00 |
|
|
d7a392472d
|
Updated Web Updater and Elevator binaries. Now using updated Aero plug-in (again).
|
2013-02-03 15:58:53 +01:00 |
|
|
1fe90b4feb
|
Updated Web Updater and Elevator binaries. Now has massive code clean-up.
|
2013-02-02 02:01:09 +01:00 |
|
|
544771f0af
|
Updated Web Updater and Elevator binaries. Now with newer Aero plug-in.
|
2013-01-29 02:27:16 +01:00 |
|
|
b4cd7c3a29
|
Handle two more plurals correctly.
|
2013-01-28 22:22:49 +01:00 |
|
|
8f7a16c104
|
Updated GnuPG binaries to v1.4.13, compiled with GCC 4.7.2.
|
2013-01-26 03:09:54 +01:00 |
|
|
ea953bb6e7
|
Updated 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.
|
2013-01-24 23:21:46 +01:00 |
|
|
5ac220ea30
|
Handle one more plural correctly.
|
2013-01-23 23:39:30 +01:00 |
|
|
f68523efd6
|
Properly handle plurals in translation files.
|
2013-01-23 23:25:31 +01:00 |
|
|
3b99433226
|
Expose "disable resampling" option for Opus decoder in the GUI.
|
2013-01-18 02:42:37 +01:00 |
|
|
5b57083210
|
Updated Opus binaries. Also added option to disable the resampling in Opus decoder (i.e. always output 48.000 Hz).
|
2013-01-18 01:08:58 +01:00 |
|
|
491bf5f135
|
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-01-17).
|
2013-01-17 20:46:07 +01:00 |
|
|
21e1fd7945
|
Switched 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.
|
2013-01-14 00:37:19 +01:00 |
|
|
4a8dd85d7e
|
Fix executable name for OpusEnc.
|
2013-01-14 00:36:54 +01:00 |
|
|
cb042bbf3c
|
Added new function to detect the current date. Slightly more robust against manipulations.
|
2013-01-12 01:53:43 +01:00 |
|
|
f689ce5646
|
Some style-specific tweaks.
|
2012-12-19 23:43:27 +01:00 |
|
|
2ec20c2d02
|
Bump version.
|
2012-12-17 22:51:47 +01:00 |
|
|
5c3386dbde
|
Switched 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.
|
2012-12-15 23:23:22 +01:00 |
|
|
a48dfadc98
|
Added "folder up" action to the context menu of the "output folder" tab.
|
2012-12-14 23:50:56 +01:00 |
|
|
e21c61788e
|
Don't update buttons when output folder view is disabled. Also slightly changed "folder up" icon.
|
2012-12-14 01:20:23 +01:00 |
|
|
12db5d2c81
|
Added "Folder Up" button to the "Output Folder" tab. Also some code refactoring.
|
2012-12-14 00:34:10 +01:00 |
|
|
30507937de
|
Added global lamexp_fatal_exit() function.
|
2012-12-11 23:22:20 +01:00 |
|
|
7e96cd3fe5
|
Switched 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.
|
2012-12-11 22:51:18 +01:00 |
|
|
04e9565d50
|
Fixed superfluous argument in printf(), found by static code analysis.
|
2012-12-11 01:01:19 +01:00 |
|
|
a812aa28fa
|
Switched 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.
|
2012-12-10 23:50:45 +01:00 |
|
|
7c5ccbe417
|
Fixed "always recompile" problem with VS2012 project file. Also removed a superfluous include.
|
2012-12-10 23:35:14 +01:00 |
|
|
30f36b8fee
|
Switched 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.
|
2012-12-09 22:39:17 +01:00 |
|
|
0f2f13d85b
|
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2012-12-07).
|
2012-12-08 00:22:29 +01:00 |
|
|
bf34e9e78f
|
Improved handling of fatal/critical messages in lamexp_message_handler() function.
|
2012-12-08 00:21:58 +01:00 |
|
|
fb00b2b11e
|
Switched 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.
|
2012-12-08 00:21:10 +01:00 |
|
|
7077650bb6
|
Switched 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.
|
2012-12-04 01:35:48 +01:00 |
|
|
1d960d5da6
|
When passing tag on the command-line, replace certain characters that can be "problematic" on the command-line.
|
2012-12-02 22:55:22 +01:00 |
|
|
799b73c258
|
Updated Copying.txt file.
|
2012-12-02 15:11:22 +01:00 |
|