summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Encode
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix instance handling in Libencode.sr552019-02-111-17/+0
|
* WinGui: Make the disposal of services more aggressive. May Fix or help in #1851sr552019-02-111-0/+17
|
* WinGui: Fix instance handling in Libencode.sr552019-02-051-17/+17
|
* WinGui: Make the disposal of services more aggressive. May Fix or help in #1851sr552019-02-051-1/+18
|
* WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵sr552018-12-091-1/+1
| | | | manager. The consumers should manage this themselves.
* WinGui: Fix Mixdown selection when the preset mixdown is not available for a ↵sr552018-10-061-4/+5
| | | | given source. Fixes #1618
* WinGui: Improving Accessibility of the new Queue (and fixed a few other ↵sr552018-09-282-0/+10
| | | | issues around the UI in this area too)
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-081-0/+41
|
* WinGui: Few small updates to the EncodeTaskImportFactorysr552018-07-131-10/+5
|
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and ↵sr552018-07-082-18/+6
| | | | associated code. Tweak the layout of the deinterlace controls to match the Mac/Linux UI's. Pull Presets from libhb.
* WinGui: Initial work to refactor the queue infrastructure to use the same ↵sr552018-07-085-16/+446
| | | | JSON format as the CLI + extensions.
* WinGui: Update the Encode Json Factory to produce human readable Json for ↵sr552018-07-072-15/+15
| | | | audio and video encoders.
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. ↵sr552018-07-072-12/+26
| | | | Introduce a factory for Title objects.
* WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ↵sr552018-06-141-2/+2
| | | | Fixes #1327
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-101-7/+6
|
* WinGui: Split out the encode portion of IHandBrakeInstance into ↵sr552018-06-101-1/+1
| | | | IEncodeInstance. API remains compatible.
* WinGui: Add Support for the VCE Encoders.sr552018-06-081-2/+6
|
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-0515-37/+37
| | | | moving back to being more of an libhb interop/abstraction library only.
* WinGui: Some more backend work for the upcoming Queue redesign.sr552018-05-181-13/+6
|
* WinGui: Remove Logging abstraction from the Services library. Let the ↵sr552018-05-082-5/+6
| | | | library consumers decide how to log instead utilising the log events instead.
* WinGui: Tidy-up some erroneous namespaces.sr552018-05-062-4/+0
|
* WinGui: Tidy up AudioTrack.cssr552018-04-231-4/+1
|
* WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC ↵sr552018-04-231-1/+5
| | | | for the passthru encoder on the audio behaviour screen. This is used for the audio fallback encoder. #1291
* Misc. typosluz.paz2018-02-202-4/+4
| | | Found via `codespell -q 3 --skip="./gtk/po`
* WinGui: Disable Subtitle Burn In Checkbox for PGS + MP4 #1077sr552017-12-251-1/+3
|
* WinGui: Make the QSV Decoding options clearer.sr552017-12-131-1/+1
|
* WinGui: Uncheck the Forced flag when it's not supported. #1035sr552017-12-021-0/+10
|
* Did a bit of refactoring and added an .editorconfig file to enforce the ↵RandomEngy2017-11-201-2/+3
| | | | "spaces for tabs" setting.
* WinGui: Putting in some back-end infrastructure into the queue screen to ↵sr552017-08-283-20/+60
| | | | support future features + some misc tidy up.
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵sr552017-06-142-0/+4
| | | | don't support MP4 Edit Lists. #778
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ↵sr552017-06-071-2/+0
| | | | problems and it's maximum 5% performance improvement (in ideal circumstances) doesn't justify the effort to continue with it. The OpenCL framework will remain in place in case we decide to use it for something in the future. Closes #690
* WinGui: Support for the new sharpen filter.sr552017-06-022-3/+29
|
* WinGui: Add "None" as an option to the fallback encoder dropdown. Setting ↵sr552017-05-311-0/+4
| | | | this option to none will not add a passthru track when the passthru codec does not match the source track. #623
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ↵sr552017-04-152-10/+29
| | | | indication in the UI. #676
* WinGui: Strip out some out some legacy code that was causing some threading ↵sr552017-04-134-5/+7
| | | | issues.
* WinGui: Handle auto-passthru correctly in the mixdown sanatising code.sr552017-04-111-1/+1
|
* WinGui: Fix a potential crash in the audio track mixdown handling code.sr552017-04-111-1/+1
|
* WinGui: Audio Defaults: If the mixdown is not supported, get the best ↵sr552017-04-101-0/+11
| | | | default mixdown for the source track / encoder. #661
* WinGui: Fix a number of stylecop warnings.sr552017-03-266-102/+102
|
* WinGui: Change the default behaviour for the WinGui to automatically use ↵sr552017-03-223-6/+24
| | | | fallback track in situations where the selected passthru is not valid. The UI will by default select the fallback now. Fixes #646
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵sr552017-03-176-47/+42
| | | | as it's not currently compatible with .NET standard.
* WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵sr552017-03-171-1/+3
| | | | and Log Files not being stored correctly for Portable mode. #267
* WinGui: Adding missing Tape and Sprite Denoise Tunes #544sr552017-01-251-0/+8
|
* WinGui: Always use iso639 for srt language code rather than name. #541sr552017-01-242-2/+23
|
* WinGui: Update EndPoint for API Change.sr552017-01-111-1/+1
|
* WinGui: Workaround a bug in libhb where if the audio track name == "", the ↵sr552017-01-071-1/+2
| | | | engine crashes when initially writing the mp4 file.
* WinGui: Make sure to set libdvdnav setting before encoding. This fixes an ↵sr552017-01-071-0/+2
| | | | issue where reloading the queue would result in this setting being ignored.
* WinGui: New Setting to allow the QSV decoder to be used with Non QSV ↵sr552016-12-261-0/+6
| | | | encoders. (Was on by default and not configurable. Now off by default but configurable)
* WinGui: Change the status bar to show when it's doing a subtitle scan.sr552016-12-222-0/+12
|
* WinGui: Set QSV Decode to false if the hardware isn't available for use.sr552016-12-181-1/+3
|