LameXP/src
2012-01-01 21:31:48 +01:00
..
Config.h Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Decoder_AAC.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_AAC.h Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_Abstract.cpp Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_Abstract.h Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_AC3.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_AC3.h Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_ADPCM.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_ADPCM.h Added support for Microsoft ADPCM, Apple/SGI AIFF and Sun/NeXT Au files. 2011-01-09 22:36:52 +01:00
Decoder_ALAC.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_ALAC.h Added support for Apple Lossless Audio Codec input. 2011-01-21 00:10:51 +01:00
Decoder_Avisynth.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_Avisynth.h Added support for Avisynth input (audio only!) using the 'avs2wav' tool. This is a stripped-down and cleaned-up version of the tool by Jory Stone <jcsston@toughguy.net>. 2011-05-19 23:07:46 +02:00
Decoder_FLAC.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_FLAC.h Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_MAC.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_MAC.h Added support for Monkey's Audio input. 2011-01-16 22:00:49 +01:00
Decoder_MP3.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_MP3.h Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_Musepack.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_Musepack.h Added support for Musepack input. 2011-01-29 22:50:37 +01:00
Decoder_Shorten.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_Shorten.h Added support for Shorten input. 2011-01-30 01:45:34 +01:00
Decoder_Speex.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_Speex.h Added support for Speex input. 2011-02-01 22:15:57 +01:00
Decoder_TTA.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_TTA.h Added support for The True Audio input. 2011-01-18 22:07:30 +01:00
Decoder_Vorbis.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_Vorbis.h Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_Wave.cpp Added 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift Sound. 2011-07-26 22:17:14 +02:00
Decoder_Wave.h Happy new year! 2011-01-01 17:04:25 +01:00
Decoder_WavPack.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_WavPack.h Added support for WavPack input. 2011-01-17 20:52:54 +01:00
Decoder_WMA.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Decoder_WMA.h Added 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift Sound. 2011-07-26 22:17:14 +02:00
Dialog_About.cpp Some refactoring of the icon initialization code. 2011-12-26 21:02:55 +01:00
Dialog_About.h Fix bounds checking for "dropbox" and "moving disque" if the origin of the work-area is different from (0,0). 2011-05-01 00:42:34 +02:00
Dialog_CueImport.cpp Added UTF-16 (LE and BE) support to Playlist and Cue Sheet import. 2011-12-13 23:33:21 +01:00
Dialog_CueImport.h Added a button for loading a different Cue Sheet to the Cue Sheet importer dialog. 2011-09-29 17:36:38 +02:00
Dialog_DropBox.cpp Use qMin() and qMax() instead of min() and max() macros. Also use qBound() where appropriate. 2011-11-08 15:12:31 +01:00
Dialog_DropBox.h Implemented a custom function to blink a window. On Windows XP the native FlashWindowEx() function doesn't work with caption-less windows. 2011-05-03 20:17:33 +02:00
Dialog_LogView.cpp Clean up #include directives: Don't include 'Windows.h' directly, as it's included from 'Global.h' header file. 2011-04-11 21:55:34 +02:00
Dialog_LogView.h Happy new year! 2011-01-01 17:04:25 +01:00
Dialog_MainWindow.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Dialog_MainWindow.h Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Dialog_MetaInfo.cpp Artwork can now be changed by double-click. 2011-12-18 15:19:28 +01:00
Dialog_MetaInfo.h Artwork can now be changed by double-click. 2011-12-18 15:19:28 +01:00
Dialog_Processing.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Dialog_Processing.h Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Dialog_SplashScreen.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Dialog_SplashScreen.h Implemented a more correct way to initialize the ITaskbarList3 interface. We now actually wait for the "TaskbarButtonCreated" message. 2011-11-07 17:13:41 +01:00
Dialog_Update.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Dialog_Update.h Account for the fact that some web-sites send "HTTP 200 OK" successfully, but then time-out on the way to send their payload. In this case we will now give 1/2 connection point. 2011-12-02 20:05:23 +01:00
Dialog_WorkingBanner.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Dialog_WorkingBanner.h Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Encoder_AAC_FHG.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Encoder_AAC_FHG.h Added experimental(!) support for FhgAacEnc. Replaces the Nero AAC encoder, if available. 2011-08-19 15:27:58 +02:00
Encoder_AAC_QAAC.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Encoder_AAC_QAAC.h Adjusted QAAC detection for shared 'libsoxrate' library. 2011-11-22 23:48:54 +01:00
Encoder_AAC.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Encoder_AAC.h Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Encoder_Abstract.cpp Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number. 2011-12-23 00:43:11 +01:00
Encoder_Abstract.h Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number. 2011-12-23 00:43:11 +01:00
Encoder_AC3.cpp Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Encoder_AC3.h Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Encoder_DCA.cpp Updated x64 binaries with latest MPress version. Also removed Windows 8 workaround. 2011-12-30 20:21:25 +01:00
Encoder_DCA.h Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number. 2011-12-23 00:43:11 +01:00
Encoder_FLAC.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Encoder_FLAC.h Happy new year! 2011-01-01 17:04:25 +01:00
Encoder_MP3.cpp Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number. 2011-12-23 00:43:11 +01:00
Encoder_MP3.h Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number. 2011-12-23 00:43:11 +01:00
Encoder_Vorbis.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Encoder_Vorbis.h Rewrote initialization code: Instead of extracting all binaries at startup and later selecting the suitable binary for the detected CPU, we will now extract only the binaries that are suitable for the detected CPU. This way we need to extract fewer files at startup. Also CPU selection can be skipped later, as there will be only one registered binary for each tool (the one suitable for the CPU). 2011-04-11 02:53:29 +02:00
Encoder_Wave.cpp Use qMin() and qMax() instead of min() and max() macros. Also use qBound() where appropriate. 2011-11-08 15:12:31 +01:00
Encoder_Wave.h Happy new year! 2011-01-01 17:04:25 +01:00
Filter_Abstract.cpp Happy new year! 2011-01-01 17:04:25 +01:00
Filter_Abstract.h Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_Downmix.cpp Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_Downmix.h Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_Normalize.cpp Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_Normalize.h Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_Resample.cpp Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_Resample.h Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_ToneAdjust.cpp Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Filter_ToneAdjust.h Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Genres.cpp Happy new year! 2011-01-01 17:04:25 +01:00
Genres.h Happy new year! 2011-01-01 17:04:25 +01:00
Global.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Global.h Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
LockedFile.cpp Updated web-site URL + more tweaks to hash algorithm. 2011-07-06 23:30:43 +02:00
LockedFile.h Happy new year! 2011-01-01 17:04:25 +01:00
Main.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Model_Artwork.cpp Added support for adding, editing and clearing cover artwork by the user. 2011-03-22 17:33:03 +01:00
Model_Artwork.h Added support for adding, editing and clearing cover artwork by the user. 2011-03-22 17:33:03 +01:00
Model_AudioFile.cpp Detect and show audio bitrate + added an option to copy a file's meta info to the 'meta info' tab + do not jump to first tab on minimize/restore. 2011-05-31 19:04:45 +02:00
Model_AudioFile.h Detect and show audio bitrate + added an option to copy a file's meta info to the 'meta info' tab + do not jump to first tab on minimize/restore. 2011-05-31 19:04:45 +02:00
Model_CueSheet.cpp Added UTF-16 (LE and BE) support to Playlist and Cue Sheet import. 2011-12-13 23:33:21 +01:00
Model_CueSheet.h If the Cue Sheet isn't clearly UTF-8 (i.e. a BOM is found), then let the user select the desired Codepage. 2011-12-10 17:06:31 +01:00
Model_FileList.cpp Updated web-update tool, again. 2011-01-25 00:52:00 +01:00
Model_FileList.h Happy new year! 2011-01-01 17:04:25 +01:00
Model_FileSystem.cpp Show custom icons for some "known" folders. 2011-06-05 14:52:45 +02:00
Model_FileSystem.h Implemented as custom QFileIconProvider class, which (hopefully) is a bit faster than the original one. 2011-06-04 19:15:32 +02:00
Model_MetaInfo.cpp Detect and show audio bitrate + added an option to copy a file's meta info to the 'meta info' tab + do not jump to first tab on minimize/restore. 2011-05-31 19:04:45 +02:00
Model_MetaInfo.h Detect and show audio bitrate + added an option to copy a file's meta info to the 'meta info' tab + do not jump to first tab on minimize/restore. 2011-05-31 19:04:45 +02:00
Model_Progress.cpp Print the total duration when the process is completed. 2011-11-28 00:35:43 +01:00
Model_Progress.h Print the total duration when the process is completed. 2011-11-28 00:35:43 +01:00
Model_Settings.cpp Improved detection of default language: Each language file can now have a country id in addition to the language id. This is required, because some languages (e.g. Chinese) have country-specific variants. 2011-12-19 17:26:20 +01:00
Model_Settings.h Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>. 2011-12-22 21:53:25 +01:00
PlaylistImporter.cpp Added UTF-16 (LE and BE) support to Playlist and Cue Sheet import. 2011-12-13 23:33:21 +01:00
PlaylistImporter.h Added support for Speex input. 2011-02-01 22:15:57 +01:00
Registry_Decoder.cpp Added support for Avisynth input (audio only!) using the 'avs2wav' tool. This is a stripped-down and cleaned-up version of the tool by Jory Stone <jcsston@toughguy.net>. 2011-05-19 23:07:46 +02:00
Registry_Decoder.h make more strings translatable + try to load a default translation that suits the user's system language 2011-01-02 01:09:05 +01:00
Resource.h Added "Ignore" button to message box. 2011-12-18 18:19:14 +01:00
ShellIntegration.cpp Use QtConcurrent::run() in ShellIntegration class instead of manually managing the thread. ShellIntegration is now completely static and must not be instantiated. 2011-07-15 13:44:32 +02:00
ShellIntegration.h Use QtConcurrent::run() in ShellIntegration class instead of manually managing the thread. ShellIntegration is now completely static and must not be instantiated. 2011-07-15 13:44:32 +02:00
Targetver.h Fixed compilation in Visual Studio 2008. 2011-06-21 22:07:22 +02:00
Thread_CPUObserver.cpp Make the CPU usage indicator work on Windows 2000. 2011-12-24 04:20:23 +01:00
Thread_CPUObserver.h Now using a QSemaphore to make the observer threads sleep. This allows waking up the threads immediately *without* having to poll the 'terminated' flag at short intervals. 2011-11-25 01:01:30 +01:00
Thread_CueSplitter.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Thread_CueSplitter.h Increase process timeout interval to 180 seconds. Should avoid Timeout errors on "very slow" systems, although I think 30 seconds should be sufficient (so the actual problem might be something else). 2011-06-14 13:06:27 +02:00
Thread_DiskObserver.cpp Print the total duration when the process is completed. 2011-11-28 00:35:43 +01:00
Thread_DiskObserver.h Print the total duration when the process is completed. 2011-11-28 00:35:43 +01:00
Thread_FileAnalyzer.cpp Make sure that the extracted "cover art" image file is valid. 2011-11-19 14:06:39 +01:00
Thread_FileAnalyzer.h Make the FileAnalyzer remember the recently analyzed files. This way the audio files won't be MediaInfo'ed twice, when adding a folder that contains audio files *and* a playlist references these audio files. 2011-09-06 00:51:00 +02:00
Thread_Initialization.cpp Updated x64 binaries with latest MPress version. Also removed Windows 8 workaround. 2011-12-30 20:21:25 +01:00
Thread_Initialization.h Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end. 2011-11-21 01:22:41 +01:00
Thread_MessageHandler.cpp Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Thread_MessageHandler.h Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
Thread_MessageProducer.cpp Added two new command-line switches: "--add-folder <path>" to add a single folder and "--add-recursive <path>" to add a folder recursively. 2011-06-11 17:18:30 +02:00
Thread_MessageProducer.h Happy new year! 2011-01-01 17:04:25 +01:00
Thread_Process.cpp Fixed AC-3 encoding with sources that have more than 6 channels. 2012-01-01 21:31:48 +01:00
Thread_Process.h Improved the resample filter. It will now also handle the adjustment of the bit-depth. 2011-12-22 18:36:41 +01:00
Thread_RAMObserver.cpp Now using a QSemaphore to make the observer threads sleep. This allows waking up the threads immediately *without* having to poll the 'terminated' flag at short intervals. 2011-11-25 01:01:30 +01:00
Thread_RAMObserver.h Now using a QSemaphore to make the observer threads sleep. This allows waking up the threads immediately *without* having to poll the 'terminated' flag at short intervals. 2011-11-25 01:01:30 +01:00
Tool_Abstract.cpp Setup TMP and TEMP environment variables for *all* tools. Also add "$EXEDIR\QTfiles" to the PATH for QAAC. 2011-11-22 12:43:32 +01:00
Tool_Abstract.h Further increased timeout delay to 10 Minutes. It seems FAAD sometimes stops sending status updates :-/ 2011-07-26 22:23:32 +02:00
Tool_WaveProperties.cpp Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Tool_WaveProperties.h Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand. 2011-12-22 00:06:34 +01:00
Tools.h Updated x64 binaries with latest MPress version. Also removed Windows 8 workaround. 2011-12-30 20:21:25 +01:00
WinSevenTaskbar.cpp Fixed compilation *without* latest platform SDK. 2011-11-07 17:29:07 +01:00
WinSevenTaskbar.h Implemented a more correct way to initialize the ITaskbarList3 interface. We now actually wait for the "TaskbarButtonCreated" message. 2011-11-07 17:13:41 +01:00