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
*
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
*
WinGui: Implement most of the HTTP Worker Process stubs.
sr55
2018-06-10
17
-123
/
+414
*
WinGui: Stub the RemoteInstance implementation of IEncodeInstance.
sr55
2018-06-10
2
-0
/
+89
*
WinGui: Split out the encode portion of IHandBrakeInstance into IEncodeInstan...
sr55
2018-06-10
4
-36
/
+58
*
WinGui: HandBrake.Worker tidyup.
sr55
2018-06-10
3
-35
/
+50
*
WinGui: Stub out a background worker process.
sr55
2018-06-10
7
-0
/
+406
*
Remove the unused "rows" header from the chapters DataGrid
Sam H
2018-06-10
1
-1
/
+1
*
WinGui: Add Support for the VCE Encoders.
sr55
2018-06-08
7
-10
/
+101
*
WinGui: cproj tidyup
sr55
2018-06-05
2
-191
/
+1
*
WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...
sr55
2018-06-05
205
-8399
/
+8392
*
WinGui: Additional Error Handling in EnumHelper
sr55
2018-06-05
1
-6
/
+23
*
WinGui: Make nuspec file visible in project.
sr55
2018-06-01
1
-1
/
+2
*
WinGui: Initial NuGet nuspec file.
sr55
2018-06-01
1
-0
/
+25
*
Update WinGUI build script: allow SignTool.exe location to be specified and a...
Frederick Ding
2018-05-31
1
-10
/
+10
*
WinGui: Open and Save File dialogs on the main window, now have their own "MR...
sr55
2018-05-24
3
-19
/
+65
*
WinGui: Don't allow subtitle import before a source has been scanned.
sr55
2018-05-24
4
-1
/
+22
*
WinGui: Add support for dropping .srt files onto the main window. When you do...
sr55
2018-05-24
3
-15
/
+62
*
WinGui: Potential Fix for #1288 Crash in the TreeViewHelper when selecting p...
sr55
2018-05-18
1
-0
/
+5
[next]