summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-033-4/+5
* WinGui: Some minor UI Improvements. Including Waiting Queue Count on the "Sho...sr552015-04-221-1/+0
* WinGui: Some further refactoring of the services library. Moving all the queu...sr552015-04-127-9/+246
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ...sr552015-03-291-7/+8
* WinGui: Fixed the temp Property Changed Base Impl.sr552015-03-142-0/+3
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-071-1/+1
* WinGui: Remove the EncodeServiceWrapper sr552015-03-031-266/+0
* WinGui: Dropping more legacy code and moving some more UI only code up to the...sr552015-03-011-1/+0
* WinGui: Moving the Queue Code out to the UI level. The services library will ...sr552015-03-016-13/+802
* WinGui: Removing the Isolation code as it's not used, and planned for libhb i...sr552015-03-012-23/+6
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-283-3/+3
* WinGui: Fix an issue related to the Audio and Subtitle defaults not reloading...sr552015-02-071-0/+51
* WinGui: Remove a bunch of CLI handling code.sr552015-01-311-21/+13
* WinGui: Disable support for HandBrakeCLI in preparation of removing the legac...sr552015-01-301-1/+1
* WinGui: Fix Average bitrate video rate type via the JSON API.sr552015-01-301-2/+2
* WinGui:sr552015-01-251-42/+27
* WinGui: Moving the built-in preset storage over to JSON.sr552015-01-251-30/+39
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-225-70/+60
* WinGui: Improve the preset load failure error message. Remove some duplicate ...sr552015-01-201-29/+56
* WinGui: Combine the Still and Live previews into a single window in the same ...sr552015-01-171-4/+3
* WinGui: Make LibHB a first class citizen for encoding. (Now on by default). U...sr552015-01-111-2/+1
* WinGui: Correcting namespaces.sr552015-01-053-3/+3
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-043-4/+12
* WinGui: Fix the Check for update frequency setting. (Removed daily as an opti...sr552014-12-201-2/+4
* WinGui: Switching the preset format over to JSON and adding a container objec...sr552014-12-122-6/+119
* WinGui: Fix an issue with the width/height not exporting in presets. sr552014-12-121-2/+2
* WinGui: Part 1 - Restructuring the AppServices library in preparation for the...sr552014-11-293-8/+9
* WinGui: Re-factoring the services library. sr552014-11-293-10/+12
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version inform...sr552014-11-281-5/+4
* WinGui: Stop using HandBrakeCLI to fetch preset information. Removing another...sr552014-11-281-38/+21
* WinGui: Move the preset model object into the presets package.sr552014-11-235-4/+155
* WinGui: Move the preset system out of the services package.sr552014-11-234-0/+1437
* WinGui: Change the update checker to use the 64bit appcast when the operating...sr552014-09-051-2/+2
* WinGui: Fix a styling issue on the preview window. Disable libhb encode for...sr552014-08-021-1/+1
* WinGui: Minor tidy up of options. Cleanup of some code warnings and some init...sr552014-05-181-1/+1
* WinGui: Fix up Pausing when using libhb encode.sr552014-05-141-0/+12
* WinGui: Fix an issue with the preview scan count not being set correctly for ...sr552014-03-161-2/+8
* WinGui: cleanup some warnings.sr552014-01-021-1/+1
* WinGui: Remove support for Growl. This library has been causing numerous issu...sr552013-12-071-9/+4
* WinGui: Fix a large number of stylecop warnings. sr552013-11-192-3/+1
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-194-1/+301
* WinGui: Removed the need for the user settings service from IEncode and IScan...sr552013-11-191-4/+7
* WinGui: Started work on API improvements in the Application services dll. Rem...sr552013-11-191-5/+2
* WinGui: Fix up libhb encode feature.sr552013-09-211-2/+28
* WinGui: Remove the scan service wrapper as it's no longer needed.sr552013-09-212-201/+1
* Interop: Few minor updates for QuickSync.sr552013-08-241-3/+1
* WinGui: Additional fixes to libhb logging, libdvdnav option and min duration...sr552013-08-241-2/+5
* WinGui: Fixes around libhb scanning. (Progress % was not shown and the scan l...sr552013-08-241-19/+0
* WinGui: Use LibHB for scanning. CLI is no longer used. It seems to be stable...sr552013-08-221-37/+3
* WinGui: Initial work around around a when done countdown.sr552013-08-211-21/+50