summaryrefslogtreecommitdiffstats
path: root/win/CS
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Strip out some unused code.sr552015-01-275-142/+11
* WinGui: Fix a object reference issue with the ScannedSource in the QueueTask ...sr552015-01-254-10/+10
* WinGui: Add XmlIgnore attribute to the Titles collection of the ScannedSource...sr552015-01-251-0/+2
* WinGui: Bring the live preview and static preview indexes into sync.sr552015-01-251-1/+1
* WinGui:sr552015-01-2510-652/+1660
* WinGui: Moving the built-in preset storage over to JSON.sr552015-01-251-30/+39
* WinGui: Handle the Logging events a bit better. This will stop some of the cr...sr552015-01-242-13/+10
* WinGui: Switch all the FileOpen / FileSave dialogs over to the native windows...sr552015-01-235-14/+11
* WinGui: Improve the extra args tooltip.sr552015-01-233-1/+13
* WinGui: Fix tune options on the video tab for x265. Hide the Level option sin...sr552015-01-233-3/+29
* WinGui: Fix an issue with the video preset defaulting when changing the video...sr552015-01-231-1/+1
* WinGui: Remove the Simple advanced options tab. sr552015-01-2311-312/+33
* WinGui: Hide the advanced tab checkbox for x265 since there isn't one.sr552015-01-221-1/+1
* WinGui: Always show 1 based indexes for audio and subtitles, and give libhb 0...sr552015-01-222-4/+4
* WinGui: Remove bad comment.sr552015-01-221-1/+0
* WinGui: Fix subtitle track index. Made both Audio and Subtitle tracks 0 based.sr552015-01-223-4/+5
* WinGui: Fix a few binding errors.sr552015-01-223-12/+8
* WinGui: Some minor tidy up for the last checkin.sr552015-01-223-13/+41
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-2235-1436/+1152
* WinGui: Fix audio track selection on JSON LibHB API.sr552015-01-202-5/+4
* WinGui: Improve the preset load failure error message. Remove some duplicate ...sr552015-01-205-57/+71
* WinGui: Quick Fix for the batch encoding with libhb mode.sr552015-01-1917-34/+90
* WinGui: Adding additional logging around LibHB scan / encode to track down wh...sr552015-01-193-19/+67
* WinGui: Removing some more dead code in the interop library.sr552015-01-1820-759/+65
* WinGui: Removing some redundant code from the interop library.sr552015-01-187-326/+6
* WinGui: Remove the EncodingProfile object as it doesn't make sense in the con...sr552015-01-189-637/+566
* WinGui: Combine the Still and Live previews into a single window in the same ...sr552015-01-1714-634/+455
* WinGui: Don't set audio rate fields in the json message for passthru.sr552015-01-173-11/+22
* WinGui: Fix SRT subtitle filepath issue.sr552015-01-171-1/+1
* WinGui: Make the Bitrate, compression and quality nullable in the json audiol...sr552015-01-171-3/+3
* WinGui:sr552015-01-1720-159/+224
* WinGui: Fix QSV Preset/Profile/Levelsr552015-01-141-0/+6
* WinGui: Libhb JSON API, Fix Extra encode arguments.sr552015-01-141-3/+2
* WinGui: Fixes to new JSON API Code, Audio and Chapter settings.sr552015-01-134-17/+22
* WinGui: Fix build.sr552015-01-131-3/+3
* WinGui: Some fixes around x264/x265 tune/profile optionssr552015-01-127-13/+32
* WinGui: Another fix to 2Pass encoding on the new JSON api.sr552015-01-111-0/+2
* WinGui: Make LibHB a first class citizen for encoding. (Now on by default). U...sr552015-01-1110-24/+41
* WinGui: Fix a large memory leak in the preview window that was introduced wit...sr552015-01-103-1/+11
* WinGui: sr552015-01-1013-18/+110
* WinGui: Another copyright notice updated.sr552015-01-092-2/+2
* WinGui: Update copyright yearsr552015-01-093-3/+3
* WinGui: Missed file from previous checkinsr552015-01-091-2/+2
* WinGui: Moving the Interop Converts to the Top level as well since it's consi...sr552015-01-094-15/+15
* WinGui: Move the Encoders class to the root level of the Interop Library and ...sr552015-01-0915-92/+51
* WinGui: Further API tidyup in the interop library. Moving some filesize calcu...sr552015-01-095-311/+335
* WinGui: Better UTF-8 Fix, Also fixed encode classsr552015-01-091-7/+3
* WinGui: Some Tweaks to the configure defaults UI. Improve auto passthru langu...sr552015-01-092-12/+26
* WinGui: Remove "Aspect Ratio" Display on the Picture tab. It's not really use...sr552015-01-095-10/+2
* WinGui: Fix an issue with non-ASCII characters in the new JSON Scan API. Than...sr552015-01-091-6/+7