OSDN Git Service

Removed a lot of old cruft and use MUtils functions where possible.
[x264-launcher/x264-launcher.git] / src / encoder_x264.cpp
2015-02-02 lordmulderRemoved a lot of old cruft and use MUtils functions...
2015-01-31 lordmulderHappy new year 2015 !!!
2015-01-31 lordmulderUpdated x264 and x265 versions.
2015-01-05 lordmulderSome improvements to x264 version check. In particular...
2014-10-11 lordmulderUpdated x264 version info.
2014-08-13 lordmulderBump program version + updated minimum encoder versions.
2014-05-14 lordmulderMade the file size estimation less jumpy: Before the...
2014-05-05 lordmulderSome improvements to version number handling.
2014-05-01 lordmulderUpdated encoder versions. v2.38
2014-04-20 lordmulderImproved detected of source file type + EncoderInfo...
2014-04-16 lordmulderTunings are now also loaded from the EncoderInfo object...
2014-04-16 lordmulderThe list of supported profiles will now be loaded from...
2014-04-16 lordmulderImproved exception handling.
2014-04-15 lordmulderImproved x264/x265 version check + check supported...
2014-04-11 lordmulderEach encoder now can return an AbstractEncoderInfo...
2014-04-10 lordmulderUpdated encoder versions. v2.34
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 Avisynth version detection as well as detecting...
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...