summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Encode
Commit message (Expand)AuthorAgeFilesLines
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ...sr552017-06-071-2/+0
* WinGui: Support for the new sharpen filter.sr552017-06-022-3/+29
* WinGui: Add "None" as an option to the fallback encoder dropdown. Setting thi...sr552017-05-311-0/+4
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ind...sr552017-04-152-10/+29
* WinGui: Strip out some out some legacy code that was causing some threading i...sr552017-04-134-5/+7
* 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 defau...sr552017-04-101-0/+11
* WinGui: Fix a number of stylecop warnings.sr552017-03-266-102/+102
* WinGui: Change the default behaviour for the WinGui to automatically use fall...sr552017-03-223-6/+24
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName a...sr552017-03-176-47/+42
* WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue a...sr552017-03-171-1/+3
* 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 en...sr552017-01-071-1/+2
* WinGui: Make sure to set libdvdnav setting before encoding. This fixes an iss...sr552017-01-071-0/+2
* WinGui: New Setting to allow the QSV decoder to be used with Non QSV encoders...sr552016-12-261-0/+6
* 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
* WinGui: Advanced Tab Changessr552016-12-131-8/+8
* WinGui: Fix a large number of stylecop warnings.sr552016-10-303-3/+19
* WinGui: Better handle empty/null strings from hb_generate_filter_settings_jso...sr552016-10-301-33/+69
* WinGui: Fix log display in the GUI where the start of a log could be cut off.sr552016-09-221-3/+2
* WinGui: Add initial support for libopus audio encoder.sr552016-09-031-0/+4
* WinGui: Stubbing out some meta data code.sr552016-07-233-1/+115
* WinGui: Add a track list on the Audio Defaults screen. This changes the behav...sr552016-05-121-0/+20
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...sr552016-04-171-2/+1
* WinGui: Handle null mixdowns properly. Fixes #152sr552016-04-122-5/+4
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...sr552016-04-091-8/+26
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer sh...sr552016-04-092-22/+28
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-261-0/+55
* WinGUI: Remove option to enable DXVA decoding. There are too many issues with...sr552016-03-211-9/+0
* WinGui: Some fixes and tidyup of the new logging code.sr552016-03-212-6/+6
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-213-236/+41
* WinGui: Fixes for the new filters setup.sr552016-03-111-0/+2
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-112-0/+23
* WinGui: Fix Framerate mode for Same as sourcesr552016-03-091-1/+1
* WinGui: Update deinterlace method to Yadif and update presets. Will look int...sr552016-03-091-1/+1
* WinGui: Initial support for dict based filter options.sr552016-03-091-30/+39
* WinGui: Updating the code to handle Deinterlace / Decomb / Rotation options f...sr552016-03-021-37/+9
* WinGui: Fixes to the refactored Audio Defaults View. Settings were not gettin...sr552016-02-071-1/+16
* WinGui: Add support for the rotate and flip filter.[email protected]2016-01-292-87/+106
* WinGui: Fix an issue where the framerate shaper wasn't applied when the frame...sr552016-01-051-7/+5
* WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal libhb...sr552016-01-031-1/+1
* WinGui: Some API and warnings cleanup.Scott2015-12-271-76/+15
* WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast Dec...Scott2015-12-121-1/+1
* Make Process Priority a real-time setting. Not per encode instance.Scott2015-10-311-23/+0
* Allow the preview encode to run at the same time as an actual encode.Scott2015-10-313-31/+20
* Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same "preset...Scott2015-10-242-2/+8