OSDN Git Service

Make "custom" Avs2YUV parameters work again.
[x264-launcher/x264-launcher.git] / src / encoder_abstract.cpp
2015-11-18 lordmulderMake "custom" Avs2YUV parameters work again.
2015-08-02 lordmulderMore code refactoring: Got rid of the "binaries" class...
2015-08-02 lordmulderRefactored code to better manage the encoder binary...
2015-02-08 lordmulderSome more clean-up + moved some more functions to MUtil...
2015-02-02 lordmulderRemoved a lot of old cruft and use MUtils functions...
2015-01-31 lordmulderHappy new year 2015 !!!
2014-05-14 lordmulderMade the file size estimation less jumpy: Before the...
2014-05-01 lordmulderDon't assume the encoder has crashed when the exit...
2014-04-20 lordmulderMake it possible to move jobs up/down the in the queue...
2014-04-16 lordmulderThe list of supported profiles will now be loaded from...
2014-04-16 lordmulderImproved exception handling.
2014-02-26 lordmulderActually make encoding with x265 work, from y4m sources...
2014-02-26 lordmulderFixed VapourSynth input + some more code re-factoring.
2014-02-25 lordmulderFixed the use of the "m_abort" and "m_pause" flags...
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...