summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Collapse)AuthorAgeFilesLines
* Removed tabsRandomEngy2016-07-301-2/+2
|
* Fixed double-spaced lines when logging multi-line messages from the core.RandomEngy2016-07-302-9/+9
| | | | Added some keep_aspect constants and updated the audio codec mask.
* WinGui: Support VP9 and fix VP8 encoding.sr552016-05-281-2/+6
|
* WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵sr552016-04-194-320/+2
| | | | more portable.
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. ↵sr552016-04-171-0/+5
| | | | (Similar to the MacGUI). This should allow for more space needed to implement Audio templates. Also fixed a sanitise mixdown call crash.
* WinGui: Handle null mixdowns properly. Fixes #152sr552016-04-121-1/+5
|
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the ↵sr552016-04-091-44/+44
| | | | Scanned Track object.
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵sr552016-04-094-70/+17
| | | | shows invalid mixdowns.
* WinGui: Add a new JSON file type to the queue export functionality. This ↵sr552016-03-262-0/+25
| | | | | | exports the standardised JSON format that can be imported into the CLI. Note, the GUI can not yet import the JSON formatted queue file. The old hbq format is still there for that.
* WinGui: Remove a restriction on the WMI GPU information call. It will now ↵sr552016-03-221-2/+9
| | | | display any records that don't have a Name or Version. I don't believe this will make any different under normal circumstances but it appears WMI many not report back the expected information.
* WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵sr552016-03-211-5/+0
| | | | with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this.
* 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 ↵sr552016-03-2112-76/+538
| | | | | | | depend on any 3rd party libraries and is off by default. It must be initialised by calling Enable() on the LogService class. Otherwise LogMessage does nothing. Changed the Logging screen to a single panel in the WinGui. This will change back to separate Scan/Encode logs when we get libhb it's own processes. Added Auto-Scroll to the log window.
* 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 ↵sr552016-03-092-12/+9
| | | | into using the new preset/tune methods at a later point.
* 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 ↵sr552016-02-131-0/+12
| | | | and 12bit x265 if you provide MinGW-W64 compiled dll libraries in the HandBrake install directory.
* WinGui: Fixes to the refactored Audio Defaults View. Settings were not ↵sr552016-02-071-1/+1
| | | | getting applied correctly.
* 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 ↵sr552016-01-231-189/+203
| | | | default tabs.
* WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal ↵sr552016-01-031-2/+2
| | | | libhb defaults.
* 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 ↵Scott2015-11-222-1/+3
| | | | later point.
* 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 ↵Scott2015-10-244-15/+38
| | | | "presets / custom" format that the other UI's do.
* Merge pull request #21 from jstebbins/grayscaleJohn Stebbins2015-10-192-6/+2
|\ | | | | grayscale: make it a real filter
| * 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
|/ | | | | | Mac and Linux GUI's. You can now copy the file between platforms and it should load correctly. WARNING: Any current presets will be lost when you install this or any later build as the format is not backwards compatible and there is no upgrade path.
* 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
| | | | Made most of the exposed objects immutable.
* App Services Modelling Tidy UpScott2015-09-2617-107/+134
| | | | | | Making event objects immutable. Making Libhb constructs internal to the library. We should expose this with a managed api if we need it outside the library. (Part 1)
* App Services Cleanup ContdScott2015-09-263-209/+0
| | | | Moving Exceptions and more utilities to the GUI project.
* App Services Tidyup ContdScott2015-09-2643-6251/+0
| | | | Moving all the helper and utility classes to the gui project
* AppServices tidyupScott2015-09-265-40/+7
| | | | Moving the UI modelling and services to the GUI Project.
* 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
| | | | git move.
* WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update ↵sr552015-08-235-18/+76
| | | | | | assembly info files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7407 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Bumping JSON.net to version 7.0sr552015-07-251-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7376 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Migrate to the newly release .NET Framework 4.6. The installer will ↵sr552015-07-223-6/+11
| | | | | | automatically offer to install this for most users. Visual Studio 2012 or later is now a requirement for developers. VS 2015 Community edition works fine. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7367 b64f7644-9d1e-0410-96f1-a4d463321fa5