WinGui:
authorsr55 <sr55.hb@outlook.com>
Sat, 10 Jan 2015 18:14:11 +0000 (18:14 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 10 Jan 2015 18:14:11 +0000 (18:14 +0000)
commit2d7ab4d15eb9ea450787831445cbf79d5192d18c
treedbc3547f778aecfd0ee35cd065d54971260f92a5
parent0c5b67ec4b331028bac27c6761ae371dc75391b2
WinGui:
- Fix the DRC call
- Adding a HandBrake instance manager for scanning to make calls into the libhb  helper methods easier.
- Remove codecparam from the audio models

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6724 b64f7644-9d1e-0410-96f1-a4d463321fa5
13 files changed:
win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeEncoderHelpers.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstanceManager.cs [new file with mode: 0644]
win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/HbFunctions.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Json/Factories/ScanFactory.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Json/Scan/AudioList.cs
win/CS/HandBrake.Interop/HandBrakeInterop/Model/Scan/AudioTrack.cs
win/CS/HandBrake10.sln.DotSettings
win/CS/HandBrakeWPF/Commands/ProcessShortcutCommand.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Views/ShellView.xaml.cs