index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
win
/
CS
/
HandBrakeWPF
/
ViewModels
Commit message (
Expand
)
Author
Age
Files
Lines
*
WinGui: Fix an issue with live preview state after the first preview and impr...
sr55
2020-10-31
1
-12
/
+20
*
WinGui: Simultaneous encode improvements.
sr55
2020-10-24
1
-16
/
+1
*
HandBrake.Interop: Library cleanup.
sr55
2020-10-04
1
-3
/
+2
*
WinGui: Performance Optimisation to the summary tab. Don't request previews w...
sr55
2020-09-07
1
-1
/
+6
*
WinGui: Various fixes to the log window when using muilti-instance.
sr55
2020-09-05
1
-44
/
+44
*
WinGui: Add a menu option to allow exporting all user presets for easier back...
sr55
2020-08-22
1
-18
/
+40
*
WinGui: Make it clearer that other media players may work for video preview p...
sr55
2020-08-22
2
-29
/
+9
*
WinGui: Improvements to the new Preset Management UI.
sr55
2020-08-04
5
-8
/
+76
*
WinGui: Update the UI to allow passthru of metadata to be disabled. This util...
sr55
2020-07-31
1
-1
/
+6
*
WinGui: Use newer language structure in OptionsViewModel to tidy it up a bit.
sr55
2020-07-31
1
-559
/
+94
*
WinGui: Fix Build
sr55
2020-07-24
1
-8
/
+0
*
WinGui: Add back lost functionality on the new queue design. There is now a ...
sr55
2020-07-24
3
-6
/
+46
*
WinGui: Make QSV hardware detection APIs information available to the UI for ...
sr55
2020-07-18
2
-8
/
+55
*
WinGui: Don't perform the chapter duration validation if the imported file d...
sr55
2020-07-05
1
-11
/
+15
*
WinGui: Disable simulatenous encode support on low end systems. Increase t...
sr55
2020-07-03
1
-1
/
+17
*
WinGui: Presets UI overhaul.
sr55
2020-06-30
3
-28
/
+437
*
WinGui: Adding support for the new resolution limit setup to the preset scree...
sr55
2020-06-26
2
-53
/
+160
*
WinGui: Experimental new Dimensions Tab Design. (Part 1 of Several). Addin...
sr55
2020-06-26
2
-238
/
+122
*
WinGui: UI performance improvement when starting multiple jobs. #2912
sr55
2020-06-05
1
-2
/
+2
*
WinGui: Fix an issue where the treeview control can, when categories are clos...
sr55
2020-06-03
1
-1
/
+6
*
WinGui: Add a debug menu for nightly builds that allows exporting and importi...
sr55
2020-05-23
1
-372
/
+87
*
WinGui: Lay the ground work for adding the padding filter to the Windows UI. ...
sr55
2020-05-17
2
-376
/
+56
*
WinGui: Fix a potential crash when working with DVD discs during AutoNaming F...
sr55
2020-05-10
3
-70
/
+25
*
WinGui: Add option to reset settings to defaults in preferences (top right, ...
sr55
2020-05-09
1
-0
/
+15
*
WinGui: Missed files #2814
sr55
2020-05-03
2
-4
/
+4
*
WinGui: Couple if minor bug fixes.
sr55
2020-05-03
1
-1
/
+23
*
WinGui: Fix Presets and Summary FPS labels.
sr55
2020-05-02
1
-1
/
+4
*
WinGui: Fix process priority setting. Fixes #2811
sr55
2020-05-02
1
-1
/
+1
*
WinGui: Enable multi-instance support. (#2797)
Scott
2020-04-29
3
-62
/
+42
*
Multi instance (#2791)
Scott
2020-04-26
8
-762
/
+164
*
WinGui: Improve Langauge for process isolation and be clear what it is, and h...
sr55
2020-04-11
1
-6
/
+6
*
WinGui: If selecting a preset that uses an video encoder that's not in use, w...
sr55
2020-04-11
1
-3
/
+14
*
WinGui: Improvements to the Process Isolation Worker.
sr55
2020-04-11
1
-0
/
+8
*
WinGui: Stripping much of the remaining app config out of the Queue Jobs. Cer...
sr55
2020-04-11
3
-5
/
+5
*
WinGui: Fix preview images for "None" when using anamorphic content.
sr55
2020-03-18
1
-2
/
+2
*
WinGui: Disable the Queue Tabs when multiple items are selected to avoid UI c...
sr55
2020-03-14
1
-2
/
+28
*
WinGui: Fix a localisation issue on the Point to Point Dropdown and add Title...
sr55
2020-03-03
1
-2
/
+2
*
WinGui: Add an explicit option in preferences to enable additional fixed func...
sr55
2020-02-26
1
-2
/
+19
*
WinGui: Improve Handling of Low Disk Space Alerts
sr55
2020-02-23
3
-17
/
+36
*
WinGui: When Deleting Selected records, if one of the jobs is encoding, promp...
sr55
2020-02-12
1
-1
/
+1
*
WinGui: AutoPassthru is now implemented using libhb using hb_autopassthru_get...
sr55
2020-02-07
1
-3
/
+3
*
WinGui: Fix handling of Estimated Time left when job time >= 1 day. Fixes #2582
sr55
2020-02-05
2
-6
/
+9
*
WinGui: Improve the way the Audio and Subtitle Language selection is handled....
sr55
2020-02-05
2
-9
/
+21
*
WinGui: Add a preference to enable/disable the power state monitoring. Also a...
sr55
2020-02-05
1
-0
/
+35
*
WinGui: Main Window Status label not updating correctly when resetting jobs. ...
sr55
2020-01-25
1
-9
/
+1
*
WinGui: Clear queue options should not clear in-progress jobs. Fixes #2587
sr55
2020-01-18
1
-2
/
+2
*
WinGui: Split the Copyright away from the GPL license information. Fixes #2551
sr55
2020-01-13
1
-0
/
+8
*
WinGui: Improve the way updates are notified. The status label isn't visible ...
sr55
2019-12-29
1
-0
/
+13
*
WinGui: Experimental Worker Process (Basic logging is now operational) + UI I...
sr55
2019-12-29
2
-3
/
+59
*
WinGui: First step in a long overdue cleanup of the logging code. Stripped ou...
sr55
2019-12-28
2
-11
/
+5
[next]