]> granicus.if.org Git - handbrake/commit
WinGui: x265 UI patch by Zhang Zhigiang.
authorsr55 <sr55.hb@outlook.com>
Sun, 23 Feb 2014 15:43:16 +0000 (15:43 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 23 Feb 2014 15:43:16 +0000 (15:43 +0000)
commit71c53a04fc0d43fee4ee024f854ebc6783234fd2
tree38f3ed0d47fb7dc388999dfdb554334827d45337
parentb29ad15acd51f7fc869f7bac9d77d7540e143740
WinGui: x265 UI patch by Zhang Zhigiang.

This enables support for the x265 encoder from the GUI when paired with a build of HandBrake that has x265 enabled.
Thanks

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6062 b64f7644-9d1e-0410-96f1-a4d463321fa5
20 files changed:
win/CS/HandBrake.ApplicationServices/Factories/PlistPresetFactory.cs
win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
win/CS/HandBrake.ApplicationServices/Model/Encoding/OutputFormat.cs
win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs
win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs
win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs
win/CS/HandBrake.ApplicationServices/Utilities/QueryGeneratorUtility.cs
win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x265/x265Preset.cs [new file with mode: 0644]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x265/x265Profile.cs [new file with mode: 0644]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x265/x265Tune.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Converters/Video/VideoEncoderConverter.cs
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
win/CS/HandBrakeWPF/Views/VideoView.xaml