summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Expand)AuthorAgeFilesLines
* 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
* WinGui: Add support for the rotate and flip filter.[email protected]2016-01-291-1/+1
* WinGui: Fix an issue loading the language lists in the Audio / Subtitle defau...sr552016-01-231-189/+203
* WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal libhb...sr552016-01-031-2/+2
* Update copyright dates to 2016.Bradley Sepos2016-01-013-3/+3
* WinGui: Some API and warnings cleanup.Scott2015-12-275-5/+19
* Quick Fix for the broken Nightly build. Will add bit-depth support at a later...Scott2015-11-222-1/+3
* Make Process Priority a real-time setting. Not per encode instance.Scott2015-10-311-5/+0
* Allow the preview encode to run at the same time as an actual encode.Scott2015-10-312-1/+26
* Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same "preset...Scott2015-10-244-15/+38
* Merge pull request #21 from jstebbins/grayscaleJohn Stebbins2015-10-192-6/+2
|\
| * grayscale: wingui changesJohn Stebbins2015-10-162-6/+2
* | Completely re-factored the preset file storage to use the same format as the ...Scott2015-10-161-1/+12
|/
* Updating for the new deinterlace/decomb preset keys.Scott2015-10-091-13/+3
* fix .NET conditionMax Dmytrychenko2015-09-301-3/+3
* better usage of MASK for feature detection, OR fixMax Dmytrychenko2015-09-301-2/+2
* better usage of MASK for feature detectionMax Dmytrychenko2015-09-301-2/+2
* AppServices Tidyup ContdScott2015-09-2613-140/+289
* App Services Modelling Tidy UpScott2015-09-2617-107/+134
* App Services Cleanup ContdScott2015-09-263-209/+0
* App Services Tidyup ContdScott2015-09-2643-6251/+0
* AppServices tidyupScott2015-09-265-40/+7
* WinGui: QuickSync H264 is 768, not 512Scott2015-09-241-1/+1
* WinGui: Enable support for H.265 QuickSync supportScott2015-09-243-1/+47
* UI adjustment for MASK usageMax Dmytrychenko2015-09-241-2/+2
* WinGui: Strip out some old unused code.Scott2015-09-181-11/+0
* WinGui: Starting work on more API cleanup in ApplicationServices library.Scott2015-09-183-99/+47
* WinGui: Update the GUI to handle the version information correctly after the ...Scott2015-08-292-1/+17
* WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update assembl...sr552015-08-235-18/+76
* WinGui: Bumping JSON.net to version 7.0sr552015-07-251-1/+1
* WinGui: Migrate to the newly release .NET Framework 4.6. The installer will a...sr552015-07-223-6/+11
* WinGui: Initial Implementation of the json preset export code.sr552015-07-0513-2/+138
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-266-237/+69
* WinGui: Initial implementation of quality based encoding option. Please note,...sr552015-06-207-92/+354
* WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHBsr552015-06-205-345/+298
* Interop: Updated ApplicationServices DLL to target AnyCPU.randomengy2015-06-151-4/+4
* Interop: Updated to return PassId as well as Pass on encode progress.randomengy2015-06-154-5/+28
* WinGui: Use the new libhb preset management code to fetch built-in presets on...sr552015-05-312-5/+6
* WinGui: Adding new dropdown to the Configure Audio Options. The new "Track Se...sr552015-05-262-3/+9
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset upd...sr552015-05-264-5/+8
* WinGui: General tidy up and remove the custom styling for the app. The app wi...sr552015-05-172-14/+7
* WinGui: Update the libhb preset stubs.sr552015-05-168-136/+300
* WinGui: Remove some test code.sr552015-05-091-2/+2