OSDN Git Service

Bump x264 minimum required version to API-#163 (r3049).
[x264-launcher/x264-launcher.git] / src / encoder_x264.cpp
2021-05-30 lordmulderBump x264 minimum required version to API-#163 (r3049).
2020-11-18 lordmulderBump x264 minimum required version to API-#161 (r3020).
2020-04-17 lordmulderBump x264 minimum required version to API-#160 (r2999).
2020-01-03 lordmulderHappy new year 2020!
2020-01-02 lordmulderBump x264 minimum required version to API-#159 (r2991).
2019-07-22 lordmulderBump x264 minimum required version to API-#158 (r2982).
2019-05-02 lordmulderBump x264 minimum required version to API-#157 (r2945).
2019-05-02 lordmulderUpdated copyright year.
2018-08-11 lordmulderBump x264 version to API-#157 (r2917).
2018-02-26 lordmulderBump x264 version + added support for x264 multi-bitdep...
2017-07-15 lordmulderUpdated x264 binaries to r2851. v2.84
2017-06-11 lordmulderBump x265 version.
2017-05-26 lordmulderBump x264 version.
2017-01-07 lordmulderFixed parsing of source properties for new Avs2YUV... v2.78
2017-01-07 lordmulderHappy new year 2017!
2016-12-13 lordmulderUpdated x264 and x265 versions.
2016-10-21 lordmulderClean up version detection code.
2016-09-25 lordmulderBump x264 version. v2.75
2016-07-03 lordmulderBump x264 version.
2016-05-24 lordmulderFixed CQ and CRF mode being mixed up.
2016-05-08 lordmulderFixed help screen for NVEncC.
2016-05-08 lordmulderImplemented ClipInfo class + various fixes.
2016-05-08 lordmulderUpdated AddJob dialog for the recent AbstractEncoderInf...
2016-05-08 lordmulderSome re-design of AbstractEncoderInfo to allow more...
2016-05-07 lordmulderAdded preliminary NVEncC encoding support.
2016-04-14 lordmulderBump x264 version.
2016-01-24 lordmulderBump x264 and x265 versions. v2.65
2016-01-01 lordmulderHappy new year 2016!
2015-08-02 lordmulderCorrectly handle the case when Preset and/or Tune is...
2015-08-02 lordmulderMore code refactoring: Got rid of the "binaries" class...
2015-08-02 lordmulderRefactored code to better manage the encoder binary...
2015-03-14 lordmulderUpdated Changelog.
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...