]> granicus.if.org Git - handbrake/commit
WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific preset/tune...
authorsr55 <sr55.hb@outlook.com>
Thu, 22 Jan 2015 16:32:22 +0000 (16:32 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 22 Jan 2015 16:32:22 +0000 (16:32 +0000)
commitacf831a1c78044a01e470102385334d183d1d5b1
treef508c79182ff84f33617dcf826110bd21312adeb
parent1ccc7a6a3caedda77d6e62972129727fb1598f35
WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific preset/tune/profile/level options with generic versions. This will break all existing user presets so the version number for the presets has been bumped. This should trigger the old presets to be archived.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6789 b64f7644-9d1e-0410-96f1-a4d463321fa5
35 files changed:
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Services/Encode/Factories/VideoLevelFactory.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Encode/Factories/VideoPresetFactory.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Encode/Factories/VideoProfileFactory.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Encode/Factories/VideoTuneFactory.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/EncodeTask.cs
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoLevel.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoPreset.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoProfile.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/Video/VideoTune.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs
win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.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/QsvPreset.cs [deleted file]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncoder.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Preset.cs [deleted file]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs [deleted file]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs [deleted file]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x265/x265Preset.cs [deleted file]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x265/x265Profile.cs [deleted file]
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x265/x265Tune.cs [deleted file]
win/CS/HandBrakeWPF/Converters/EnumComboConverter.cs
win/CS/HandBrakeWPF/Converters/Video/EncoderOptionsTooltipConverter.cs
win/CS/HandBrakeWPF/Presets.dat
win/CS/HandBrakeWPF/Services/Presets/Factories/PlistFactory.cs
win/CS/HandBrakeWPF/Services/Presets/Factories/PlistPresetFactory.cs
win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs
win/CS/HandBrakeWPF/Services/Presets/Model/PresetContainer.cs
win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
win/CS/HandBrakeWPF/Startup/CastleBootstrapper.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
win/CS/HandBrakeWPF/Views/VideoView.xaml