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: Add Preference to perform the When Done Action immediately without t...
sr55
2019-05-22
1
-14
/
+35
*
WinGui: Add missing .ass extension to subtitle import
sr55
2019-05-12
1
-1
/
+1
*
WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...
sr55
2019-05-10
4
-8
/
+8
*
WinGui: Fix fast decode tune with x264 vs x265. #2083
sr55
2019-05-07
1
-6
/
+9
*
WinGui: Allow SSA files to be dropped on the UI.
sr55
2019-05-04
1
-2
/
+3
*
WinGui: Update the UI for the new deblock filter. #2028
sr55
2019-05-02
1
-1
/
+2
*
WinGui: Refactor Filters View Model - (Grayscale)
sr55
2019-04-25
1
-37
/
+12
*
WinGui: Refactor Filters View Model - (Rotate and Flip)
sr55
2019-04-25
1
-57
/
+8
*
WinGui: Refactor Filters View Model - (Deblock)
sr55
2019-04-25
1
-103
/
+10
*
WinGui: Refactor Filters View Model - (Deinterlace and Detection Filters)
sr55
2019-04-25
1
-219
/
+15
*
WinGui: Refactor Filters View Model - (Detelecine Filter)
sr55
2019-04-25
1
-74
/
+12
*
WinGui: Refactor Filters View Model - (Denoise Filter)
sr55
2019-04-25
1
-143
/
+9
*
WinGui: Refactor the Filters View Model. Each filter will now have it's own ...
sr55
2019-04-25
1
-118
/
+13
*
WinGui: Auto-name System will now always generate a unique filename. The Pref...
sr55
2019-04-21
1
-1
/
+60
*
WinGui: New option to control the file overwrite default behaviour. Overwrite...
sr55
2019-04-20
2
-9
/
+38
*
WinGui: Various fixes and improvements to validation handling and options in...
sr55
2019-04-19
2
-14
/
+17
*
WinGui: Fix Language ordering for Audio and Subtitle tabs. Fixes #2050
sr55
2019-04-17
2
-7
/
+15
*
WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042
sr55
2019-04-16
1
-0
/
+1
*
WinGui: Minor bug fixes and UX improvements to the new queue design.
sr55
2019-04-06
1
-0
/
+5
*
WinGui: Reafactor application init and introduce a --no-hardware flat that ca...
sr55
2019-04-06
2
-5
/
+1
*
WinGui: Minor queue bugfix for delete action
sr55
2019-03-30
1
-0
/
+5
*
WinGui: Fix an issue where cropping was taking into account too late when loa...
sr55
2019-03-24
1
-14
/
+20
*
WinGui: Add protection against unavailable directory in MRU List. Fixes #1995
sr55
2019-03-17
1
-2
/
+2
*
WinGui: Log exceptions out to files in the log directory. #1950
sr55
2019-03-09
1
-27
/
+26
*
WinGui: Queue -> Overhaul the context menu on the queue to offer context awar...
sr55
2019-03-03
1
-2
/
+2
*
WinGui: Remove the legacy queue design. The new design is now always used.
sr55
2019-03-03
4
-25
/
+0
*
WinGui: Reinstate "Resume" vs "Start" encode on the Main screen. Fixes #1919
sr55
2019-02-22
1
-1
/
+12
*
WinGui: Attempt to be smarter with the Autonaming when dealing with directori...
sr55
2019-02-21
1
-10
/
+16
*
WinGui: Fix summary tab delayed refresh. Fixes #1914
sr55
2019-02-20
1
-0
/
+2
*
WinGui: Set the button text to "Apply" on the Defaults Windows rather than "S...
sr55
2019-02-18
4
-17
/
+20
*
WinGui: Temp fix for the build until we can refactor the queue error handling.
sr55
2019-02-13
1
-1
/
+1
*
Add WebM support (#1822)
Justin Bull
2019-02-13
7
-15
/
+142
*
WinGui: Utilise new hb_global_init_no_hardware when hb_global_init fails. T...
sr55
2019-02-11
1
-0
/
+3
*
WinGui: Change the behaviour of the destination source alert to revert to the...
sr55
2019-02-07
1
-1
/
+1
*
WinGui: Remove inline Destination check. It's more annoying than useful. Fixe...
sr55
2019-01-30
1
-7
/
+0
*
WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle po...
sr55
2019-01-27
1
-3
/
+23
*
WinGui: Move the Queue Recovery option from the source panel to the Queue Men...
sr55
2019-01-27
1
-0
/
+5
*
WinGui: Adding some additional validation to the destination box.
sr55
2019-01-27
1
-0
/
+7
*
WinGui: Improve Add to queue error Handling. Combine 2 Dialog prompts into ...
sr55
2019-01-24
2
-26
/
+37
*
WinGui: Initial support for SSA file import.
sr55
2019-01-14
1
-5
/
+5
*
WinGui: Make the toolbar customisation options more discoverable by making th...
sr55
2019-01-14
2
-9
/
+41
*
WinGui: Make the MRU feature more useful. If the directory is not found, chec...
sr55
2019-01-12
1
-0
/
+18
*
WinGui: Minor tidyup in MVM.
sr55
2019-01-12
1
-176
/
+11
*
WinGui: Strip out some legacy code for x264 options handling.
sr55
2019-01-12
4
-1317
/
+2
*
WinGui: Improvements to the new queue design.
sr55
2019-01-04
1
-8
/
+46
*
WinGui: Fix restriction on the picture settings tab after setting a preset. ...
sr55
2019-01-01
1
-2
/
+6
*
WinGui: Fix erroneous log message error about invalid x264 preset when not us...
sr55
2019-01-01
1
-0
/
+5
*
WinGui: Fix issues with "Any" language selection with the "First" option use...
sr55
2018-12-30
2
-70
/
+74
*
WinGui: Fix an issue where picture settings (crop and anamorphic) are not cor...
sr55
2018-12-30
1
-0
/
+11
*
WinGui: Fix an error when trying to encode an item with no destination.
sr55
2018-12-16
1
-8
/
+9
[next]