summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
|
* 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 ↵RandomEngy2017-11-203-32/+26
| | | | "spaces for tabs" setting.
* 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 ↵sr552017-09-201-1/+1
| | | | into the CLI. #906
* 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
| | | | to be recycle'd while it was still in use. Fixes #844 and #836
* WinGui: Simplify the GetPreview code and remove code that was causing the ↵sr552017-07-201-13/+4
| | | | BitMap buffers to incorrectly populate.
* 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 ↵sr552017-07-041-0/+23
| | | | KeepAR is checked. Implement Reduce function for PAR so that the behaviour matches the Linux GUI. Couple of Logic and ordering bug fixes.
* WinGui: Add a user agent for the HttpRequest on the update checker so we can ↵sr552017-06-231-0/+6
| | | | identify the WinGui version that's checking for updates.
* 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 ↵sr552017-06-142-0/+7
| | | | don't support MP4 Edit Lists. #778
* 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 ↵sr552017-06-071-0/+5
| | | | MacGUI. Also fix a few minor bugs in the preset factory.
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ↵sr552017-06-071-4/+0
| | | | problems and it's maximum 5% performance improvement (in ideal circumstances) doesn't justify the effort to continue with it. The OpenCL framework will remain in place in case we decide to use it for something in the future. Closes #690
* 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. ↵sr552017-05-022-3/+4
| | | | Fixes #713
* WinGui: Improved logging around SCANDONE and some additional defensive ↵sr552017-05-022-7/+23
| | | | programming to try track down this never ending scan.
* WinGui: Fix a possible exception when cancelling and rescanning a source ↵sr552017-04-161-1/+0
| | | | that would cause it to never complete the second time. Fixes #671
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ↵sr552017-04-153-4/+39
| | | | indication in the UI. #676
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵sr552017-03-176-29/+59
| | | | as it's not currently compatible with .NET standard.
* 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
| | | | | | | - Gong-WPF-DragDrop (Upgraded to 0.1.4.3 -> 1.1.0) - NewtonSoft.Json (Upgraded to 7.0.0 -> 9.0.1) - Ookii.Dialogs 1.0 - Caliburn Micro (Upgraded to 2.0.2 -> 3.0.3)
* 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, ↵sr552017-02-112-48/+0
| | | | HandBrake.ApplicationServices now compiles cleanly under Mono)
* WinGui: Remove further unneeded references from HandBrake.ApplicationServicessr552017-02-031-7/+0
|
* WinGui: Change the services library dll imports to be "hb" rather than ↵sr552017-02-031-92/+92
| | | | "hb.dll". This will allow libhb.dylib and libhb.so to be loaded.
* WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ↵sr552017-02-033-30/+5
| | | | and WindowsBase from the Services library. This makes the library more portable.
* 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 ↵sr552017-01-131-0/+7
| | | | | | hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle PresetList or just unnamed Json List [] Also made the parser more tolerant to casing and unset and unexpected values.
* WinGui: Put up a clearer error when we can't read older presets rather than ↵sr552017-01-121-3/+6
| | | | just showing a stack trace. #513
* 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 ↵sr552016-12-261-0/+5
| | | | encoders. (Was on by default and not configurable. Now off by default but configurable)
* WinGui: Update the VersionUtility class to work for official releases that ↵sr552016-12-182-8/+6
| | | | are not from subversion.