OSDN Git Service

Added an "advanced" option to apply the original file's "creation" and "last modified...
[lamexp/LameXP.git] / src / Dialog_Processing.cpp
2011-08-07 lordmulderDownmix filter will now check if the input already...
2011-08-06 lordmulderRefactored code to insert the Downmix filter in process...
2011-08-06 lordmulderApply "Force Stereo Downmix" only for sources with...
2011-08-05 lordmulderAdded an option option to enforce Stereo Downmix.
2011-08-04 lordmulderAdded an option to rename the output files (based on...
2011-06-13 lordmulderDon't display more than 50 table items in the processin...
2011-06-02 lordmulderCreate proper .m3u8 playlist with UTF-8 BOM, if the...
2011-05-09 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-05-06 lordmulderAdded more options for Aften to the "Advanced Options...
2011-05-05 lordmulderImplemented encoding mode and bitrate selection for...
2011-05-03 lordmulderInitial ATSC A/52 (aka "AC-3", aka "Dolby Digital"...
2011-04-11 lordmulderClean up #include directives: Don't include 'Windows...
2011-03-28 lordmulderUpdated version info: v4.01 RC-1.
2011-03-28 lordmulderImplemented a new "disk observer" thread which will...
2011-03-18 lordmulderUse custom Wave files instead of Beep(), as the Beep...
2011-03-18 lordmulderAdded an option to shutdown the computer as soon as...
2011-02-28 lordmulderRefactored a few constants.
2011-02-25 lordmulderAdded an option to select a user-defined TEMP directory.
2011-02-24 lordmulderAdded an option to manually specify the number of paral...
2011-02-21 lordmulderFixed one typo.
2011-02-20 lordmulderInvoke the "resampling" filter only if the target sampl...
2011-02-14 lordmulderProperly map the popup menu position to global coordinates.
2011-02-11 lordmulderAdd option "Brose Output File Location" to context...
2011-02-09 lordmulderAdded support for custom encoder parameters.
2011-02-06 lordmulderRefactor audio file model.
2011-02-06 lordmulderFixed a bug that caused files to fail to convert when...
2011-02-02 lordmulderShow notification in progress window, if multi-threadin...
2011-01-26 lordmulderAdded "Resample" filter, based on SoX. Used for encoder...
2011-01-25 lordmulderAdded a normalization filter, based on SoX.
2011-01-23 lordmulderMake sampling rate option work with Vorbis encoder.
2011-01-23 lordmulderActually make the Nero AAC Profile/2-Pass options work...
2011-01-21 lordmulderAdded support for bitrate management to LAME and OggEnc...
2011-01-21 lordmulderInitial support for advanced options. Only "LAME Algori...
2011-01-14 lordmulderMake 5 more strings translatable.
2011-01-13 lordmulderFix to more typos.
2011-01-02 lordmuldermake more strings translatable + try to load a default...
2011-01-01 lordmulderMake more strings translatable.
2011-01-01 lordmulderHappy new year!
2010-12-22 lordmulderFix context menu in progress dialog.
2010-12-18 lordmulderImplement filter framework + currently only the "downmi...
2010-12-17 lordmulderSupport for Wave (PCM) output.
2010-12-14 lordmulderFLAC encoding support.
2010-12-14 lordmulderAdded an option to prepend the source file's relative...
2010-12-12 lordmulderWMA decoding support. Limitations in the WMA decoder...
2010-12-10 lordmulderAdded a system tray icon.
2010-12-10 lordmulderAdd items to the playlist in the order the jobs are...
2010-12-05 lordmulderAdded support for Windows 7 taskbar features (progress...
2010-12-03 lordmulderAdded AAC encoding support.
2010-12-02 lordmulderAAC decoding support added.
2010-11-29 lordmulderImplement update reminder + added options to disable...
2010-11-25 lordmulderOgg Vorbis encoding support.
2010-11-25 lordmulderAddded context menu to "source file" view + make the...
2010-11-25 lordmulderAdd more SFX for the user's pleasure.
2010-11-25 lordmulderDon't try to encode from source files that aren't suppo...
2010-11-25 lordmulderDetect the entry points for some of the Win32 API funct...
2010-11-24 lordmulderImplement support for Job Objects + improve log view.
2010-11-22 lordmulderImplemented logging and added a log file view.
2010-11-21 lordmulderMake "Save output files to the same location where...
2010-11-20 lordmulderCreate playlist file + serialize filename generation...
2010-11-20 lordmulderCorrectly forward meta info to MP3 encoder and apply.
2010-11-20 lordmulderActually use selected encoder in progress dialog +...
2010-11-19 lordmulderImplement multi-theaded processing in progress dialog.
2010-11-18 lordmulderMore detailed error output when process failed to creat...
2010-11-17 lordmulderImplement processing thread and connect to processing...
2010-11-17 lordmulderImplemented processing dialog, no functionality yet.