Commit Graph

37 Commits

Author SHA1 Message Date
658efda273 Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
6c139ab640 AC-3 and DTS decoding support. 2010-12-19 23:09:26 +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
e189eb08c2 Support for Wave (PCM) output. 2010-12-17 01:12:12 +01:00
6644b38816 FLAC decoding support. 2010-12-15 19:57:51 +01:00
e6460b9779 FLAC encoding support. 2010-12-14 23:53:14 +01:00
0534264be0 WMA decoding support. Limitations in the WMA decoder we cannot do anything about: WMA decoder doesn't handle Unicode filenames, WMA decoder will deadlock if we more than one instance is running at a time (we use a semaphore to prevent that!) and WMA decoder doesn't output any progress information. 2010-12-12 19:25:06 +01:00
24da769a6d Use a more efficient method to update the progress model when new jobs are added + slightly improve auto updater. 2010-12-06 18:29:34 +01:00
c2f132007f Added support for Windows 7 taskbar features (progress and overlay icons). 2010-12-05 23:11:03 +01:00
be4ce0d81c Added AAC encoding support. 2010-12-03 23:01:17 +01:00
2e8d730304 Improve "About" dialog. 2010-12-03 20:26:34 +01:00
d6e5b9e069 AAC decoding support added. 2010-12-02 23:26:30 +01:00
6eb959e406 Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
533055e177 New update dialog. Not actually checking for updates yet. 2010-11-27 19:41:58 +01:00
11f57aecfe Ogg Vorbis encoding support. 2010-11-26 00:29:53 +01:00
4936d58092 Implement a custom FileSystemModel class derived from QFileSystemModel in order to avoid "+" button in front of folders without sub-dirs. 2010-11-25 01:23:48 +01:00
0f656f8a02 Fix compilation for other configurations than "Release". 2010-11-22 23:41:29 +01:00
c0ece99b69 Implemented logging and added a log file view. 2010-11-22 21:45:00 +01:00
1633489aaf Actually use selected encoder in progress dialog + forward output dir. 2010-11-20 02:14:22 +01:00
3170f358fe Implement processing thread and connect to processing dialog. 2010-11-18 00:32:46 +01:00
2114a3dbf0 Implemented progress model. 2010-11-17 20:39:10 +01:00
7a79c476a3 Implemented processing dialog, no functionality yet. 2010-11-17 19:35:50 +01:00
b996bfdece Refactor the MP3 encoder into a separate class. 2010-11-17 00:49:38 +01:00
a2cbcb76c5 Slightly improve AutoInc tool (time interval support) 2010-11-14 21:13:13 +01:00
34ec6d8d0a Add simple utilitiy to auto-inc build numbers + fix duration for very short files 2010-11-13 16:28:31 +01:00
e3e0ec36aa Implemented support for adding directories via Drag&Drop and CLI 2010-11-13 02:11:15 +01:00
c867f850e0 Store settings in an INI file 2010-11-12 19:02:01 +01:00
88eae834d2 Move about dialog into a separate class 2010-11-11 19:37:16 +01:00
ec0eea9d9c Nicer method for static builds: Can use vanilla Qt source/include directory now 2010-11-11 14:11:44 +01:00
4ab35ccfe9 Add a new configuration for static build (requires Qt as static lib) 2010-11-11 00:25:23 +01:00
c80714b829 Use the MediaInfo model in MainWindow too 2010-11-10 19:44:51 +01:00
6a480fd764 Refactor deployment script 2010-11-10 17:03:01 +01:00
a7a637c412 Move IPC sender to separate thread + implement kill IPC command + improve deployment script 2010-11-09 22:06:11 +01:00
8e013b6aff Implemented IPC based on shared memory and semaphores 2010-11-08 19:29:36 +01:00
ce41761614 Improve about dialog + nicer method write version info to resource section 2010-11-07 23:06:30 +01:00
unknown
8fa0757455 Fixed a memory leak. 2010-11-07 16:32:54 +01:00
36ae27f5f3 first commit 2010-11-06 23:04:47 +01:00