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
/
Services
Commit message (
Expand
)
Author
Age
Files
Lines
*
subtitles: simplify and shorten subtitle descriptions (#591)
John Stebbins
2017-03-10
1
-2
/
+2
*
WinGui: Rework of the preset system
sr55
2017-03-04
5
-66
/
+360
*
WinGui: Fix a number of stylecop warnings.
sr55
2017-02-11
5
-13
/
+7
*
WinGui: Fix Tape, Sprite and HighMotion Denoise Tunes. #571
sr55
2017-02-09
1
-1
/
+7
*
WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ...
sr55
2017-02-03
1
-1
/
+2
*
WinGui: Adding missing Tape and Sprite Denoise Tunes #544
sr55
2017-01-25
1
-0
/
+8
*
WinGui: Always use iso639 for srt language code rather than name. #541
sr55
2017-01-24
2
-2
/
+23
*
WinGui: Pause on Low Diskspace is for local drives only. Disabling check for ...
sr55
2017-01-15
1
-1
/
+1
*
WinGui: Use new hb_opencl_set_enable function. #496
sr55
2017-01-15
1
-1
/
+1
*
WinGui: Fix a crash when saving presets for video encoders that don't have pr...
sr55
2017-01-14
1
-3
/
+3
*
WinGui: Fix an issue which prevented the GUI from parsing presets with hb_pre...
sr55
2017-01-13
1
-2
/
+2
*
WinGui: Put up a clearer error when we can't read older presets rather than j...
sr55
2017-01-12
1
-2
/
+11
*
WinGui: Update EndPoint for API Change.
sr55
2017-01-11
1
-1
/
+1
*
WinGui: Workaround a bug in libhb where if the audio track name == "", the en...
sr55
2017-01-07
1
-1
/
+2
*
WinGui: Make sure to set libdvdnav setting before encoding. This fixes an iss...
sr55
2017-01-07
1
-0
/
+2
*
WinGui: A number of small fixes and Improvements.
sr55
2016-12-27
2
-10
/
+11
*
WinGui: New Setting to allow the QSV decoder to be used with Non QSV encoders...
sr55
2016-12-26
1
-0
/
+6
*
WinGui: Change the status bar to show when it's doing a subtitle scan.
sr55
2016-12-22
2
-0
/
+12
*
WinGui: Set QSV Decode to false if the hardware isn't available for use.
sr55
2016-12-18
1
-1
/
+3
*
WinGui: Advanced Tab Changes
sr55
2016-12-13
1
-8
/
+8
*
WinGui: Fix a large number of stylecop warnings.
sr55
2016-10-30
7
-27
/
+47
*
WinGui: Better handle empty/null strings from hb_generate_filter_settings_jso...
sr55
2016-10-30
1
-33
/
+69
*
WinGui: Replace Strict Anamorphic with Automatic.
sr55
2016-10-29
1
-2
/
+2
*
WinGui: Fix log display in the GUI where the start of a log could be cut off.
sr55
2016-09-22
1
-3
/
+2
*
WinGui: Add initial support for libopus audio encoder.
sr55
2016-09-03
1
-0
/
+4
*
WinGui: Enhance the security of our update checker. It can no longer access U...
sr55
2016-07-29
1
-5
/
+18
*
WinGui: Lay the foundation for editing presets with a simple rename window.
sr55
2016-07-25
3
-0
/
+38
*
WinGui: Stubbing out some meta data code.
sr55
2016-07-23
3
-1
/
+115
*
WinGui: Remove another exception for queue handling and just handle the condi...
sr55
2016-07-15
1
-1
/
+1
*
WinGui: Case sensitivity fix for checking queue duplicates
sr55
2016-07-15
1
-1
/
+13
*
WinGui: Bug fix in the new behaviour tracks preset loading.
sr55
2016-05-14
1
-3
/
+3
*
WinGui: Add a track list on the Audio Defaults screen. This changes the behav...
sr55
2016-05-12
3
-4
/
+24
*
WinGui: Improve the security of the update checker on windows. This download ...
sr55
2016-04-29
1
-25
/
+54
*
WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...
sr55
2016-04-23
1
-1
/
+1
*
WinGui: Some initial work to make the HandBrake.ApplicationServices library m...
sr55
2016-04-19
1
-0
/
+1
*
WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...
sr55
2016-04-17
1
-2
/
+1
*
WinGui: Handle null mixdowns properly. Fixes #152
sr55
2016-04-12
2
-5
/
+4
*
WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...
sr55
2016-04-09
3
-17
/
+34
*
WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer sh...
sr55
2016-04-09
5
-26
/
+43
*
WinGui: Add a new JSON file type to the queue export functionality. This expo...
sr55
2016-03-26
3
-0
/
+87
*
WinGUI: Remove option to enable DXVA decoding. There are too many issues with...
sr55
2016-03-21
2
-10
/
+0
*
WinGui: Some fixes and tidyup of the new logging code.
sr55
2016-03-21
2
-6
/
+6
*
WinGui: Add a Logging Service into the AppServices library. This does not dep...
sr55
2016-03-21
5
-420
/
+49
*
WinGui: Add SHA1 Verification of the update downloads and don't start the ins...
sr55
2016-03-12
2
-7
/
+38
*
WinGui: Fixes for the new filters setup.
sr55
2016-03-11
2
-3
/
+7
*
WinGui: Initial commit supporting separated interlace detection. Not tested yet.
sr55
2016-03-11
3
-0
/
+51
*
WinGui: Fix Framerate mode for Same as source
sr55
2016-03-09
1
-1
/
+1
*
WinGui: Update deinterlace method to Yadif and update presets. Will look int...
sr55
2016-03-09
2
-17
/
+14
*
WinGui: Initial support for dict based filter options.
sr55
2016-03-09
1
-30
/
+39
*
WinGui: Updating the code to handle Deinterlace / Decomb / Rotation options f...
sr55
2016-03-02
1
-37
/
+9
[next]