LameXP/src
2010-12-28 03:57:48 +01:00
..
Config.h First step to internationalization and localization. 2010-12-28 03:57:48 +01:00
Decoder_AAC.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_AAC.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_Abstract.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_Abstract.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_AC3.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_AC3.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_FLAC.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_FLAC.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_MP3.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_MP3.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_Vorbis.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_Vorbis.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_Wave.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_Wave.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_WMA.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Decoder_WMA.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Dialog_About.cpp Minor about dialog improvement. 2010-12-27 20:56:29 +01:00
Dialog_About.h Clean-up about dialog a bit. 2010-12-18 16:49:04 +01:00
Dialog_DropBox.cpp Some DropBox improvements. 2010-12-22 22:59:00 +01:00
Dialog_DropBox.h Some DropBox improvements. 2010-12-22 22:59:00 +01:00
Dialog_LogView.cpp Implement support for Job Objects + improve log view. 2010-11-24 21:00:59 +01:00
Dialog_LogView.h Implemented logging and added a log file view. 2010-11-22 21:45:00 +01:00
Dialog_MainWindow.cpp First step to internationalization and localization. 2010-12-28 03:57:48 +01:00
Dialog_MainWindow.h First step to internationalization and localization. 2010-12-28 03:57:48 +01:00
Dialog_MetaInfo.cpp first commit 2010-11-06 23:04:47 +01:00
Dialog_MetaInfo.h first commit 2010-11-06 23:04:47 +01:00
Dialog_Processing.cpp Fix context menu in progress dialog. 2010-12-22 23:45:36 +01:00
Dialog_Processing.h Added a system tray icon. 2010-12-10 22:17:44 +01:00
Dialog_SplashScreen.cpp first commit 2010-11-06 23:04:47 +01:00
Dialog_SplashScreen.h first commit 2010-11-06 23:04:47 +01:00
Dialog_Update.cpp Fixed a typo. 2010-12-08 22:13:03 +01:00
Dialog_Update.h More update manager UI improvements. 2010-12-08 20:52:18 +01:00
Dialog_WorkingBanner.cpp Implemented function to download and install the WMA File Decoder. Support for WMA files has not been implemented yet though. 2010-12-12 01:49:07 +01:00
Dialog_WorkingBanner.h Implemented function to download and install the WMA File Decoder. Support for WMA files has not been implemented yet though. 2010-12-12 01:49:07 +01:00
Encoder_AAC.cpp Added AAC encoding support. 2010-12-03 23:01:17 +01:00
Encoder_AAC.h Added AAC encoding support. 2010-12-03 23:01:17 +01:00
Encoder_Abstract.cpp 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
Encoder_Abstract.h 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
Encoder_FLAC.cpp FLAC encoding support. 2010-12-14 23:53:14 +01:00
Encoder_FLAC.h FLAC encoding support. 2010-12-14 23:53:14 +01:00
Encoder_MP3.cpp 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
Encoder_MP3.h 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
Encoder_Vorbis.cpp AAC decoding support added. 2010-12-02 23:26:30 +01:00
Encoder_Vorbis.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Encoder_Wave.cpp Added options to disable the notifications for the Nero AAC encoder and the WMA Decoder component, as some users may want to use LameXP without AAC and/or WMA support permanently. 2010-12-19 21:23:43 +01:00
Encoder_Wave.h Support for Wave (PCM) output. 2010-12-17 01:12:12 +01:00
Filter_Abstract.cpp 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
Filter_Abstract.h 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
Filter_Downmix.cpp Update custom audio tools (minor improvements). 2010-12-27 15:49:30 +01:00
Filter_Downmix.h 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
Genres.cpp Implemented IPC based on shared memory and semaphores 2010-11-08 19:29:36 +01:00
Genres.h Implemented IPC based on shared memory and semaphores 2010-11-08 19:29:36 +01:00
Global.cpp First step to internationalization and localization. 2010-12-28 03:57:48 +01:00
Global.h Workaround to remove temp files, even if they have the read-only attribute set. 2010-12-21 01:09:25 +01:00
LockedFile.cpp Added AAC encoding support. 2010-12-03 23:01:17 +01:00
LockedFile.h Detect Nero AAC encoder binary at runtime 2010-11-11 22:58:02 +01:00
Main.cpp Simplify compatibility mode detection + check for process elevation 2010-12-27 01:50:22 +01:00
Model_AudioFile.cpp first commit 2010-11-06 23:04:47 +01:00
Model_AudioFile.h first commit 2010-11-06 23:04:47 +01:00
Model_FileList.cpp Actually use selected encoder in progress dialog + forward output dir. 2010-11-20 02:14:22 +01:00
Model_FileList.h Smarter method to edit file informartion of files in the list 2010-11-08 02:06:01 +01:00
Model_FileSystem.cpp 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
Model_FileSystem.h 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
Model_MetaInfo.cpp FLAC encoding support. 2010-12-14 23:53:14 +01:00
Model_MetaInfo.h Use the MediaInfo model in MainWindow too 2010-11-10 19:44:51 +01:00
Model_Progress.cpp 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
Model_Progress.h Implemented logging and added a log file view. 2010-11-22 21:45:00 +01:00
Model_Settings.cpp Implemented the DropBox widget. 2010-12-22 01:01:01 +01:00
Model_Settings.h Implemented the DropBox widget. 2010-12-22 01:01:01 +01:00
Registry_Decoder.cpp Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Registry_Decoder.h Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
Resource.h Implemented the DropBox widget. 2010-12-22 01:01:01 +01:00
Targetver.h Try to detect "compatibility mode". 2010-12-23 03:13:11 +01:00
Thread_FileAnalyzer.cpp Update MediaInfo to v0.7.38. 2010-12-18 15:15:17 +01:00
Thread_FileAnalyzer.h Update MediaInfo to v0.7.38. 2010-12-18 15:15:17 +01:00
Thread_Initialization.cpp Update custom audio tools (minor improvements). 2010-12-27 16:05:47 +01:00
Thread_Initialization.h Detect WMA File Decoder component at runtime + suggest download if not installed. 2010-12-12 13:44:11 +01:00
Thread_MessageHandler.cpp Move IPC sender to separate thread + implement kill IPC command + improve deployment script 2010-11-09 22:06:11 +01:00
Thread_MessageHandler.h Move IPC sender to separate thread + implement kill IPC command + improve deployment script 2010-11-09 22:06:11 +01:00
Thread_MessageProducer.cpp Implemented support for adding directories via Drag&Drop and CLI 2010-11-13 02:11:15 +01:00
Thread_MessageProducer.h Move IPC sender to separate thread + implement kill IPC command + improve deployment script 2010-11-09 22:06:11 +01:00
Thread_Process.cpp Implemented the DropBox widget. 2010-12-22 01:01:01 +01:00
Thread_Process.h 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
Tool_Abstract.cpp Added support for Windows 7 taskbar features (progress and overlay icons). 2010-12-05 23:11:03 +01:00
Tool_Abstract.h Added support for Windows 7 taskbar features (progress and overlay icons). 2010-12-05 23:11:03 +01:00
WinSevenTaskbar.cpp Added support for Windows 7 taskbar features (progress and overlay icons). 2010-12-05 23:11:03 +01:00
WinSevenTaskbar.h Added support for Windows 7 taskbar features (progress and overlay icons). 2010-12-05 23:11:03 +01:00