summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Collapse)AuthorAgeFilesLines
* 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
* WinGui: Initial Implementation of the json preset export code.sr552015-07-0513-2/+138
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7347 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Completely replace the plist preset import code with the ↵sr552015-06-266-237/+69
| | | | | | functionality built into libhb. This now allows the new json preset format to be imported, as well as the legacy plist format. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7318 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial implementation of quality based encoding option. Please ↵sr552015-06-207-92/+354
| | | | | | note, the preset version has been bumped so user presets will need to be re-created. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7306 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHBsr552015-06-205-345/+298
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7305 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated ApplicationServices DLL to target AnyCPU.randomengy2015-06-151-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7298 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated to return PassId as well as Pass on encode progress.randomengy2015-06-154-5/+28
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7297 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use the new libhb preset management code to fetch built-in presets ↵sr552015-05-312-5/+6
| | | | | | on startup. Note, the preset update notice is now gone so anyone hacking the preset dat files will not be notified when it gets overwritten now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7252 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding new dropdown to the Configure Audio Options. The new "Track ↵sr552015-05-262-3/+9
| | | | | | | | | | Setting Default Behaviour" allows the choice of what settings are used for automatically added tracks. 1. All Preset tracks are cloned for each of the added languages tracks. 2. The first preset track is cloned for each of the added languages tracks. 3. Default 160kbit DPL2 AAC audio track for each of the added languages tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7228 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset ↵sr552015-05-264-5/+8
| | | | | | update notification and option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: General tidy up and remove the custom styling for the app. The app ↵sr552015-05-172-14/+7
| | | | | | will now always honour the system defaults. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7207 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the libhb preset stubs.sr552015-05-168-136/+300
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7198 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove some test code.sr552015-05-091-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7168 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Pad out some initial infrastructure to read built-in presets from libhb.sr552015-05-097-101/+553
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Restore Preview functionality. The calc logic still needs fixed as ↵sr552015-05-072-8/+16
| | | | | | there are a few edge cases that still todate don't work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7164 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-0315-397/+459
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7152 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-0322-745/+928
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7151 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552015-05-034-3/+10
| | | | | | | | | | | | | Bug Fixes: - Fix binding error on the audio tab. - Fix the X of X Pass count event args. UI Tweaks: - System colours is now default. - Removed the word "Source" from the Audio and Subtitles lists to make a bit more space for the track name. - Right Aligned the configure default buttons on the audio and subtitle tabs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7150 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Restore the "No Titles Found" dialog from previous versions of ↵sr552015-04-201-1/+1
| | | | | | HandBrake. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7108 b64f7644-9d1e-0410-96f1-a4d463321fa5