summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ...sr552015-03-294-166/+52
* Remove unused hb_get_scancount functionritsuka2015-03-291-6/+0
* WinGui: Make the anamorphic objects in the services library public. sr552015-03-144-5/+11
* WinGui: Fixed the temp Property Changed Base Impl.sr552015-03-144-29/+238
* WinGui: Remove the Caliburn Micro / Castle dependency in The services library...sr552015-03-1422-35/+141
* WinGui: Fix the Encoder Tune option. sr552015-03-091-1/+4
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-077-253/+67
* WinGui: Stripping out a lot of legacy abstraction code for the scan service.sr552015-03-0618-808/+80
* WinGui: Restore the preview functionality after refactoring. sr552015-03-062-2/+14
* WinGui: Moving some more namespaces. sr552015-03-0510-103/+8
* WinGui: Remove the EncodeJob model. This removes another abstraction layer th...sr552015-03-0523-1174/+264
* WinGui: Dropping more legacy code and moving some more UI only code up to the...sr552015-03-015-156/+0
* WinGui: Moving the Queue Code out to the UI level. The services library will ...sr552015-03-019-1325/+0
* WinGui: Removing the Isolation code as it's not used, and planned for libhb i...sr552015-03-016-419/+3
* WinGui: Tabs -> Spaces.sr552015-02-2851-2261/+2261
* WinGui: General VS Project Cleanup. Simplified build profiles. Installer no l...sr552015-02-281-14/+0
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-28120-26/+8332
* WinGui: Rename interop library to match naming convention. Remove some old te...sr552015-02-281-2/+2
* WinGui: Extend the scope of libhb encode exception handling to get a better i...sr552015-02-211-20/+20
* WinGui: Some improvements to Exception Handling, Debug information etc in the...sr552015-02-073-46/+51
* WinGui: Advanced tab now correctly overrides video tab options.sr552015-02-071-1/+2
* WinGui: Remove a bunch of CLI handling code.sr552015-01-319-1457/+35
* WinGui: sr552015-01-273-14/+23
* WinGui: Strip out some unused code.sr552015-01-272-3/+7
* WinGui: Fix a object reference issue with the ScannedSource in the QueueTask ...sr552015-01-252-8/+8
* 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-255-574/+3
* WinGui: Handle the Logging events a bit better. This will stop some of the cr...sr552015-01-242-13/+10
* WinGui: Fix tune options on the video tab for x265. Hide the Level option sin...sr552015-01-231-0/+4
* WinGui: Fix subtitle track index. Made both Audio and Subtitle tracks 0 based.sr552015-01-221-1/+1
* WinGui: Some minor tidy up for the last checkin.sr552015-01-221-0/+5
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-2214-429/+771
* WinGui: Fix audio track selection on JSON LibHB API.sr552015-01-201-3/+3
* WinGui: Improve the preset load failure error message. Remove some duplicate ...sr552015-01-203-26/+13
* WinGui: Quick Fix for the batch encoding with libhb mode.sr552015-01-194-5/+13
* WinGui: Adding additional logging around LibHB scan / encode to track down wh...sr552015-01-193-19/+67
* WinGui: Removing some redundant code from the interop library.sr552015-01-182-6/+2
* WinGui: Remove the EncodingProfile object as it doesn't make sense in the con...sr552015-01-181-63/+56
* WinGui: Don't set audio rate fields in the json message for passthru.sr552015-01-171-1/+4
* WinGui: Fix SRT subtitle filepath issue.sr552015-01-171-1/+1
* WinGui:sr552015-01-179-104/+96
* 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-131-0/+2
* WinGui: Fix build.sr552015-01-131-3/+3
* WinGui: Some fixes around x264/x265 tune/profile optionssr552015-01-123-7/+19
* 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-111-1/+2
* WinGui: sr552015-01-101-2/+1