summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Minor code tidyup.sr552018-08-134-48/+34
* WinGui: Cleanup of some unneeded references across the projects.sr552018-08-091-1/+0
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...sr552018-07-084-90/+27
* WinGui: Remove Unused OpenCL call.sr552018-07-081-4/+0
* WinGui: Tidy up some unused variables.sr552018-07-083-15/+0
* WinGui: Update the Encode Json Factory to produce human readable Json for aud...sr552018-07-075-46/+5
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...sr552018-07-072-0/+15
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-293-1/+65
* WinGui: Fix a potential crash in HandBrakeEncoderHelpers.cssr552018-06-151-20/+21
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-105-60/+52
* WinGui: Split out the encode portion of IHandBrakeInstance into IEncodeInstan...sr552018-06-103-35/+57
* WinGui: Add Support for the VCE Encoders.sr552018-06-084-0/+50
* WinGui: cproj tidyupsr552018-06-051-1/+1
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-05117-0/+8819
* WinGui: Remove Interop Library for Previous commit.sr552015-02-28112-8584/+0
* WinGui: Rename interop library to match naming convention. Remove some old te...sr552015-02-289-314/+0
* WinGui: Some improvements to Exception Handling, Debug information etc in the...sr552015-02-071-6/+23
* WinGui: Advanced tab now correctly overrides video tab options.sr552015-02-072-4/+17
* WinGui: Fix Average bitrate video rate type via the JSON API.sr552015-01-302-5/+11
* WinGui: Fix Denoise NlMeans Custom Option not showing.sr552015-01-301-2/+1
* WinGui: Strip out some unused code.sr552015-01-273-139/+4
* WinGui:sr552015-01-251-3/+3
* 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-222-3/+4
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific pres...sr552015-01-229-273/+1
* WinGui: Fix audio track selection on JSON LibHB API.sr552015-01-201-2/+1
* 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-185-320/+4
* WinGui: Remove the EncodingProfile object as it doesn't make sense in the con...sr552015-01-187-566/+508
* WinGui: Don't set audio rate fields in the json message for passthru.sr552015-01-172-10/+18
* WinGui: Make the Bitrate, compression and quality nullable in the json audiol...sr552015-01-171-3/+3
* WinGui:sr552015-01-177-23/+111
* WinGui: Fixes to new JSON API Code, Audio and Chapter settings.sr552015-01-133-17/+20
* WinGui: Some fixes around x264/x265 tune/profile optionssr552015-01-123-4/+11
* WinGui: Make LibHB a first class citizen for encoding. (Now on by default). U...sr552015-01-112-12/+21
* WinGui: Fix a large memory leak in the preview window that was introduced wit...sr552015-01-103-1/+11
* WinGui: sr552015-01-108-15/+98
* 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-094-311/+334
* WinGui: Better UTF-8 Fix, Also fixed encode classsr552015-01-091-7/+3
* WinGui: Remove "Aspect Ratio" Display on the Picture tab. It's not really use...sr552015-01-093-7/+1
* WinGui: Fix an issue with non-ASCII characters in the new JSON Scan API. Than...sr552015-01-091-6/+7
* WinGui: Further fixes to libhb json api filters code.sr552015-01-052-22/+0
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-041-18/+0
* WinGui: Further fixes to libhb json encoding. FPS and Anamorphic should now w...sr552015-01-045-109/+273
* WinGui: Bug fixes to the libhb json encode factory and surrounding classes. E...sr552015-01-025-103/+125
* WinGui: Updated to use hb_get_preview2. sr552014-12-283-19/+64