summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop
Commit message (Expand)AuthorAgeFilesLines
...
* 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-113-6/+63
* 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-095-4/+148
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 a...sr552016-02-131-0/+12
* WinGui: Add support for the rotate and flip filter.[email protected]2016-01-291-1/+1
* WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal libhb...sr552016-01-031-2/+2
* WinGui: Some API and warnings cleanup.Scott2015-12-274-4/+18
* Quick Fix for the broken Nightly build. Will add bit-depth support at a later...Scott2015-11-222-1/+3
* 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-243-15/+37
* 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
* AppServices Tidyup ContdScott2015-09-2613-140/+289
* App Services Modelling Tidy UpScott2015-09-2615-105/+133
* AppServices tidyupScott2015-09-263-4/+4
* WinGui: Enable support for H.265 QuickSync supportScott2015-09-242-0/+8
* WinGui: Strip out some old unused code.Scott2015-09-181-11/+0
* WinGui: Starting work on more API cleanup in ApplicationServices library.Scott2015-09-182-98/+32
* WinGui: Update the GUI to handle the version information correctly after the ...Scott2015-08-291-0/+10
* WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update assembl...sr552015-08-231-10/+10
* WinGui: Initial Implementation of the json preset export code.sr552015-07-057-1/+62
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-263-3/+66
* WinGui: Initial implementation of quality based encoding option. Please note,...sr552015-06-203-112/+67
* WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHBsr552015-06-202-136/+149
* 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-311-2/+2
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset upd...sr552015-05-263-4/+7
* 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
* WinGui: Pad out some initial infrastructure to read built-in presets from libhb.sr552015-05-096-69/+517
* WinGui: Restore Preview functionality. The calc logic still needs fixed as t...sr552015-05-072-8/+16
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-037-121/+165
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-0318-467/+638
* WinGui: sr552015-05-033-3/+9
* WinGui: Add a basic outline of a logging system to allow logging of the JSON ...sr552015-04-102-0/+11
* WinGui: Fix the copy mask list.sr552015-04-071-1/+1
* WinGui: Updates to the latest JSON API. This enables hardware decode / encode...sr552015-04-057-30/+64
* WinGui: Rename some of the models in the JSON encode folder.sr552015-04-015-24/+23
* WinGui: Refactor the JSON scan model names to be a bit clearer.sr552015-04-016-13/+13
* WinGui: Some initial re-modelling in the JSON folder. Created a "Shared" fold...sr552015-04-0116-195/+34
* WinGui: Enable the Auto Passthru behaviours though the JSON api copymasksr552015-04-011-1/+7
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ...sr552015-03-291-0/+12
* Remove unused hb_get_scancount functionritsuka2015-03-291-6/+0
* WinGui: Make the anamorphic objects in the services library public. sr552015-03-144-5/+11
* WinGui: Remove the Caliburn Micro / Castle dependency in The services library...sr552015-03-1414-15/+14