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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WinGui: When Deleting a job, select the nearest or first item in the list to ...
sr55
2018-09-24
1
-0
/
+10
*
WinGui: Handle no log files better in the new experimental queue layout.
sr55
2018-09-24
1
-0
/
+4
*
WinGui: Fail a job instantly if the destination folder is missing. Don't spoo...
sr55
2018-09-24
1
-0
/
+7
*
WinGui: Add Retry Selected and Retry All Jobs to the Queue List right click m...
sr55
2018-09-22
4
-0
/
+49
*
WinGui: Couple of queue bug fixes. #1087
sr55
2018-09-22
2
-9
/
+3
*
WinGui: Adding Stats and Log Tabs to the new experimental queue view. #1087
sr55
2018-09-22
5
-28
/
+248
*
WinGui: Implementing the new queue design. This is currently experimental and...
sr55
2018-09-22
17
-289
/
+958
*
WinGui: Archive Queue Recovery files for 7 days. Add an option on the Source ...
sr55
2018-09-21
5
-14
/
+120
*
WinGui: Allow E-AC3 muxing in MP4
sr55
2018-09-21
1
-1
/
+0
*
WinGui: Fix a bug in the Number Box control #1598
sr55
2018-09-18
1
-2
/
+2
*
WinGui: Cosmetic fix on the options pane.
sr55
2018-09-15
1
-1
/
+1
*
WinGui: Add Experimental Features preferences to toggle ideas we are experime...
sr55
2018-09-15
7
-19
/
+99
*
WinGui: Add a prompt on Stop Encode to confirm. Fixes #1571
sr55
2018-09-14
3
-1
/
+34
*
WinGui: When opening preferences, reset to General tab if the last tab used w...
sr55
2018-09-14
3
-3
/
+14
*
WinGui: Small UI adjustments on the video tab.
sr55
2018-08-31
1
-3
/
+3
*
WinGui: Set x264/5 Granularity to 0.5 by default. Also allow the slider contr...
sr55
2018-08-31
2
-4
/
+4
*
WinGui: Update label in advanced options.
sr55
2018-08-26
2
-2
/
+2
*
Autoname creation date
Matthew Lazarow
2018-08-13
4
-7
/
+49
*
WinGui: Minor code tidyup.
sr55
2018-08-13
7
-51
/
+37
*
WinGui: Cleanup of some unneeded references across the projects.
sr55
2018-08-09
6
-17
/
+0
*
WinGui: Preparing the UI for a move to .NET CORE next year when the Desktop P...
sr55
2018-08-09
1
-36
/
+47
*
NVEnc: Add human names for encoder presets and remove currently invalid options.
sr55
2018-08-08
2
-0
/
+47
*
WinGui: Remap Ctrl-S to Open Destination Save Dialog. Start Encode is now C...
sr55
2018-08-03
3
-4
/
+15
*
WinGui: Don't grey out the Start Queue button when the encode is paused. #1501
sr55
2018-07-29
2
-13
/
+3
*
WinGui: Make sure the Container is selected before the Audio/Subtitle tabs to...
sr55
2018-07-26
1
-1
/
+1
*
WinGui: Alignment tweak on the main window.
sr55
2018-07-25
1
-2
/
+2
*
WinGui: Allow the Title Dropdown to grow in width where it makes sense. #1499
sr55
2018-07-25
1
-20
/
+29
*
WinGui: Make the error message nicer when the system clipboard is unavailable...
sr55
2018-07-25
5
-19
/
+53
*
WinGui: Remove temp VCE hack.
sr55
2018-07-21
1
-2
/
+1
*
WinGui: Better handle Open Source Directory on the Queue where batch scan is ...
sr55
2018-07-19
1
-0
/
+5
*
WinGui: Move UserSettings over to JSON format. Settings from the older XML f...
sr55
2018-07-18
12
-108
/
+143
*
WinGui: Remove CPU information from log header. It's also in the main log body.
sr55
2018-07-13
1
-1
/
+0
*
WinGui: Fix an issue that was causing the app to erroneously create a "HandBr...
sr55
2018-07-13
1
-1
/
+1
*
WinGui: Few small updates to the EncodeTaskImportFactory
sr55
2018-07-13
2
-12
/
+16
*
WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...
sr55
2018-07-08
10
-492
/
+179
*
WinGui: Remove Unused OpenCL call.
sr55
2018-07-08
1
-4
/
+0
*
WinGui: Tidy up some unused variables.
sr55
2018-07-08
4
-16
/
+0
*
WinGui: Initial work to refactor the queue infrastructure to use the same JSO...
sr55
2018-07-08
12
-29
/
+492
*
WinGui: Update the Encode Json Factory to produce human readable Json for aud...
sr55
2018-07-07
7
-61
/
+20
*
WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...
sr55
2018-07-07
11
-140
/
+289
*
WinGui: Extend the "Video" preference tab to allow the hardware encoders to b...
sr55
2018-06-29
9
-238
/
+198
*
Add NVEnc encoder. (Round 3) (#1437)
Scott
2018-06-29
5
-7
/
+96
*
WinGui: Fix a bug in queue recovery where old files were not deleted.
sr55
2018-06-15
1
-2
/
+8
*
WinGui: Fix a potential crash in HandBrakeEncoderHelpers.cs
sr55
2018-06-15
1
-20
/
+21
*
WinGui: Fix a crash in a converter.
sr55
2018-06-15
1
-1
/
+1
*
WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ...
sr55
2018-06-14
7
-15
/
+53
*
WinGui: Soften the colour of the grid lines in the chapters table
Sam H
2018-06-14
1
-1
/
+2
*
WinGui: Make MenuItems the same height as the Menu
Sam H
2018-06-14
1
-0
/
+5
*
WinGui: Add HintPath to newtonsoft json in the worker process project. It sho...
sr55
2018-06-14
1
-0
/
+1
*
WinGui: Don't compile the AppX project when building the solution. It's not c...
sr55
2018-06-11
1
-4
/
+0
[next]