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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...
sr55
2018-07-08
6
-402
/
+152
*
WinGui: Tidy up some unused variables.
sr55
2018-07-08
1
-1
/
+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
2
-15
/
+15
*
WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...
sr55
2018-07-07
9
-140
/
+274
*
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
2
-6
/
+31
*
WinGui: Fix a bug in queue recovery where old files were not deleted.
sr55
2018-06-15
1
-2
/
+8
*
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: Implement most of the HTTP Worker Process stubs.
sr55
2018-06-10
10
-34
/
+326
*
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
1
-1
/
+1
*
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
3
-10
/
+51
*
WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...
sr55
2018-06-05
83
-159
/
+159
*
WinGui: Additional Error Handling in EnumHelper
sr55
2018-06-05
1
-6
/
+23
*
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
*
WinGui: Fix an issue with the Add preset window that prevented it from updati...
sr55
2018-05-18
2
-3
/
+19
*
WinGui: Some more backend work for the upcoming Queue redesign.
sr55
2018-05-18
3
-16
/
+67
*
WinGui: Improved behaviour of the Add Selection to Queue Window. Can now be ...
sr55
2018-05-16
2
-4
/
+19
*
WinGui: Make the error checking more aggressive when adding to queue. Add sup...
sr55
2018-05-09
3
-5
/
+50
*
WinGui: Remove Logging abstraction from the Services library. Let the librar...
sr55
2018-05-08
14
-19
/
+673
*
WinGui: Remove some unnecessary version / bitness calls in the Services library.
sr55
2018-05-08
3
-4
/
+4
*
WinGui: Update Version Numbers around the application / Installer. Update th...
sr55
2018-05-06
4
-9
/
+9
*
WinGui: Tidy-up some erroneous namespaces.
sr55
2018-05-06
3
-6
/
+0
*
WinGui: Remove Non-Build Dependancy on Stylecop.Analyzers
sr55
2018-05-06
2
-6
/
+0
*
WinGui: Upgrade to Json.NET 11.0.2
sr55
2018-05-06
2
-4
/
+3
*
WinGui: Upgrade to Caliburn Micro 3.2.0
sr55
2018-05-06
2
-13
/
+9
*
WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. T...
sr55
2018-05-06
2
-1
/
+32
*
WinGui: Upgrade to .NET Framework 4.7.1
sr55
2018-05-06
2
-2
/
+2
*
WinGui: For MP4 files, when subtitles are incompatible and we've already used...
sr55
2018-05-06
1
-0
/
+5
*
WinGui: Fix Tabbing behaviour on the main tab control. Fixes #1313
sr55
2018-05-01
1
-1
/
+1
*
WinGui: Change the "Picture Size" label to "Dimensions" to avoid confusion on...
sr55
2018-05-01
2
-2
/
+2
*
WinGui: Fix an issue where the "When Done" would prevent HandBrake from savi...
sr55
2018-04-29
1
-3
/
+4
*
WinGui: Improve the Number Box control. 1. Add support for Up/Down Arrow to...
sr55
2018-04-29
2
-2
/
+11
*
WinGui: Fix some potential null reference exceptions in EnumHelper #1302
sr55
2018-04-23
1
-0
/
+15
*
WinGui: Tidy up AudioTrack.cs
sr55
2018-04-23
1
-4
/
+1
*
WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC f...
sr55
2018-04-23
3
-26
/
+24
*
WinGui: Portable Mode: New option to disable startup update check.
sr55
2018-04-23
3
-1
/
+24
*
WinGui: Block Installation on 32bit systems.
sr55
2018-04-20
2
-6
/
+18
*
WinGui: New start-up command line option. --recover-queue-ids=<command sepa...
sr55
2018-04-14
4
-10
/
+34
*
WinGui: Cleanup the QueueRecoveryHelper and make it a little smarter about ho...
sr55
2018-04-14
1
-66
/
+52
*
WinGui: Some further x86 Cleanup
sr55
2018-04-14
1
-22
/
+1
*
WinGui: Tidy up the build system by removing x86 build profiles.
sr55
2018-04-13
8
-449
/
+36
[prev]
[next]