]> granicus.if.org Git - handbrake/commit
WinGui: Initial work to overhaul the plist import code.
authorsr55 <sr55.hb@outlook.com>
Sat, 27 Oct 2012 19:54:23 +0000 (19:54 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 27 Oct 2012 19:54:23 +0000 (19:54 +0000)
commitecc63f962529a9d85f619097e6658595997e33b3
tree87ad6a8fccb0359855633e7b3311df7aed89de0f
parent8b7552139a158d00391d074d4e37d2e7c79961e2
WinGui: Initial work to overhaul the plist import code.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5039 b64f7644-9d1e-0410-96f1-a4d463321fa5
14 files changed:
win/CS/HandBrake.ApplicationServices/Factories/PlistPresetFactory.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/CS/HandBrake.ApplicationServices/Model/Preset.cs
win/CS/HandBrake.ApplicationServices/Model/PresetPictureSettingsMode.cs
win/CS/HandBrake.ApplicationServices/Utilities/PList.cs [new file with mode: 0644]
win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Anamorphic.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Decomb.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Deinterlace.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Denoise.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Detelecine.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/VideoEncodeRateType.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/Views/MainView.xaml