summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Expand)AuthorAgeFilesLines
* 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
* Interop: Added functions to get the list of keys for filter settings, and the...RandomEngy2016-11-062-0/+44
* WinGui: Fix Anamorphic Mode Autosr552016-11-012-2/+3
* WinGui: Fix Typosr552016-10-301-1/+1
* WinGui: Fix a large number of stylecop warnings.sr552016-10-302-2/+4
* WinGui: Update status bar label text to say "errors or cancellations" to bett...sr552016-10-301-1/+2
* WinGui: Replace Strict Anamorphic with Automatic.sr552016-10-291-3/+3
* Removed tabsRandomEngy2016-07-301-2/+2
* Fixed double-spaced lines when logging multi-line messages from the core.RandomEngy2016-07-302-9/+9
* WinGui: Support VP9 and fix VP8 encoding.sr552016-05-281-2/+6
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-194-320/+2
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...sr552016-04-171-0/+5
* WinGui: Handle null mixdowns properly. Fixes #152sr552016-04-121-1/+5
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...sr552016-04-091-44/+44
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer sh...sr552016-04-094-70/+17
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-262-0/+25
* WinGui: Remove a restriction on the WMI GPU information call. It will now dis...sr552016-03-221-2/+9
* WinGUI: Remove option to enable DXVA decoding. There are too many issues with...sr552016-03-211-5/+0
* 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-2112-76/+538
* WinGui: Fixes for the new filters setup.sr552016-03-111-3/+0
* WinGui: Missing Decomb optionssr552016-03-111-1/+7
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-114-6/+64
* WinGui: Update deinterlace method to Yadif and update presets. Will look int...sr552016-03-092-12/+9
* WinGui: Initial support for dict based filter options.sr552016-03-096-4/+151
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 a...sr552016-02-131-0/+12
* WinGui: Fixes to the refactored Audio Defaults View. Settings were not gettin...sr552016-02-071-1/+1