summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Make the QSV Decoding options clearer.sr552017-12-131-1/+1
* WinGui: Fix ChannelLayout. Int -> Long #1045sr552017-12-091-1/+1
* Did a bit of refactoring and added an .editorconfig file to enforce the "spac...RandomEngy2017-11-203-32/+26
* Some additions for mixdowns and ability encode from JSON string.RandomEngy2017-11-183-4/+53
* WinGui: Updates to handle changes to the JSON API. #964sr552017-11-0611-36/+165
* WinGui: Add basic deinterlace to the static preview. #958sr552017-10-302-3/+6
* WinGui: Change ChannelLayout to Int64 #968sr552017-10-301-1/+1
* WinGui: Tidy up some warnings that you get when you import WinGui presets int...sr552017-09-201-1/+1
* WinGui: Change some json model data types from int to long #851sr552017-09-062-4/+4
* WinGui: Complete the SourceMetadata object.sr552017-08-301-0/+9
* WinGui: Fix an issue that was causing the handles to the scan libhb instance ...sr552017-07-281-6/+3
* WinGui: Simplify the GetPreview code and remove code that was causing the Bi...sr552017-07-201-13/+4
* WinGui: Make the Preset Import system a bit more robust. #808sr552017-07-051-1/+1
* WinGui: Don't enable the Display Width control for Custom Anamorphic when Kee...sr552017-07-041-0/+23
* WinGui: Add a user agent for the HttpRequest on the update checker so we can ...sr552017-06-231-0/+6
* WinGui: Remove OpenCL code that was breaking things.sr552017-06-144-19/+2
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that don'...sr552017-06-142-0/+7
* WinGui: Set Framework version to 4.6.1sr552017-06-142-2/+2
* WinGui: Update the assembly info / version numbers / manifest.sr552017-06-111-1/+1
* WinGui: Support importing preset categories that can be exported from the Mac...sr552017-06-071-0/+5
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ...sr552017-06-071-4/+0
* WinGui: Support for the new sharpen filter.sr552017-06-024-0/+36
* WinGui: Fix an issue with long chapters causing scans to fail to complete. Fi...sr552017-05-022-3/+4
* WinGui: Improved logging around SCANDONE and some additional defensive progra...sr552017-05-022-7/+23
* WinGui: Fix a possible exception when cancelling and rescanning a source that...sr552017-04-161-1/+0
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ind...sr552017-04-153-4/+39
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName a...sr552017-03-176-29/+59
* WinGui: Add support in the UI for QSV 10bit H.265 encoder.sr552017-03-053-4/+25
* WinGui: Fix a number of stylecop warnings.sr552017-02-115-12/+12
* WinGui: Remove old AssemblyInfo Templates.sr552017-02-113-96/+0
* WinGui: Setup the Stylecop rules to be a bit more relaxed.sr552017-02-111-0/+1
* WinGui: Change the following libraries to use NuGet sources.sr552017-02-112-3/+4
* WinGui: Add StyleCop.Analyzers NuGet packagesr552017-02-112-1/+13
* WinGui: Further CProj Cleanupsr552017-02-111-4/+1
* WinGui: Remove Stylecop Classic. (As a side note, HandBrake.ApplicationServic...sr552017-02-112-48/+0
* WinGui: Remove further unneeded references from HandBrake.ApplicationServicessr552017-02-031-7/+0
* WinGui: Change the services library dll imports to be "hb" rather than "hb.dl...sr552017-02-031-92/+92
* WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ...sr552017-02-033-30/+5
* WinGui: Always use iso639 for srt language code rather than name. #541sr552017-01-241-0/+25
* WinGui: Bump version to 1.0.3 for the future release.sr552017-01-221-1/+1
* WinGui: Fix typo in #496sr552017-01-151-1/+1
* WinGui: Use new hb_opencl_set_enable function. #496sr552017-01-153-2/+7
* WinGui: Fix an issue which prevented the GUI from parsing presets with hb_pre...sr552017-01-131-0/+7
* WinGui: Put up a clearer error when we can't read older presets rather than j...sr552017-01-121-3/+6
* WinGui: Set version to 1.0.2sr552017-01-011-1/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-013-3/+3
* WinGui: Bump versions to 1.0.1sr552016-12-271-1/+1
* WinGui: New Setting to allow the QSV decoder to be used with Non QSV encoders...sr552016-12-261-0/+5
* WinGui: Update the VersionUtility class to work for official releases that ar...sr552016-12-182-8/+6
* WinGui: Fix a possible CollecitonModified Exception in the log service.sr552016-11-271-1/+2