OSDN Git Service

Refactored code to better manage the encoder binary paths: They are now handled by...
authorlordmulder <mulder2@gmx.de>
Sun, 2 Aug 2015 17:16:37 +0000 (19:16 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 2 Aug 2015 17:16:37 +0000 (19:16 +0200)
commitd88c4ca5531e6b1f18226180705f591fff6c4000
tree30143e2fe9be9f691905940846b875d009be3635
parent439ec45621d9af80ca7f73b20ef88820f5550c13
Refactored code to better manage the encoder binary paths: They are now handled by the individual EncoderInfo class. Also added 12-Bit x265 encoder binaries.
24 files changed:
README.md
src/binaries.cpp
src/binaries.h
src/encoder_abstract.cpp
src/encoder_abstract.h
src/encoder_x264.cpp
src/encoder_x264.h
src/encoder_x265.cpp
src/encoder_x265.h
src/model_options.cpp
src/model_options.h
src/source_avisynth.cpp
src/source_avisynth.h
src/source_vapoursynth.cpp
src/source_vapoursynth.h
src/thread_binaries.cpp
src/thread_binaries.h
src/tool_abstract.h
src/version.h
src/win_addJob.cpp
src/win_help.cpp
src/win_main.cpp
x264_launcher_MSVC2013.vcxproj
z_build.bat