OSDN Git Service

Bump x265 version.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
2016-04-19 lordmulderBump x265 version.
2016-04-14 lordmulderBump x265 version.
2016-04-09 lordmulderBump version. v2.68
2016-03-17 lordmulderBump version. v2.67
2016-02-06 lordmulderUpdated x265 to v1.9.
2016-01-24 lordmulderBump x264 and x265 versions. v2.65
2016-01-02 lordmulderBump version.
2016-01-01 lordmulderHappy new year 2016!
2015-12-19 lordmulderUpdated x265 version.
2015-11-18 lordmulderMake "custom" Avs2YUV parameters work again.
2015-10-12 lordmulderBump x265 version + updated HISTORY file.
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-04-26 lordmulderBump x265 version.
2015-04-17 lordmulderBump x265 version.
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.
2014-11-19 lordmulderAdded new x265 tuning options (PSNR and Grain).
2014-11-02 lordmulderBump x265 version to 1.4.
2014-08-13 lordmulderEnabled 2-Pass encoding support for x265.
2014-08-13 lordmulderBump program version + updated minimum encoder versions.
2014-06-04 lordmulderBump x265 encoder version. v2.40
2014-05-14 lordmulderMade the file size estimation less jumpy: Before the...
2014-05-10 lordmulderBump x265 encoder version. v2.39
2014-05-05 lordmulderSome improvements to version number handling.
2014-05-05 lordmulderFixed detection of x265 core version 1.0 and higher...
2014-05-01 lordmulderUpdated encoder versions. v2.38
2014-04-21 lordmulderSimplified file verification code quite a bit.
2014-04-20 lordmulderMake it possible to move jobs up/down the in the queue...
2014-04-20 lordmulderImproved detected of source file type + EncoderInfo...
2014-04-16 lordmulderUpdated x265 version number.
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...