Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed tabs | RandomEngy | 2016-07-30 | 1 | -2/+2 |
| | |||||
* | Fixed double-spaced lines when logging multi-line messages from the core. | RandomEngy | 2016-07-30 | 2 | -9/+9 |
| | | | | Added some keep_aspect constants and updated the audio codec mask. | ||||
* | WinGui: Support VP9 and fix VP8 encoding. | sr55 | 2016-05-28 | 1 | -2/+6 |
| | |||||
* | WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵ | sr55 | 2016-04-19 | 4 | -320/+2 |
| | | | | more portable. | ||||
* | WinGui: Change the Audio Default and Subtitle panels to be modal windows. ↵ | sr55 | 2016-04-17 | 1 | -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 #152 | sr55 | 2016-04-12 | 1 | -1/+5 |
| | |||||
* | WinGui: Sanitise all Mixdown selections. Passthru the Codec into the ↵ | sr55 | 2016-04-09 | 1 | -44/+44 |
| | | | | Scanned Track object. | ||||
* | WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵ | sr55 | 2016-04-09 | 4 | -70/+17 |
| | | | | shows invalid mixdowns. | ||||
* | WinGui: Add a new JSON file type to the queue export functionality. This ↵ | sr55 | 2016-03-26 | 2 | -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 ↵ | sr55 | 2016-03-22 | 1 | -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 ↵ | sr55 | 2016-03-21 | 1 | -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. | sr55 | 2016-03-21 | 2 | -4/+4 |
| | |||||
* | WinGui: Add a Logging Service into the AppServices library. This does not ↵ | sr55 | 2016-03-21 | 12 | -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. | sr55 | 2016-03-11 | 1 | -3/+0 |
| | |||||
* | WinGui: Missing Decomb options | sr55 | 2016-03-11 | 1 | -1/+7 |
| | |||||
* | WinGui: Initial commit supporting separated interlace detection. Not tested yet. | sr55 | 2016-03-11 | 4 | -6/+64 |
| | |||||
* | WinGui: Update deinterlace method to Yadif and update presets. Will look ↵ | sr55 | 2016-03-09 | 2 | -12/+9 |
| | | | | into using the new preset/tune methods at a later point. | ||||
* | WinGui: Initial support for dict based filter options. | sr55 | 2016-03-09 | 6 | -4/+151 |
| | |||||
* | WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵ | sr55 | 2016-02-13 | 1 | -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 ↵ | sr55 | 2016-02-07 | 1 | -1/+1 |
| | | | | getting applied correctly. | ||||
* | WinGui: Add support for the rotate and flip filter. | [email protected] | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix an issue loading the language lists in the Audio / Subtitle ↵ | sr55 | 2016-01-23 | 1 | -189/+203 |
| | | | | default tabs. | ||||
* | WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal ↵ | sr55 | 2016-01-03 | 1 | -2/+2 |
| | | | | libhb defaults. | ||||
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 3 | -3/+3 |
| | |||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 5 | -5/+19 |
| | |||||
* | Quick Fix for the broken Nightly build. Will add bit-depth support at a ↵ | Scott | 2015-11-22 | 2 | -1/+3 |
| | | | | later point. | ||||
* | Make Process Priority a real-time setting. Not per encode instance. | Scott | 2015-10-31 | 1 | -5/+0 |
| | |||||
* | Allow the preview encode to run at the same time as an actual encode. | Scott | 2015-10-31 | 2 | -1/+26 |
| | |||||
* | Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵ | Scott | 2015-10-24 | 4 | -15/+38 |
| | | | | "presets / custom" format that the other UI's do. | ||||
* | Merge pull request #21 from jstebbins/grayscale | John Stebbins | 2015-10-19 | 2 | -6/+2 |
|\ | | | | | grayscale: make it a real filter | ||||
| * | grayscale: wingui changes | John Stebbins | 2015-10-16 | 2 | -6/+2 |
| | | |||||
* | | Completely re-factored the preset file storage to use the same format as the ↵ | Scott | 2015-10-16 | 1 | -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. | Scott | 2015-10-09 | 1 | -13/+3 |
| | |||||
* | fix .NET condition | Max Dmytrychenko | 2015-09-30 | 1 | -3/+3 |
| | |||||
* | better usage of MASK for feature detection, OR fix | Max Dmytrychenko | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | better usage of MASK for feature detection | Max Dmytrychenko | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | AppServices Tidyup Contd | Scott | 2015-09-26 | 13 | -140/+289 |
| | | | | Made most of the exposed objects immutable. | ||||
* | App Services Modelling Tidy Up | Scott | 2015-09-26 | 17 | -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 Contd | Scott | 2015-09-26 | 3 | -209/+0 |
| | | | | Moving Exceptions and more utilities to the GUI project. | ||||
* | App Services Tidyup Contd | Scott | 2015-09-26 | 43 | -6251/+0 |
| | | | | Moving all the helper and utility classes to the gui project | ||||
* | AppServices tidyup | Scott | 2015-09-26 | 5 | -40/+7 |
| | | | | Moving the UI modelling and services to the GUI Project. | ||||
* | WinGui: QuickSync H264 is 768, not 512 | Scott | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | WinGui: Enable support for H.265 QuickSync support | Scott | 2015-09-24 | 3 | -1/+47 |
| | |||||
* | UI adjustment for MASK usage | Max Dmytrychenko | 2015-09-24 | 1 | -2/+2 |
| | |||||
* | WinGui: Strip out some old unused code. | Scott | 2015-09-18 | 1 | -11/+0 |
| | |||||
* | WinGui: Starting work on more API cleanup in ApplicationServices library. | Scott | 2015-09-18 | 3 | -99/+47 |
| | |||||
* | WinGui: Update the GUI to handle the version information correctly after the ↵ | Scott | 2015-08-29 | 2 | -1/+17 |
| | | | | git move. | ||||
* | WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update ↵ | sr55 | 2015-08-23 | 5 | -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.0 | sr55 | 2015-07-25 | 1 | -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 ↵ | sr55 | 2015-07-22 | 3 | -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 |