OSDN Git Service

Replaced the Opus encoder/decoder binary wit custom binaries that support UTF-8 file...
[lamexp/LameXP.git] / src / Thread_Process.cpp
2012-07-21 lordmulderReplaced the Opus encoder/decoder binary wit custom...
2012-06-25 lordmulderUpdated MediaInfo binary to v0.7.58 (2012-05-28), compi...
2012-01-01 lordmulderHappy New Year 2012!
2012-01-01 lordmulderFixed AC-3 encoding with sources that have more than...
2011-12-27 lordmulderPrevent some more dialogs from blocking a quick system...
2011-12-22 lordmulderUpdated dcaenc. Also encoders can now report all suppor...
2011-12-22 lordmulderExperimental support for dcaenc, by Alexander E. Patrak...
2011-12-22 lordmulderImproved the resample filter. It will now also handle...
2011-12-21 lordmulderUpdate file properties after the decoding step by using...
2011-12-21 lordmulderPrepare to support audio encoders that only support...
2011-11-18 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-16 lordmulderImplemented coalescing of progress updates, in order...
2011-08-27 lordmulderRevert: Avoid applying the Downmix filter on Mono/Stere...
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 lordmulderPreview example file name for current rename pattern.
2011-08-05 lordmulderPrevent rename pattern edit box from being translated...
2011-08-04 lordmulderAdded an option to rename the output files (based on...
2011-07-26 lordmulderAdded 'wma2wav' as WMA decoder and removed all support...
2011-05-15 lordmulderFixed a memory leak: Decoder objects were never destroyed!
2011-05-09 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-05-06 lordmulderFix AC-3 encoding with non-standard sampling rates...
2011-03-20 lordmulderInitial support for cover artwork.
2011-02-25 lordmulderAdded an option to select a user-defined TEMP directory.
2011-01-25 lordmulderAdded a normalization filter, based on SoX.
2011-01-02 lordmuldermake more strings translatable + try to load a default...
2011-01-01 lordmulderHappy new year!
2010-12-22 lordmulderImplemented the DropBox widget.
2010-12-21 lordmulderWorkaround to remove temp files, even if they have...
2010-12-18 lordmulderImplement filter framework + currently only the "downmi...
2010-12-14 lordmulderAdded an option to prepend the source file's relative...
2010-12-07 lordmulderImplemented a method to "detect" the user's TEMP folder...
2010-12-01 lordmulderAdded support for dedicated decoders. Only Vorbis and...
2010-11-25 lordmulderOgg Vorbis encoding support.
2010-11-25 lordmulderDon't try to encode from source files that aren't suppo...
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 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...