summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Some fixes and tidyup of the new logging code.sr552016-03-212-4/+4
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-217-64/+509
* WinGui: Fixes to the refactored Audio Defaults View. Settings were not gettin...sr552016-02-071-1/+1
* App Services Tidyup ContdScott2015-09-2636-5669/+0
* WinGui: Starting work on more API cleanup in ApplicationServices library.Scott2015-09-181-1/+15
* WinGui: Initial Implementation of the json preset export code.sr552015-07-055-1/+72
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-261-2/+2
* WinGui: Initial implementation of quality based encoding option. Please note,...sr552015-06-204-67/+373
* WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHBsr552015-06-202-110/+134
* WinGui: Adding new dropdown to the Configure Audio Options. The new "Track Se...sr552015-05-262-3/+9
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-033-258/+256
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-033-246/+258
* WinGui: sr552015-05-031-0/+1
* WinGui: Restore the "No Titles Found" dialog from previous versions of HandBr...sr552015-04-201-1/+1
* WinGui: Misc UI fixes and fixes to the logging code for scanning that could s...sr552015-04-181-5/+13
* WinGui: Misc IScan API tweaks.sr552015-04-125-44/+39
* WinGui: Some further refactoring of the services library. Moving all the queu...sr552015-04-123-42/+29
* WinGui: Add a basic outline of a logging system to allow logging of the JSON ...sr552015-04-104-0/+165
* WinGui: Fix the copy mask list.sr552015-04-071-9/+9
* WinGui: Updates to the latest JSON API. This enables hardware decode / encode...sr552015-04-051-26/+37
* WinGui: Adding Subtitle Burn-in Behaviour Support.sr552015-04-041-3/+3
* WinGui: Rename some of the models in the JSON encode folder.sr552015-04-011-19/+16
* WinGui: Refactor the JSON scan model names to be a bit clearer.sr552015-04-011-4/+4
* WinGui: Some initial re-modelling in the JSON folder. Created a "Shared" fold...sr552015-04-011-0/+1
* WinGui: Enable the Auto Passthru behaviours though the JSON api copymasksr552015-04-011-9/+14
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ...sr552015-03-292-86/+33
* WinGui: Remove the Caliburn Micro / Castle dependency in The services library...sr552015-03-144-6/+3
* WinGui: Fix the Encoder Tune option. sr552015-03-091-1/+4
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-074-233/+60
* WinGui: Stripping out a lot of legacy abstraction code for the scan service.sr552015-03-063-41/+50
* WinGui: Restore the preview functionality after refactoring. sr552015-03-061-1/+2
* WinGui: Moving some more namespaces. sr552015-03-052-2/+1
* WinGui: Remove the EncodeJob model. This removes another abstraction layer th...sr552015-03-054-10/+561
* WinGui: Dropping more legacy code and moving some more UI only code up to the...sr552015-03-011-46/+0
* WinGui: Moving the Queue Code out to the UI level. The services library will ...sr552015-03-014-1178/+0
* WinGui: Removing the Isolation code as it's not used, and planned for libhb i...sr552015-03-013-21/+3
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-286-15/+15
* WinGui: Extend the scope of libhb encode exception handling to get a better i...sr552015-02-211-20/+20
* WinGui: Some improvements to Exception Handling, Debug information etc in the...sr552015-02-073-46/+51
* WinGui: Remove a bunch of CLI handling code.sr552015-01-315-385/+25
* WinGui: sr552015-01-273-14/+23
* WinGui: Strip out some unused code.sr552015-01-272-3/+7
* WinGui: Fix a object reference issue with the ScannedSource in the QueueTask ...sr552015-01-251-1/+1
* WinGui: Add XmlIgnore attribute to the Titles collection of the ScannedSource...sr552015-01-251-0/+2
* WinGui: Handle the Logging events a bit better. This will stop some of the cr...sr552015-01-242-13/+10
* WinGui: Fix tune options on the video tab for x265. Hide the Level option sin...sr552015-01-231-0/+4
* WinGui: Some minor tidy up for the last checkin.sr552015-01-221-0/+5
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-229-72/+709
* WinGui: Improve the preset load failure error message. Remove some duplicate ...sr552015-01-202-24/+11
* WinGui: Quick Fix for the batch encoding with libhb mode.sr552015-01-193-4/+8