]> granicus.if.org Git - handbrake/commit
WinGui: Initial Work to wire up Encode Process Isolation.
authorsr55 <sr55.hb@outlook.com>
Wed, 22 Aug 2012 20:11:18 +0000 (20:11 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 22 Aug 2012 20:11:18 +0000 (20:11 +0000)
commitcbe5f09e69c95df3be3b38de06c2b7bd6b5bd949
tree298b9b143b38433e16854089f6afe9d5d59cbe7e
parentd363a3f1c5f19df252ba1ac118c7bb3bf2bf4e7c
WinGui: Initial Work to wire up Encode Process Isolation.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4914 b64f7644-9d1e-0410-96f1-a4d463321fa5
18 files changed:
win/CS/HandBrake.ApplicationServices/EventArgs/EncodeCompletedEventArgs.cs
win/CS/HandBrake.ApplicationServices/EventArgs/EncodeProgressEventArgs.cs
win/CS/HandBrake.ApplicationServices/Services/Base/EncodeBase.cs
win/CS/HandBrake.ApplicationServices/Services/Encode.cs
win/CS/HandBrake.ApplicationServices/Services/Interfaces/IHbServiceCallback.cs
win/CS/HandBrake.ApplicationServices/Services/Interfaces/IQueueProcessor.cs
win/CS/HandBrake.ApplicationServices/Services/Interfaces/IServerService.cs
win/CS/HandBrake.ApplicationServices/Services/LibEncode.cs
win/CS/HandBrake.ApplicationServices/Services/QueueProcessor.cs
win/CS/HandBrake.ApplicationServices/Services/ServerService.cs
win/CS/HandBrake.ApplicationServices/Utilities/QueryGeneratorUtility.cs
win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/Isolation/BackgroundServiceConnector.cs
win/CS/HandBrakeWPF/Isolation/Interfaces/IIsolatedEncodeService.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Isolation/IsolatedEncodeService.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/Isolation/IsolatedScanService.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs