|
94c199d849
|
Make ProcessingDialog use a QThreadPool and, accordingly, make ProcessThread inherit from QRunnable rather than QThread.
|
2013-10-09 03:14:38 +02:00 |
|
|
bd0a370aee
|
Welcome to year 2013 ;-)
|
2013-02-08 23:57:50 +01:00 |
|
|
30507937de
|
Added global lamexp_fatal_exit() function.
|
2012-12-11 23:22:20 +01:00 |
|
|
8ba1c016c6
|
Delete "blank" output file, if encoding failed or was aborted (or never actually started).
|
2012-11-11 18:58:08 +01:00 |
|
|
07dfd3211a
|
Added an option to filter the progress model entries. If filter is enabled, only progress items that match the filter will be shown in the TableView.
|
2012-11-11 18:33:55 +01:00 |
|
|
977f4d4213
|
"Overwrite Mode" should actually be working now.
|
2012-11-08 21:19:45 +01:00 |
|
|
2878dc7ad0
|
Treat Wave files with IEEE Float (32-Bit) sample format separately from Wave files with 32-Bit Integer sample format. For example, the Opus encoder accepts 32-Bit IEEE Float just fine, but does NOT like 32-Bit Integer as input.
|
2012-08-22 23:52:55 +02:00 |
|
|
278f9091fb
|
Replaced the Opus encoder/decoder binary wit custom binaries that support UTF-8 file names and flush the console output properly + expose more Opus encoder options in the GUI.
|
2012-07-21 19:16:12 +02:00 |
|
|
e49093c5c7
|
Updated MediaInfo binary to v0.7.58 (2012-05-28), compiled with ICL 12.1.7 and MSVC 10.0.
|
2012-06-25 21:59:28 +02:00 |
|
|
9b687fff9a
|
Happy New Year 2012!
|
2012-01-02 00:52:27 +01:00 |
|
|
3f4be5c846
|
Fixed AC-3 encoding with sources that have more than 6 channels.
|
2012-01-01 21:31:48 +01:00 |
|
|
db587fe228
|
Prevent some more dialogs from blocking a quick system shutdown.
|
2011-12-27 13:51:01 +01:00 |
|
|
36d4f4fb74
|
Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number.
|
2011-12-23 00:43:11 +01:00 |
|
|
a0a29b9551
|
Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>.
|
2011-12-22 21:53:25 +01:00 |
|
|
a392864916
|
Improved the resample filter. It will now also handle the adjustment of the bit-depth.
|
2011-12-22 18:36:41 +01:00 |
|
|
1a238db3db
|
Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand.
|
2011-12-22 00:06:34 +01:00 |
|
|
2ad5c3068d
|
Prepare to support audio encoders that only support specific bit-depths.
|
2011-12-21 01:23:21 +01:00 |
|
|
3f3451e5c1
|
Implemented coalescing of progress updates, in order to reduce the number of signals that are sent to the main/GUI thread. Depending on the encoder/decoder used, this reduces the CPU time consumed by the LameXP process quite a bit.
|
2011-11-16 22:56:32 +01:00 |
|
|
bcbd8defce
|
Revert: Avoid applying the Downmix filter on Mono/Stereo sources. Otherwise we need to decode (i.e. copy) Wave files, even when the Downmix filter does nothing.
|
2011-08-27 21:28:20 +02:00 |
|
|
dae4def2fa
|
Downmix filter will now check if the input already is Mono/Stereo, so we can safely invoke the filter for ALL sources.
|
2011-08-07 14:04:17 +02:00 |
|
|
1fdfab1160
|
Refactored code to insert the Downmix filter in processing thread.
|
2011-08-06 18:56:09 +02:00 |
|
|
ce872af94c
|
Apply "Force Stereo Downmix" only for sources with more than two channels.
|
2011-08-06 14:12:20 +02:00 |
|
|
229357f77c
|
Preview example file name for current rename pattern.
|
2011-08-05 15:41:19 +02:00 |
|
|
613c9721a7
|
Prevent rename pattern edit box from being translated, so the text won't be lost anymore.
|
2011-08-05 02:33:32 +02:00 |
|
|
7e1f790e9b
|
Added an option to rename the output files (based on an user-defined pattern). More macros might be added at a later time.
|
2011-08-04 23:26:38 +02:00 |
|
|
327ca1ae75
|
Added 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift Sound.
|
2011-07-26 22:17:14 +02:00 |
|
|
243993434e
|
Fixed a memory leak: Decoder objects were never destroyed!
|
2011-05-15 18:54:40 +02:00 |
|
|
4ce167e709
|
Fix AC-3 encoding with non-standard sampling rates. Aften needs input at 48, 44.1 or 32 kHz, so insert Resampling filter, if needed.
|
2011-05-06 17:51:49 +02:00 |
|
|
157542f730
|
Initial support for cover artwork.
|
2011-03-20 23:32:11 +01:00 |
|
|
f829d69636
|
Added an option to select a user-defined TEMP directory.
|
2011-02-25 22:03:39 +01:00 |
|
|
58ded8c2e4
|
Added a normalization filter, based on SoX.
|
2011-01-25 23:12:56 +01:00 |
|
|
8c0fa11803
|
make more strings translatable + try to load a default translation that suits the user's system language
|
2011-01-02 01:09:05 +01:00 |
|
|
96db5e86c2
|
Happy new year!
|
2011-01-01 17:04:25 +01:00 |
|
|
8e38c1d3e2
|
Implemented the DropBox widget.
|
2010-12-22 01:01:01 +01:00 |
|
|
09691eb254
|
Workaround to remove temp files, even if they have the read-only attribute set.
|
2010-12-21 01:09:25 +01:00 |
|
|
fc148e5e65
|
Implement filter framework + currently only the "downmix" filter is implemented, so we can support multichannel to MP3 encoding from now on.
|
2010-12-19 00:50:22 +01:00 |
|
|
063c53017f
|
Added an option to prepend the source file's relative path to the output file's path. This might be useful when converting a lot of files at once that originate from different source folders.
|
2010-12-14 01:30:50 +01:00 |
|
|
40b0300284
|
Implemented a method to "detect" the user's TEMP folder that doesn't depend on the %TMP% environment variable. QDir::temp() internally uses GetTempPath(), which *does* depend on %TMP%.
|
2010-12-07 22:58:28 +01:00 |
|
|
6eb959e406
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
|
|
11f57aecfe
|
Ogg Vorbis encoding support.
|
2010-11-26 00:29:53 +01:00 |
|
|
a29780ef2a
|
Don't try to encode from source files that aren't supported by the encoder. No real support for upstream decoders yet.
|
2010-11-25 18:09:31 +01:00 |
|
|
c0ece99b69
|
Implemented logging and added a log file view.
|
2010-11-22 21:45:00 +01:00 |
|
|
47a6c2fdff
|
Make "Save output files to the same location where the input file is located" option work.
|
2010-11-21 21:51:22 +01:00 |
|
|
970f2cd8fb
|
Create playlist file + serialize filename generation, just to be sure.
|
2010-11-20 22:14:10 +01:00 |
|
|
1633489aaf
|
Actually use selected encoder in progress dialog + forward output dir.
|
2010-11-20 02:14:22 +01:00 |
|
|
28a926b820
|
Implement multi-theaded processing in progress dialog.
|
2010-11-19 21:11:54 +01:00 |
|
|
092e664ad1
|
More detailed error output when process failed to create + use UUID's to index jobs.
|
2010-11-18 22:37:35 +01:00 |
|
|
3170f358fe
|
Implement processing thread and connect to processing dialog.
|
2010-11-18 00:32:46 +01:00 |
|