OSDN Git Service

Updated build script.
[x264-launcher/x264-launcher.git] / src / thread_encode.h
2023-06-18 lordmulderUpdated copyright year.
2022-06-16 lordmulderUpdated copyright year. v3.02
2021-12-07 lordmulderUpdated copyright year.
2020-01-03 lordmulderHappy new year 2020!
2019-05-10 lordmulderRefactored "common" thread code into a separate base...
2019-05-02 lordmulderUpdated copyright year.
2018-02-26 lordmulderUpdated copyright year.
2017-01-07 lordmulderHappy new year 2017!
2016-12-14 lordmulderImproved logging code. Each log line now has a timestamp.
2016-01-01 lordmulderHappy new year 2016!
2015-01-31 lordmulderHappy new year 2015 !!!
2014-04-20 lordmulderImproved detected of source file type + EncoderInfo...
2014-04-18 lordmulderImplemented initial queue saving/loading support.
2014-02-25 lordmulderImplemented VSPipe version detection + various fixes.
2014-02-24 lordmulderRefactored source types (Avisynth, VapourSynth, etc...
2014-02-24 lordmulderRefactored runEncodingPass() into AbstractEncoder class...
2014-02-24 lordmulderRefactored encoder version detection into encoder-speci...
2014-02-22 lordmulderSome refactoring to allow supporting multiple encoders...
2014-02-14 lordmulderFixed the EncodeThread class to work with the recent...
2014-02-13 lordmulderRefactored SysinfoModel and PreferencesModel. Also...
2014-01-27 lordmulderHappy new year 2014!
2013-11-03 lordmulderMassive clean up: Removed Win32 API dependency from...
2013-08-28 lordmulderRemoved Unicode path to ANSI (short) path conversion...
2013-08-04 lordmulderMuch improved VapourSynth detection + added option...
2013-08-02 lordmulderImplemented VaporSynth input support.
2013-07-07 lordmulderAdded CLI option to skip the x264 version test.
2013-07-03 lordmulderSome more refactoring.
2013-07-03 lordmulderCode refactoring: Now "Preferences" and "Recently"...
2013-06-16 lordmulderAdded option to set the process priority of the encoder...
2013-05-11 lordmulderFixed a small bug: When adding multiple files and enabl...
2012-03-25 lordmulderAdded option to choose between 8-Bit and 10-Bit encodin...
2012-02-27 lordmulderImproved file size estimation.
2012-02-23 lordmulderShow an estimate(!) of the final size during the encode.
2012-02-14 lordmulderAdded some more information about audio encoding to...
2012-02-11 lordmulderImproved deadlock handling. We will now throw a warning...
2012-02-06 lordmulderImproved custom parameter checking some more + properly...
2012-02-05 lordmulderAdded workarounds for the unfortunate lack of Unicode...
2012-02-05 lordmulderAdded option to use 64-Bit Avisynth/Avs2YUV.
2012-02-04 lordmulderAdded option to shutdown the computer when all jobs...
2012-02-02 lordmulderAdded option to delete jobs from the list + also added...
2012-02-02 lordmulderImproved x264 version detection.
2012-02-02 lordmulderAdded "Pause" support.
2012-01-31 lordmulderCheck the Avs2YUV version + improve custom parameters...
2012-01-31 lordmulderGot rid of 'pipebuf.exe' tool. Will now use two QProces...
2012-01-30 lordmulderImplemented support for using 32-Bit Avisynth with...
2012-01-30 lordmulderCheck x264 version + added simple build script.
2012-01-30 lordmulderImplemented 2-Pass support + various fixes.
2012-01-29 lordmulderImplemented rudimental encoding support.
2012-01-29 lordmulderAdded options Model.
2012-01-29 lordmulderMake "Add Job" dialog work + added some useful web...
2012-01-28 lordmulderImproved queue support + some GUI redesign.
2012-01-28 Git UserShow progress and progress details in main window!
2012-01-28 Git UserAdded log file support.
2012-01-28 Git UserAdded progress model and processing thread classes.