]> granicus.if.org Git - handbrake/commit
WinGui: Initial work to refactor the queue infrastructure to use the same JSON format...
authorsr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2018 13:17:17 +0000 (14:17 +0100)
committersr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2018 13:17:17 +0000 (14:17 +0100)
commit80fa15a3901017253e35bb2df064133258edcd2a
treeeb1d63cc3441bb9c7b94ad464011689b9c21c520
parent325cb484bfeccb2fa371c7af010c4eb4839c5f37
WinGui: Initial work to refactor the queue infrastructure to use the same JSON format as the CLI + extensions.
12 files changed:
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Services/Encode/Factories/EncodeTaskFactory.cs [moved from win/CS/HandBrakeWPF/Services/Encode/Factories/EncodeFactory.cs with 96% similarity]
win/CS/HandBrakeWPF/Services/Encode/Factories/EncodeTaskImportFactory.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Services/Encode/Factories/QueueFactory.cs
win/CS/HandBrakeWPF/Services/Encode/LibEncode.cs
win/CS/HandBrakeWPF/Services/Encode/Model/Models/PointToPointMode.cs
win/CS/HandBrakeWPF/Services/Queue/Interfaces/IQueueProcessor.cs
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
win/CS/HandBrakeWPF/Services/Scan/Model/Audio.cs
win/CS/HandBrakeWPF/Services/Scan/Model/Subtitle.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs