LameXP/src
2013-10-07 02:28:01 +02:00
..
Config.h Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
CustomEventFilter.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_AAC.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_AAC.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Abstract.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Abstract.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_AC3.cpp 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
Decoder_AC3.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_ADPCM.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_ADPCM.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_ALAC.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_ALAC.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Avisynth.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Avisynth.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_FLAC.cpp Updated FLAC encoder/decoder binaries to v1.3.0 (2013-05-27), compiled with ICL 13.0. 2013-06-16 13:50:24 +02:00
Decoder_FLAC.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_MAC.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_MAC.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_MP3.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_MP3.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Musepack.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Musepack.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Opus.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Opus.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Shorten.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Shorten.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Speex.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Speex.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_TTA.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_TTA.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Vorbis.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Vorbis.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_Wave.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
Decoder_Wave.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_WavPack.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_WavPack.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_WMA.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Decoder_WMA.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_About.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Dialog_About.h More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Dialog_CueImport.cpp Improved lamexp_themes_enabled() function. 2013-02-25 23:12:14 +01:00
Dialog_CueImport.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_DropBox.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_DropBox.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_LogView.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Dialog_LogView.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_MainWindow.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Dialog_MainWindow.h Implemented AbstractEncoderInfo for some more encoders. Remaining encoders not yet working. 2013-10-02 19:17:33 +02:00
Dialog_MetaInfo.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_MetaInfo.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_Processing.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Dialog_Processing.h More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Dialog_SplashScreen.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Dialog_SplashScreen.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_Update.cpp Added one more mirror to the list. 2013-10-07 00:10:05 +02:00
Dialog_Update.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_WorkingBanner.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Dialog_WorkingBanner.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Encoder_AAC_FHG.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_AAC_FHG.h Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_AAC_QAAC.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_AAC_QAAC.h Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_AAC.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_AAC.h Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_Abstract.cpp Refactored EncoderRegistry::createInstance() method to handle all common encoder parameters at a single place. Also added function to load/store the custom parameters. 2013-10-03 17:01:37 +02:00
Encoder_Abstract.h Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_AC3.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_AC3.h Implemented AbstractEncoder for the remaining encoders, except AAC for now. 2013-10-03 18:48:07 +02:00
Encoder_DCA.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_DCA.h Implemented AbstractEncoder for the remaining encoders, except AAC for now. 2013-10-03 18:48:07 +02:00
Encoder_FLAC.cpp Implemented AbstractEncoder for the remaining encoders, except AAC for now. 2013-10-03 18:48:07 +02:00
Encoder_FLAC.h Implemented AbstractEncoder for the remaining encoders, except AAC for now. 2013-10-03 18:48:07 +02:00
Encoder_MP3.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_MP3.h Added new AbstractEncoderInfo class, which provides information about a specific encoder's configuration options. Also moved code for creating encoder instances into a separate EncoderRegistry class. 2013-09-30 21:39:56 +02:00
Encoder_Opus.cpp Implemented AbstractEncoder for the remaining encoders, except AAC for now. 2013-10-03 18:48:07 +02:00
Encoder_Opus.h Implemented AbstractEncoderInfo for some more encoders. Remaining encoders not yet working. 2013-10-02 19:17:33 +02:00
Encoder_Vorbis.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Encoder_Vorbis.h Refactored EncoderRegistry::createInstance() method to handle all common encoder parameters at a single place. Also added function to load/store the custom parameters. 2013-10-03 17:01:37 +02:00
Encoder_Wave.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
Encoder_Wave.h Implemented AbstractEncoderInfo for some more encoders. Remaining encoders not yet working. 2013-10-02 19:17:33 +02:00
Filter_Abstract.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_Abstract.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_Downmix.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_Downmix.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_Normalize.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_Normalize.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_Resample.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_Resample.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_ToneAdjust.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Filter_ToneAdjust.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Genres.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Genres.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Global.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Global.h More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
JobObject.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
JobObject.h More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
LockedFile.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
LockedFile.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Main.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Model_Artwork.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_Artwork.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_AudioFile.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_AudioFile.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_CueSheet.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Model_CueSheet.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_FileList.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_FileList.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_FileSystem.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
Model_FileSystem.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_MetaInfo.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_MetaInfo.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_Progress.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_Progress.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Model_Settings.cpp Implemented AbstractEncoderInfo for the AAC encoders too. 2013-10-07 02:28:01 +02:00
Model_Settings.h Refactored EncoderRegistry::createInstance() method to handle all common encoder parameters at a single place. Also added function to load/store the custom parameters. 2013-10-03 17:01:37 +02:00
PlaylistImporter.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
PlaylistImporter.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Registry_Decoder.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Registry_Decoder.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Registry_Encoder.cpp Refactored EncoderRegistry::createInstance() method to handle all common encoder parameters at a single place. Also added function to load/store the custom parameters. 2013-10-03 17:01:37 +02:00
Registry_Encoder.h Refactored EncoderRegistry::createInstance() method to handle all common encoder parameters at a single place. Also added function to load/store the custom parameters. 2013-10-03 17:01:37 +02:00
Resource.h Added GUI option to reset all encoder settings. 2013-07-14 18:14:26 +02:00
ShellIntegration.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
ShellIntegration.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Targetver.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_CPUObserver.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
Thread_CPUObserver.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_CueSplitter.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_CueSplitter.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_DiskObserver.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_DiskObserver.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_FileAnalyzer_ST.cpp Implemented "natural ordering" for sorting the input files. Code is based on the strnatcmp() by Martin Pool, released under the "zlib" license. 2013-08-23 00:19:00 +02:00
Thread_FileAnalyzer_ST.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_FileAnalyzer_Task.cpp Redesigned FileAnalyzer and Analyzer task. New design is much cleaner, resulting in simpler code and faster file import performance. Also, playlist files are now handled ahead of everything else, which makes sure the progress indicator increases monotonically. Preliminary tests show that file import performance has been more than doubled! For example, the time for importing ~1000 files decreased from 116 seconds to 46 seconds on the development machine, which corresponds to a 2.5x speed-up. 2013-10-06 19:26:08 +02:00
Thread_FileAnalyzer_Task.h Redesigned FileAnalyzer and Analyzer task. New design is much cleaner, resulting in simpler code and faster file import performance. Also, playlist files are now handled ahead of everything else, which makes sure the progress indicator increases monotonically. Preliminary tests show that file import performance has been more than doubled! For example, the time for importing ~1000 files decreased from 116 seconds to 46 seconds on the development machine, which corresponds to a 2.5x speed-up. 2013-10-06 19:26:08 +02:00
Thread_FileAnalyzer.cpp Redesigned FileAnalyzer and Analyzer task. New design is much cleaner, resulting in simpler code and faster file import performance. Also, playlist files are now handled ahead of everything else, which makes sure the progress indicator increases monotonically. Preliminary tests show that file import performance has been more than doubled! For example, the time for importing ~1000 files decreased from 116 seconds to 46 seconds on the development machine, which corresponds to a 2.5x speed-up. 2013-10-06 19:26:08 +02:00
Thread_FileAnalyzer.h Redesigned FileAnalyzer and Analyzer task. New design is much cleaner, resulting in simpler code and faster file import performance. Also, playlist files are now handled ahead of everything else, which makes sure the progress indicator increases monotonically. Preliminary tests show that file import performance has been more than doubled! For example, the time for importing ~1000 files decreased from 116 seconds to 46 seconds on the development machine, which corresponds to a 2.5x speed-up. 2013-10-06 19:26:08 +02:00
Thread_Initialization.cpp Refactored lamexp_temp_folder2() function. This also fixes a potential deadlock at application when %TMP% points to an invalid folder. Now using separate locks for lamexp_temp_folder2() and lamexp_known_folder(). 2013-06-29 18:06:21 +02:00
Thread_Initialization.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_MessageHandler.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Thread_MessageHandler.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_MessageProducer.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_MessageProducer.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_Process.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_Process.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Thread_RAMObserver.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
Thread_RAMObserver.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Tool_Abstract.cpp More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Tool_Abstract.h More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes. 2013-10-07 00:01:15 +02:00
Tool_WaveProperties.cpp Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Tool_WaveProperties.h Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
Tools.h Replaced the 64-Bit binaries with versions compressed by UPX (does now support 64-Bit Windows executables, yay!) instead of MPRESS. Results in slightly bigger files, but noticeably faster startup times. 2013-10-06 19:18:31 +02:00
WinSevenTaskbar.cpp Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00
WinSevenTaskbar.h Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft. 2013-10-06 19:28:12 +02:00