LameXP/src
2010-12-02 23:26:30 +01:00
..
Config.h AAC decoding support added. 2010-12-02 23:26:30 +01:00
Decoder_AAC.cpp AAC decoding support added. 2010-12-02 23:26:30 +01:00
Decoder_AAC.h AAC decoding support added. 2010-12-02 23:26:30 +01:00
Decoder_Abstract.cpp Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Decoder_Abstract.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Decoder_MP3.cpp Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Decoder_MP3.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Decoder_Vorbis.cpp AAC decoding support added. 2010-12-02 23:26:30 +01:00
Decoder_Vorbis.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Dialog_About.cpp Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +01:00
Dialog_About.h Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +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 Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Dialog_MainWindow.h Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +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 AAC decoding support added. 2010-12-02 23:26:30 +01:00
Dialog_Processing.h Implement support for Job Objects + improve log view. 2010-11-24 21:00:59 +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 Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +01:00
Dialog_Update.h Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +01:00
Dialog_WorkingBanner.cpp Refactor the MP3 encoder into a separate class. 2010-11-17 00:49:38 +01:00
Dialog_WorkingBanner.h first commit 2010-11-06 23:04:47 +01:00
Encoder_Abstract.cpp Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Encoder_Abstract.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Encoder_MP3.cpp AAC decoding support added. 2010-12-02 23:26:30 +01:00
Encoder_MP3.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +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
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 Ogg Vorbis encoding support. 2010-11-26 00:29:53 +01:00
Global.h Ogg Vorbis encoding support. 2010-11-26 00:29:53 +01:00
LockedFile.cpp Fix detection of Nero AAA encoder + use canonicalPath() where suitable 2010-11-15 22:07:46 +01:00
LockedFile.h Detect Nero AAC encoder binary at runtime 2010-11-11 22:58:02 +01:00
Main.cpp Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +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 Correctly forward meta info to MP3 encoder and apply. 2010-11-20 19:16:04 +01:00
Model_MetaInfo.h Use the MediaInfo model in MainWindow too 2010-11-10 19:44:51 +01:00
Model_Progress.cpp Detect the entry points for some of the Win32 API functions on Runtime, so the executable works even on antiqutated Windows versions (e.g. Windows 2000). 2010-11-25 16:56:32 +01:00
Model_Progress.h Implemented logging and added a log file view. 2010-11-22 21:45:00 +01:00
Model_Settings.cpp Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +01:00
Model_Settings.h Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +01:00
Registry_Decoder.cpp AAC decoding support added. 2010-12-02 23:26:30 +01:00
Registry_Decoder.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Resource.h Add more SFX for the user's pleasure. 2010-11-25 18:28:42 +01:00
Targetver.h first commit 2010-11-06 23:04:47 +01:00
Thread_FileAnalyzer.cpp Implemented logging and added a log file view. 2010-11-22 21:45:00 +01:00
Thread_FileAnalyzer.h Move about dialog into a separate class 2010-11-11 19:37:16 +01:00
Thread_Initialization.cpp AAC decoding support added. 2010-12-02 23:26:30 +01:00
Thread_Initialization.h Detect Nero AAC encoder version at runtime and suggest update, if appropriate 2010-11-12 15:58:53 +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 Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Thread_Process.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Tool_Abstract.cpp Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00
Tool_Abstract.h Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00