summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-05102-7672/+0
* WinGui: Remove Logging abstraction from the Services library. Let the librar...sr552018-05-082-6/+0
* WinGui: Remove the need for ILog on the key Interop API surface.sr552018-05-083-37/+7
* WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. T...sr552018-05-063-30/+30
* Misc. typosluz.paz2018-02-201-1/+1
* WinGui: Fixes to Anamorphic handling on the picture tab and in static preview...sr552018-02-101-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-0610-36/+162
* 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: 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: 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: Support importing preset categories that can be exported from the Mac...sr552017-06-071-0/+5
* WinGui: Support for the new sharpen filter.sr552017-06-023-0/+35
* 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-021-6/+22
* 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-173-24/+21
* WinGui: Add support in the UI for QSV 10bit H.265 encoder.sr552017-03-052-4/+9
* WinGui: Fix a number of stylecop warnings.sr552017-02-113-5/+5
* 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-032-26/+5
* 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
* 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-301-1/+1
* 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: 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-093-69/+17
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-261-0/+24
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-213-11/+17