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: Finish off moving the User Settings service to the UI Layer.
sr55
2013-11-19
9
-54
/
+59
*
WinGui: Removed the need for the user settings service from IEncode and IScan...
sr55
2013-11-19
4
-31
/
+24
*
WinGui: Started work on API improvements in the Application services dll. Rem...
sr55
2013-11-19
4
-18
/
+14
*
WinGui: use libhb presets for QSV.
Rodeo
2013-11-08
1
-7
/
+6
*
WinGui: don't ignore the H.264 profile and level when the encoder is QSV.
Rodeo
2013-11-08
1
-19
/
+47
*
WinGui: Remove AV_MKV option. Now default for the build
sr55
2013-11-08
1
-2
/
+2
*
WinGui: Fix adding a new VobSub or PGS subtitle, default it to "Burned In" fo...
sr55
2013-10-20
1
-16
/
+22
*
WinGui: Add a "Add 'Foreign Audio Scan'" option to the Automatic Subtitle tra...
sr55
2013-10-20
2
-4
/
+35
*
WinGui: Handle libhb dll errors.
sr55
2013-10-08
1
-1
/
+15
*
WinGui: Use the LumenWorks CsvReader library for the chapters tab. (MIT Licen...
sr55
2013-10-05
2
-10
/
+13
*
WinGui: All the hardware acceleration options are now available view a new ta...
sr55
2013-09-28
2
-1
/
+4
*
WinGui: Fix an index problem with the angles dropdown.
sr55
2013-09-27
1
-1
/
+1
*
WinGui: Added a new tab in Options to host "Video" related settings including...
sr55
2013-09-21
2
-150
/
+282
*
WinGui: Remove now unneeded debug menu
sr55
2013-09-21
3
-35
/
+6
*
WinGui: Remove the scan service wrapper as it's no longer needed.
sr55
2013-09-21
3
-7
/
+7
*
WinGui: Remove the option to disable libhb features as it's now vital to have...
sr55
2013-09-17
2
-29
/
+3
*
WinGui: Remove the AV_MP4 option so we now only have the AV Format Muxer as "...
sr55
2013-09-14
4
-8
/
+6
*
WinGui: Fix the Audio Track selection again.
sr55
2013-09-10
1
-0
/
+11
*
WinGui: Remove some unused References
sr55
2013-09-08
1
-5
/
+0
*
WinGui: Remove system info from about window.
sr55
2013-09-08
1
-42
/
+0
*
WinGui: Add System Information to the About Window and Log header.
sr55
2013-09-07
1
-0
/
+47
*
WinGui: Fix the Automatic Auto selection when a preset is selected. Honour th...
sr55
2013-09-07
1
-1
/
+1
*
WinGui: Change the implementation of the Source Menu Image handling. Hopefull...
sr55
2013-09-03
1
-5
/
+4
*
WinGui: Another small fix around point to point mode setting of start and end...
sr55
2013-09-01
1
-1
/
+1
*
WinGui: Fix an issue with the Seconds mode (not setting end point correctly)
sr55
2013-09-01
1
-5
/
+5
*
WinGui: Fix an issue with cropping param not being send to the CLI in AutoMod...
sr55
2013-09-01
1
-2
/
+2
*
WinGui: Some more work on the Instant HandBrake prototype.
sr55
2013-08-27
3
-3
/
+1037
*
WinGui: Update the new radio buttons to work with the presets changing.
sr55
2013-08-27
1
-0
/
+13
*
WinGui: Show a radio button on the filters tab to select between Deinterlace ...
sr55
2013-08-27
1
-0
/
+40
*
WinGui: Fixes around libhb scanning. (Progress % was not shown and the scan l...
sr55
2013-08-24
1
-1
/
+0
*
WinGui: Manually merged the QuickSync UI changes from the qsv branch to trunk
sr55
2013-08-23
2
-3
/
+199
*
WinGui: Cosmetic fixes around the new libhb scanning.
sr55
2013-08-22
1
-16
/
+0
*
WinGui: Initial work around around a when done countdown.
sr55
2013-08-21
3
-2
/
+182
*
WinGui: General code tidyup
sr55
2013-08-17
2
-7
/
+5
*
WinGui: Improved the Queue Tooltip and Added a new "Reset to 'Do nothing' wh...
sr55
2013-08-17
1
-0
/
+29
*
WinGui: Fix an issue with Queue Import/Export that didn't obey the Ok/Cancel ...
sr55
2013-08-11
1
-6
/
+8
*
WinGui: Setting the Initial Directory to null when we can't resolve a full pa...
sr55
2013-07-30
1
-4
/
+3
*
WinGui: Some fixes around the Video and Advanced Tab query generation behaviour.
sr55
2013-07-27
1
-1
/
+6
*
WinGui:
sr55
2013-07-27
3
-7
/
+36
*
WinGui: Fixed Anamorphic mode was not being saved when adding a preset with n...
sr55
2013-07-27
1
-0
/
+1
*
WinGui: Switch to native WPF dialogs for file handling except for the folder ...
sr55
2013-07-20
1
-5
/
+5
*
WinGui: Misc fixes and improvements
sr55
2013-07-20
2
-5
/
+24
*
WinGui: Change Loose and Strict Anamorphic to use hb_set_anamorphic_size
sr55
2013-07-14
1
-152
/
+157
*
WinGui: Make the AVFormat Muxers default.
sr55
2013-07-13
4
-7
/
+7
*
WinGui: Fix Typo on the queue.
sr55
2013-07-10
1
-1
/
+1
*
WinGui: Broke Status display. Fixed.
sr55
2013-06-29
3
-15
/
+1
*
WinGui: Just some prototype code for safe keeping. Some ideas around an Insta...
sr55
2013-06-29
3
-6
/
+78
*
WiWinGui: Remap the audio and video encoders. Hopefully this should also be ...
sr55
2013-06-16
1
-3
/
+4
*
WinGui: Added a new option that will allow users to fallback to using system ...
sr55
2013-06-13
3
-0
/
+37
*
WinGui: Better keyboard navigation in the GUI. Added an encode progress bar ...
sr55
2013-06-06
2
-3
/
+8
[next]