]> granicus.if.org Git - handbrake/commit
WinGui: Initial Implementation of the json preset export code.
authorsr55 <sr55.hb@outlook.com>
Sun, 5 Jul 2015 12:12:01 +0000 (12:12 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 5 Jul 2015 12:12:01 +0000 (12:12 +0000)
commite32a4681e63cfb7842488842047da1b8f14c72c5
tree54314f5debe1d73237d31b24d1e23609c436f946
parent32363c86e5b1847289d9cc0dc741a5f536176225
WinGui: Initial Implementation of the json preset export code.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7347 b64f7644-9d1e-0410-96f1-a4d463321fa5
24 files changed:
win/CS/HandBrake.ApplicationServices/Interop/HandBrakePresetService.cs
win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Anamorphic.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Deinterlace.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Denoise.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Detelecine.cs
win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/AllowedPassthru.cs
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/DenoisePreset.cs
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/DenoiseTune.cs
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/FramerateMode.cs
win/CS/HandBrake.ApplicationServices/Services/Encode/Model/Models/OutputFormat.cs
win/CS/HandBrake10.sln.DotSettings
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourModes.cs
win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBehaviourModes.cs
win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBurnInBehaviourModes.cs
win/CS/HandBrakeWPF/Services/Presets/Factories/JsonPresetFactory.cs
win/CS/HandBrakeWPF/Services/Presets/Factories/PlistFactory.cs [deleted file]
win/CS/HandBrakeWPF/Services/Presets/Interfaces/IPresetService.cs
win/CS/HandBrakeWPF/Services/Presets/Model/Preset.cs
win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs