LameXP/src
2017-12-15 22:45:16 +01:00
..
Config.h Updated refalac binary to v1.64 (2017-05-19), compiled with ICL 18.0 and MSVC 15.5. 2017-12-15 22:45:16 +01:00
CustomEventFilter.h Bump release year. 2017-03-12 12:12:49 +01:00
Decoder_AAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_AAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Abstract.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Decoder_Abstract.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_AC3.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_AC3.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_ADPCM.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_ADPCM.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_ALAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_ALAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Avisynth.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_Avisynth.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_FLAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_FLAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_MAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_MAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_MP3.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_MP3.h Improved mpg123 file type detection. Before MPEG "Version 2.5" was not detected. 2017-04-22 16:00:23 +02:00
Decoder_Musepack.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_Musepack.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Opus.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_Opus.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Shorten.cpp Small tweak to progress updates. 2017-12-10 22:21:42 +01:00
Decoder_Shorten.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Speex.cpp Refactored all decoder classes to use awaitProcess() from Tool_Abstract base class. 2017-12-10 18:53:47 +01:00
Decoder_Speex.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_TTA.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_TTA.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Vorbis.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_Vorbis.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Wave.cpp Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_Wave.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_WavPack.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_WavPack.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Decoder_WMA.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Decoder_WMA.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Dialog_About.cpp Some code clean-up in "About" dialog. 2017-05-05 21:34:48 +02:00
Dialog_About.h Some code clean-up in "About" dialog. 2017-05-05 21:34:48 +02:00
Dialog_CueImport.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_CueImport.h Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_DropBox.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_DropBox.h Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_LogView.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_LogView.h Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_MainWindow.cpp Removed unreachable code. 2017-12-11 20:00:04 +01:00
Dialog_MainWindow.h Automatically use "1:1" mapping between the number of available CPU cores and the (maximum) number of instances, when a SSD (or similar "fast seeking") device is detected. 2017-10-13 17:28:39 +02:00
Dialog_MetaInfo.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_MetaInfo.h Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_Processing.cpp Automatically use "1:1" mapping between the number of available CPU cores and the (maximum) number of instances, when a SSD (or similar "fast seeking") device is detected. 2017-10-13 17:28:39 +02:00
Dialog_Processing.h Automatically use "1:1" mapping between the number of available CPU cores and the (maximum) number of instances, when a SSD (or similar "fast seeking") device is detected. 2017-10-13 17:28:39 +02:00
Dialog_SplashScreen.cpp Switch to using QAtomicInc instead of "volatile" flags in more places. 2017-04-19 23:54:00 +02:00
Dialog_SplashScreen.h Switch to using QAtomicInc instead of "volatile" flags in more places. 2017-04-19 23:54:00 +02:00
Dialog_Update.cpp Small improvement in Update dialog. 2017-12-08 22:43:54 +01:00
Dialog_Update.h Adapted for the latest MUtils library changes. 2017-04-07 20:49:12 +02:00
Dialog_WorkingBanner.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Dialog_WorkingBanner.h Bump release year. 2017-03-12 12:12:49 +01:00
Encoder_AAC_FDK.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_AAC_FDK.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_AAC_FHG.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_AAC_FHG.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_AAC_QAAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_AAC_QAAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_AAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_AAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_Abstract.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Encoder_Abstract.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_AC3.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_AC3.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_DCA.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_DCA.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_FLAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_FLAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_MAC.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_MAC.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_MP3.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_MP3.h Fixed detection of MPEG Audio files. 2017-12-02 14:55:40 +01:00
Encoder_Opus.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_Opus.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_Vorbis.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_Vorbis.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Encoder_Wave.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Encoder_Wave.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
FileHash.cpp Bump release year. 2017-03-12 12:12:49 +01:00
FileHash.h Bump release year. 2017-03-12 12:12:49 +01:00
Filter_Abstract.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Filter_Abstract.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Filter_Downmix.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Filter_Downmix.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Filter_Normalize.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Filter_Normalize.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Filter_Resample.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Filter_Resample.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Filter_ToneAdjust.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Filter_ToneAdjust.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Genres.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Genres.h Bump release year. 2017-03-12 12:12:49 +01:00
Global_Tools.cpp Some Makefile improvements. 2017-08-19 19:36:17 +02:00
Global_Utils.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Global_Version.cpp Some changes to "portable mode" detection. 2017-06-11 13:36:40 +02:00
Global_Zero.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Global.h Load resources from separate RCC file in *non*-static builds. 2017-08-16 23:07:28 +02:00
IPCCommands.h Bump release year. 2017-03-12 12:12:49 +01:00
LockedFile.cpp Some improvements to LockedFile class. 2017-04-16 23:59:11 +02:00
LockedFile.h Bump release year. 2017-03-12 12:12:49 +01:00
Main.cpp Load resources from separate RCC file in *non*-static builds. 2017-08-16 23:07:28 +02:00
MimeTypes.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_Artwork.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Model_Artwork.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_AudioFile.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Model_AudioFile.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_CueSheet.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Model_CueSheet.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_FileExts.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Model_FileExts.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_FileList.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Model_FileList.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_FileSystem.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Model_FileSystem.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_MetaInfo.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Model_MetaInfo.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_Progress.cpp Automatically use "1:1" mapping between the number of available CPU cores and the (maximum) number of instances, when a SSD (or similar "fast seeking") device is detected. 2017-10-13 17:28:39 +02:00
Model_Progress.h Bump release year. 2017-03-12 12:12:49 +01:00
Model_Settings.cpp Automatically use "1:1" mapping between the number of available CPU cores and the (maximum) number of instances, when a SSD (or similar "fast seeking") device is detected. 2017-10-13 17:28:39 +02:00
Model_Settings.h Automatically use "1:1" mapping between the number of available CPU cores and the (maximum) number of instances, when a SSD (or similar "fast seeking") device is detected. 2017-10-13 17:28:39 +02:00
PlaylistImporter.cpp Bump release year. 2017-03-12 12:12:49 +01:00
PlaylistImporter.h Bump release year. 2017-03-12 12:12:49 +01:00
Registry_Decoder.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Registry_Decoder.h Bump release year. 2017-03-12 12:12:49 +01:00
Registry_Encoder.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Registry_Encoder.h Bump release year. 2017-03-12 12:12:49 +01:00
Resource.h Bump release year. 2017-03-12 12:12:49 +01:00
ShellIntegration.cpp Compile fix 2017-04-22 14:20:29 +02:00
ShellIntegration.h Fixed possible race condition in ShellIntegration class. 2017-04-20 21:58:37 +02:00
Targetver.h Bump release year. 2017-03-12 12:12:49 +01:00
Thread_CPUObserver.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Thread_CPUObserver.h Bump release year. 2017-03-12 12:12:49 +01:00
Thread_CueSplitter.cpp Switch to using QAtomicInc instead of "volatile" flags in more places. 2017-04-19 23:54:00 +02:00
Thread_CueSplitter.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Thread_DiskObserver.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Thread_DiskObserver.h Bump release year. 2017-03-12 12:12:49 +01:00
Thread_FileAnalyzer_Task.cpp Fixed reading duration + some code refactoring. 2017-11-04 21:06:40 +01:00
Thread_FileAnalyzer_Task.h Fixed reading duration + some code refactoring. 2017-11-04 21:06:40 +01:00
Thread_FileAnalyzer.cpp Re-wrote MediaInfo output parsing code. Now using XML-based output. 2017-10-30 22:14:57 +01:00
Thread_FileAnalyzer.h Re-wrote MediaInfo output parsing code. Now using XML-based output. 2017-10-30 22:14:57 +01:00
Thread_Initialization.cpp Some improvements to AAC encoder initialization code. 2017-12-15 21:03:42 +01:00
Thread_Initialization.h Some improvements to AAC encoder initialization code. 2017-12-15 21:03:42 +01:00
Thread_MessageHandler.cpp Switch to using QAtomicInc instead of "volatile" flags in more places. 2017-04-19 23:54:00 +02:00
Thread_MessageHandler.h Switch to using QAtomicInc instead of "volatile" flags in more places. 2017-04-19 23:54:00 +02:00
Thread_MessageProducer.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Thread_MessageProducer.h Bump release year. 2017-03-12 12:12:49 +01:00
Thread_Process.cpp Fixed a regression in output file name generation. 2017-12-08 22:41:14 +01:00
Thread_Process.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Thread_RAMObserver.cpp Bump release year. 2017-03-12 12:12:49 +01:00
Thread_RAMObserver.h Bump release year. 2017-03-12 12:12:49 +01:00
Tool_Abstract.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Tool_Abstract.h Code refactoring. 2017-12-11 20:00:50 +01:00
Tool_WaveProperties.cpp Code refactoring. 2017-12-11 20:00:50 +01:00
Tool_WaveProperties.h Switch to using QAtomicInc for abort flags. 2017-04-18 21:05:28 +02:00
Tools.h Updated refalac binary to v1.64 (2017-05-19), compiled with ICL 18.0 and MSVC 15.5. 2017-12-15 22:45:16 +01:00