OSDN Git Service

Updated build script.
[x264-launcher/x264-launcher.git] / src / encoder_abstract.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-02 lordmulderUpdated copyright year.
2018-02-26 lordmulderUpdated copyright year.
2017-01-07 lordmulderFixed parsing of source properties for new Avs2YUV... v2.78
2017-01-07 lordmulderHappy new year 2017!
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-01-01 lordmulderHappy new year 2016!
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-01-31 lordmulderHappy new year 2015 !!!
2014-05-14 lordmulderMade the file size estimation less jumpy: Before the...
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-02-25 lordmulderFixed Avisynth version detection as well as detecting...
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...