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
/
PictureSettingsViewModel.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
WinGui: Fix an issue where cropping was taking into account too late when loa...
sr55
2019-03-24
1
-14
/
+20
*
WinGui: Fix restriction on the picture settings tab after setting a preset. ...
sr55
2019-01-01
1
-2
/
+6
*
WinGui: Fix an issue where picture settings (crop and anamorphic) are not cor...
sr55
2018-12-30
1
-0
/
+11
*
WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...
sr55
2018-06-05
1
-3
/
+3
*
Misc. typos
luz.paz
2018-02-20
1
-2
/
+2
*
WinGui: Remove debug option that's causing aspect ratio issues on the Picture...
sr55
2018-02-14
1
-1
/
+1
*
WinGui: Fixes to Anamorphic handling on the picture tab and in static preview...
sr55
2018-02-10
1
-10
/
+5
*
WinGui: Reset crop settings when switching back to Automatic.
sr55
2017-12-15
1
-0
/
+8
*
WinGui: Initial Activation of the "modified" preset detection code. (Audio/Su...
sr55
2017-12-12
1
-0
/
+2
*
WinGui: Initial ground work on code that will detect when the user modifies s...
sr55
2017-09-17
1
-0
/
+23
*
WinGui: Don't enable the Display Width control for Custom Anamorphic when Kee...
sr55
2017-07-04
1
-15
/
+22
*
WinGui: Adding support for Custom Anamorphic back. Implements #504
sr55
2017-06-28
1
-6
/
+15
*
WinGui: Fix an issue that prevented the static preview from updating as the u...
sr55
2017-06-08
1
-1
/
+2
*
WinGui: Fix a number of stylecop warnings.
sr55
2017-02-11
1
-2
/
+3
*
WinGui: Improve the SourceMax / Custom Picture Settings modes. Fixes a numer ...
sr55
2017-01-02
1
-29
/
+36
*
WinGui: Further Fixes to the Picture Settings screen when handling new sources.
sr55
2016-12-10
1
-10
/
+6
*
WinGui: Further fixes to handle the new "Automatic" anamorphic.. This should ...
sr55
2016-12-10
1
-11
/
+16
*
WinGui: When we are dealing with Automatic anaorphic, we also need to pre-set...
sr55
2016-11-06
1
-0
/
+3
*
WinGui: Fix Anamorphic Mode Auto
sr55
2016-11-01
1
-1
/
+1
*
WinGui: Make the Width/Height fields enabled for Anamorphic=Automatic
sr55
2016-10-30
1
-3
/
+3
*
WinGui: Replace Strict Anamorphic with Automatic.
sr55
2016-10-29
1
-2
/
+2
*
AppServices tidyup
Scott
2015-09-26
1
-2
/
+2
*
WinGui: Moving the bulk of the view model strings to resources.
sr55
2015-06-11
1
-1
/
+2
*
WinGui: Updating the app to handle the latest JSON API change regarding the A...
sr55
2015-03-07
1
-20
/
+4
*
WinGui: Remove the EncodeJob model. This removes another abstraction layer th...
sr55
2015-03-05
1
-3
/
+2
*
WinGui: Moving the Interop Code into the services library. This will allow so...
sr55
2015-02-28
1
-2
/
+2
*
WinGui: Quick Fix for the batch encoding with libhb mode.
sr55
2015-01-19
1
-2
/
+12
*
WinGui: Combine the Still and Live previews into a single window in the same ...
sr55
2015-01-17
1
-14
/
+0
*
WinGui: Remove "Aspect Ratio" Display on the Picture tab. It's not really use...
sr55
2015-01-09
1
-2
/
+1
*
WinGui: Refracting some of the modelling around the Encode Services
sr55
2015-01-04
1
-0
/
+2
*
WinGui: Part 1 - Restructuring the AppServices library in preparation for the...
sr55
2014-11-29
1
-1
/
+1
*
WinGui: Remove the option to enable the static preview window. Window is now ...
sr55
2014-11-27
1
-11
/
+0
*
WinGui: Move the preset model object into the presets package.
sr55
2014-11-23
1
-1
/
+1
*
WinGui: Move the preset system out of the services package.
sr55
2014-11-23
1
-0
/
+1
*
WinGui: Bug Fixes:
sr55
2014-09-21
1
-2
/
+12
*
WinGui: Fix an issue loading preset Maximum Width/Height info. This was causi...
sr55
2014-09-09
1
-4
/
+5
*
WinGui: Switch to using hb_set_anamorphic_size2. This simplifies the picture ...
sr55
2014-08-22
1
-493
/
+357
*
WinGui: Fix a styling issue on the preview window. Disable libhb encode for...
sr55
2014-08-02
1
-0
/
+11
*
WinGui: Don't grab previews when the preview window hasn't been opened. (Not...
sr55
2014-05-24
1
-1
/
+3
*
WinGui: Give the preview window a presence on the picture settings tab. Added...
sr55
2014-05-17
1
-1
/
+1
*
WinGui: Tidy up a few cosmetic issues and enable the picture preview code in ...
sr55
2014-01-25
1
-17
/
+4
*
WinGui: Fix a crash when updating the status display.
sr55
2014-01-02
1
-0
/
+1
*
WinGui: Some further work in the background on the still preview feature.
sr55
2013-12-06
1
-4
/
+43
*
WinGui: Some additional work on Static Previews. Added slider to select the p...
sr55
2013-11-22
1
-2
/
+2
*
WinGui: Putting in place the framework for a static preview window. Initial ...
sr55
2013-11-19
1
-12
/
+24
*
WinGui: Finish off moving the User Settings service to the UI Layer.
sr55
2013-11-19
1
-0
/
+1
*
WinGui: General code tidyup
sr55
2013-08-17
1
-6
/
+4
*
WinGui: Fixed Anamorphic mode was not being saved when adding a preset with n...
sr55
2013-07-27
1
-0
/
+1
*
WinGui: Misc fixes and improvements
sr55
2013-07-20
1
-4
/
+4
*
WinGui: Change Loose and Strict Anamorphic to use hb_set_anamorphic_size
sr55
2013-07-14
1
-152
/
+157
[next]