summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/VideoViewModel.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-281-2/+2
* WinGui: Improve the extra args tooltip.sr552015-01-231-1/+1
* WinGui: Fix tune options on the video tab for x265. Hide the Level option sin...sr552015-01-231-1/+23
* WinGui: Fix an issue with the video preset defaulting when changing the video...sr552015-01-231-1/+1
* WinGui: Hide the advanced tab checkbox for x265 since there isn't one.sr552015-01-221-1/+1
* WinGui: Fix a few binding errors.sr552015-01-221-10/+6
* WinGui: Some minor tidy up for the last checkin.sr552015-01-221-4/+1
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-221-480/+279
* WinGui: Quick Fix for the batch encoding with libhb mode.sr552015-01-191-1/+4
* WinGui: Some fixes around x264/x265 tune/profile optionssr552015-01-121-2/+2
* WinGui: Correcting namespaces.sr552015-01-051-1/+1
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-041-0/+1
* WinGui: Part 1 - Restructuring the AppServices library in preparation for the...sr552014-11-291-1/+1
* WinGui: Move the preset model object into the presets package.sr552014-11-231-1/+1
* WinGui: Move the preset system out of the services package.sr552014-11-231-0/+1
* WinGui: Fix x265 preset not loading correctly. UIA on the queue toolbar butt...0.10.0sr552014-11-211-1/+1
* WinGui: Fix for quality slider on queue edit. Was not updating correctly.sr552014-10-251-49/+66
* WinGui: Bug Fixes:sr552014-09-211-2/+2
* WinGui: Only show Turbo First pass checkbox on x264sr552014-08-261-0/+34
* WinGui: Fix QSV preset loading of RF Slidersr552014-05-211-1/+6
* WinGui: Minor tidy up of options. Cleanup of some code warnings and some init...sr552014-05-181-7/+1
* WinGui: Adding support for the VP8 encoder. Changing "CQ" to "RF" for x265sr552014-04-191-2/+14
* WinGui: Fix QuickSync and x265 quality slider.sr552014-03-281-21/+17
* WinGui: x265 UI patch by Zhang Zhigiang. sr552014-02-231-4/+177
* WinGui: Fix a large number of stylecop warnings. sr552013-11-191-6/+0
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-191-47/+48
* WinGui: don't ignore the H.264 profile and level when the encoder is QSV.Rodeo2013-11-081-19/+47
* WinGui: Handle libhb dll errors.sr552013-10-081-1/+15
* WinGui: Remove the option to disable libhb features as it's now vital to have...sr552013-09-171-2/+3
* WinGui: Remove the AV_MP4 option so we now only have the AV Format Muxer as "...sr552013-09-141-1/+1
* WinGui: Manually merged the QuickSync UI changes from the qsv branch to trunksr552013-08-231-3/+198
* WinGui: Some fixes around the Video and Advanced Tab query generation behaviour.sr552013-07-271-1/+6
* WinGui: sr552013-07-271-1/+15
* WinGui: Make the AVFormat Muxers default.sr552013-07-131-1/+1
* WinGui: Better keyboard navigation in the GUI. Added an encode progress bar ...sr552013-06-061-1/+0
* WinGui: Put Lower / Placebo Quality (Higher quality for non x264) markers und...sr552013-06-021-0/+13
* WinGui: Attempt 2 at fixing text overlap and fixed lossless warning label not...sr552013-05-251-1/+1
* WinGui: Fix the x264 preset/tune/profile tooltip so that it now shows the equ...sr552013-04-121-4/+28
* WinGui: UI Tweaks.sr552013-01-171-0/+68
* WinGui: Restore RF0 warning and Correctly show RF or QP depending on the vide...sr552013-01-061-4/+22
* WinGui: Add the plist keys and fix numerous bugs in the x264 preset/tune/prof...sr552012-12-291-4/+16
* WinGui: Initial work to implement x264 Preset/Tune/Profile/Level options in-gui.sr552012-12-281-118/+297
* WinGui: When we have a variable framerate preset, reset to "same as source" r...sr552012-12-081-5/+7
* WinGui: Tweak the advanced panel design so it is less likely to go off screen.sr552012-11-251-1/+1
* WinGui: Settings tidyupsr552012-10-101-3/+3
* WinGui: Fix culture issue with the framerate. Any non round number selection ...sr552012-09-011-1/+1
* WinGui: Strip out the last traces of MEF since it's not going to be used.sr552012-08-271-3/+0
* WinGui: Move some stuff around in the services library and refactor out some ...sr552012-07-201-1/+1
* WinGui: Initial work to restore queue editing functionality. (Note, it's not ...sr552012-07-081-0/+21
* WinGui: Fix for the Constant Quality slider when changing the granularity wit...sr552012-05-271-21/+39