Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: When using QuickSync and defaulting to VFR same as source on encoder ↵ | sr55 | 2019-12-14 | 1 | -4/+10 |
| | | | | | | | | change, make sure the UI is correctly updated and actually using VFR mode 0. Fixes #2475 Also fix an issue with the x264 tooltip code sometimes triggering the x264 API call before we've switched to x264 fully. (cherry picked from commit dac28592df9fd16d189d98429014e53e62a3dce2) | ||||
* | WinGui: Remove "QP" label for NVENC since it's no longer QP. Fixes #2356 | sr55 | 2019-10-14 | 1 | -2/+15 |
| | |||||
* | WinGui: Force set FastDecode = false for x265. It's only an option under the ↵ | sr55 | 2019-07-28 | 1 | -1/+2 |
| | | | | dropdown, not an additional set. Fixes #2211 | ||||
* | WinGui: Level support for x265 | sr55 | 2019-07-12 | 1 | -1/+2 |
| | |||||
* | WinGui: Fix an issue where Fast Decode appeared not to save as part of ↵ | sr55 | 2019-07-01 | 1 | -3/+11 |
| | | | | presets correctly for x265. Fixes #2174 | ||||
* | WinGui: Prevent Fast Decode from being double set when changing to x265 from ↵ | sr55 | 2019-07-01 | 1 | -0/+5 |
| | | | | x264 where Fast Decode checkbox was checked. Fixes #2175 | ||||
* | WinGui: Fix fast decode tune with x264 vs x265. #2083 | sr55 | 2019-05-07 | 1 | -6/+9 |
| | |||||
* | Add WebM support (#1822) | Justin Bull | 2019-02-13 | 1 | -1/+8 |
| | | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time. | ||||
* | WinGui: Strip out some legacy code for x264 options handling. | sr55 | 2019-01-12 | 1 | -83/+1 |
| | |||||
* | WinGui: Fix erroneous log message error about invalid x264 preset when not ↵ | sr55 | 2019-01-01 | 1 | -0/+5 |
| | | | | using an x264 encoder. | ||||
* | WinGui: Completely hide the 2pass control for all hardware encoders. | sr55 | 2018-12-02 | 1 | -15/+11 |
| | |||||
* | Default Nvenc to use slower, higher quality settings. Fix some issues around ↵ | sr55 | 2018-12-01 | 1 | -1/+1 |
| | | | | the rate control, profile and level settings. | ||||
* | WinGui: Disable 2-pass for NVEnc and VCE. this is not implemented. | sr55 | 2018-11-21 | 1 | -1/+32 |
| | |||||
* | WinGui: Remove the preference to show the advanced tab. This can still be ↵ | sr55 | 2018-10-20 | 1 | -1/+23 |
| | | | | toggled for 1 time uses via the extra args content menu on the video tab. Added a notification to remind users that it's going to be removed shortly. | ||||
* | NVEnc: Add human names for encoder presets and remove currently invalid options. | sr55 | 2018-08-08 | 1 | -0/+6 |
| | |||||
* | WinGui: Extend the "Video" preference tab to allow the hardware encoders to ↵ | sr55 | 2018-06-29 | 1 | -11/+14 |
| | | | | be disabled. | ||||
* | Add NVEnc encoder. (Round 3) (#1437) | Scott | 2018-06-29 | 1 | -6/+21 |
| | | | | | | Adding the Nvidia NVEnc H.264 and H.265 encoders. Based on Initial work by sgothel --enable-nvenc is the new compile time configure option to enable for builds. | ||||
* | WinGui: Add Support for the VCE Encoders. | sr55 | 2018-06-08 | 1 | -8/+35 |
| | |||||
* | WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵ | sr55 | 2018-06-05 | 1 | -2/+2 |
| | | | | moving back to being more of an libhb interop/abstraction library only. | ||||
* | WinGui: Fix Framerate mode setting when using presets and quicksync. Fixes ↵ | sr55 | 2018-03-10 | 1 | -1/+0 |
| | | | | #1222 | ||||
* | WinGui: Initial Activation of the "modified" preset detection code. ↵ | sr55 | 2017-12-12 | 1 | -11/+35 |
| | | | | (Audio/Subtitle Tabs still to be done) | ||||
* | WinGui: use Range 0-63 for QSV H.265 10bit. It's not strictly correct but ↵ | sr55 | 2017-12-04 | 1 | -21/+28 |
| | | | | it's probably least confusing for the user. #1031 | ||||
* | WinGui: Improve the behaviour of the quality slider when changing video ↵ | sr55 | 2017-10-29 | 1 | -25/+34 |
| | | | | encoder. It now updates correctly. By default it will not change value unless out of bounds. at which point it'll choose the mid-point as a default and the user can adjust as necessary. | ||||
* | WinGui: Initial ground work on code that will detect when the user modifies ↵ | sr55 | 2017-09-17 | 1 | -3/+98 |
| | | | | settings that don't match the currently selected preset. | ||||
* | WinGui: Add support in the UI for QSV 10bit H.265 encoder. | sr55 | 2017-03-05 | 1 | -8/+12 |
| | |||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-02-11 | 1 | -3/+2 |
| | |||||
* | WinGui: Fix an issue which prevented the GUI from parsing presets with ↵ | sr55 | 2017-01-13 | 1 | -2/+2 |
| | | | | | | hb_presets_read_file_json becaused it returned an unnamed list when reading plist files. It can now handle PresetList or just unnamed Json List [] Also made the parser more tolerant to casing and unset and unexpected values. | ||||
* | WinGui: Store the Extra Args when switching video encoders. This prevents ↵ | sr55 | 2016-12-31 | 1 | -4/+16 |
| | | | | invalid arguments getting passed to the encoder and as a bonus, remembers the users setting if they switch back | ||||
* | WinGui: A number of small fixes and Improvements. | sr55 | 2016-12-27 | 1 | -1/+1 |
| | | | | | | | | - Fix Update Preset Option. Add CC and Foreign Audio Scan were not setting correctly when updating a preset. Fixes #442 - Fix an issue where "Normal" Preset was showing as default as well as "Fast". - Fix issues in the preset loading of the Deinterlace/Decomb Presets. Fixes #443 - Make the Video Extra Options Box Fix to area to make it easier to read long option strings. - Change the logic for enabling the Use Advanced Options box to not look at the option string. Fixes #441 | ||||
* | WinGui: Advanced Tab Changes | sr55 | 2016-12-13 | 1 | -43/+8 |
| | | | | | | 1. Strip out a lot of the old advanced tab infrastructure as it is no longer needed. Only the deprecated X264 Advacned Panel is left. All other encoders use the Video tab now. 2. Changed Option to "Allow use of 'Advanced Tab'" and only show the tab if the checkbox on the video tab is checked. It will no longer show based on the perference alone. 3. Fix the one-way communication from Video Tab to X264 Tab so preset options are reflected ont he X264 Tab. The reverse is not supported but it will retain the previous options. | ||||
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 1 | -2/+0 |
| | |||||
* | WinGui: Fix RF0 Lossless warning for x264 10bit | sr55 | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Allow the preset slider for VP8 and VP9 | sr55 | 2016-07-25 | 1 | -3/+36 |
| | |||||
* | WinGui: Fix Quality slider for VP9 | sr55 | 2016-07-23 | 1 | -0/+3 |
| | |||||
* | WinGui: Don't call hb_x264_param_unparse when we are not using x264 | sr55 | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded ↵ | sr55 | 2016-03-18 | 1 | -14/+4 |
| | | | | correctly with the new json presets. | ||||
* | WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ↵ | sr55 | 2016-02-13 | 1 | -1/+1 |
| | | | | pass for x265 | ||||
* | WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵ | sr55 | 2016-02-13 | 1 | -11/+24 |
| | | | | and 12bit x265 if you provide MinGW-W64 compiled dll libraries in the HandBrake install directory. | ||||
* | WinGui: Fix Video Bitrate Text Box not updating correctly with presets. | sr55 | 2016-02-04 | 1 | -5/+6 |
| | |||||
* | WinGui: QuickSync H265 supports levels. | sr55 | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | WinGui: Fixed an issue that was preventing the h264 level combo displaying ↵ | sr55 | 2016-01-05 | 1 | -1/+1 |
| | | | | for quicksync h264 | ||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | WinGui: Missing changes from previous checking that was fixing queue edit bugs. | Scott | 2015-12-27 | 1 | -3/+4 |
| | |||||
* | WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video ↵ | Scott | 2015-12-27 | 1 | -20/+52 |
| | | | | | | Bitrate, Video Preset and Framerate) options were not setting correctly. In addition, if the app recovers the queue, it will by default enable the whole UI now. This is needed particularly with the in-line queue when enabled. | ||||
* | WinGui: draft set of options handling for QuickSyncH265, AVC replica for now | Max Dmytrychenko | 2015-09-30 | 1 | -7/+9 |
| | |||||
* | App Services Tidyup Contd | Scott | 2015-09-26 | 1 | -0/+1 |
| | | | | Moving all the helper and utility classes to the gui project | ||||
* | AppServices tidyup | Scott | 2015-09-26 | 1 | -4/+8 |
| | | | | Moving the UI modelling and services to the GUI Project. | ||||
* | WinGui: Fetch video framerates from libhb | Scott | 2015-09-11 | 1 | -1/+3 |
| | |||||
* | WinGui: Fix a cosmetic issue with the VideoTune dropdown when setting ↵ | Scott | 2015-09-05 | 1 | -1/+2 |
| | | | | presets which only have FastDecode. | ||||
* | WinGui: Update the libhb preset stubs. | sr55 | 2015-05-16 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7198 b64f7644-9d1e-0410-96f1-a4d463321fa5 |