summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Remove Interop Library for Previous commit.sr552015-02-281-551/+0
* WinGui: Some improvements to Exception Handling, Debug information etc in the...sr552015-02-071-6/+23
* WinGui: Strip out some unused code.sr552015-01-271-83/+2
* WinGui: Remove the EncodingProfile object as it doesn't make sense in the con...sr552015-01-181-10/+10
* WinGui:sr552015-01-171-1/+6
* WinGui: Fix a large memory leak in the preview window that was introduced wit...sr552015-01-101-0/+6
* WinGui: sr552015-01-101-3/+11
* WinGui: Further API tidyup in the interop library. Moving some filesize calcu...sr552015-01-091-199/+70
* 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-091-1/+1
* WinGui: Fix an issue with non-ASCII characters in the new JSON Scan API. Than...sr552015-01-091-6/+7
* WinGui: Bug fixes to the libhb json encode factory and surrounding classes. E...sr552015-01-021-10/+28
* WinGui: Updated to use hb_get_preview2. sr552014-12-281-19/+37
* WinGui: Initial implementation of the new JSON API for encoding. Not exposed ...sr552014-12-261-1259/+58
* WinGui: Switch to using the new JSON based scan API.sr552014-12-201-176/+52
* WinGui: Refactor the scan model namespace in preparation for json api implsr552014-12-201-1/+1
* WinGui: QuickFix for a crash, will resolve properly later.sr552014-12-201-1/+1
* WinGui: Update the libhb scan code to work with the updated API. See rev6602 ...sr552014-12-181-8/+8
* WinGui: Remove the option to enable the static preview window. Window is now ...sr552014-11-271-14/+14
* WinGui: Currently hb_title_s.path is directly marshalled as string. But this ...sr552014-09-141-21/+14
* Interop: Added support for NL-Means denoise.randomengy2014-08-031-25/+29
* WinGui: Adding support for Nlmeans to the front-end. Plist keys still tbd.sr552014-07-051-5/+7
* WinGui: Missing file from last checkin.sr552014-06-141-3/+3
* Interop: Fixed a bug that was causing crashes on AAC passthrough. We were clo...randomengy2014-06-111-4/+25
* Interop: Support for rotation and reflection.randomengy2014-04-111-0/+43
* Interop: Added methods to dynamically pull the preset, profile, level and tun...randomengy2014-03-311-31/+31
* Interop: Disable two-pass code when the encode type is constant quality. Upda...randomengy2014-03-191-2/+2
* WinGui: Fix an issue with the preview scan count not being set correctly for ...sr552014-03-161-10/+29
* WinGui: Some tidy up and refactoring in the interop library. Few small intern...sr552014-02-211-15/+5
* WinGui: Update HandBrakeInterop Library for the latest encoder option changes.sr552014-02-171-13/+13
* WinGui: Initial work to refactor the Audio and Subtitle behavioural based aut...sr552014-02-161-2/+0
* Interop: Various fixes/featuresrandomengy2014-02-011-7/+20
* WinGui: Tags/Spaces tidyupsr552013-12-221-1913/+1913
* WinGui: Add support for passing through chapter names.sr552013-12-221-1/+2
* Interop: Fix an issue with the path being presented in the system codepath. U...sr552013-11-281-0/+6
* Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.Rodeo2013-11-081-3/+3
* Interop: Exposed properties and methods on subtitle tracks to determine if th...randomengy2013-11-071-0/+2
* Interop: Input/output paths are now encoded to UTF-8. Removed references to h...randomengy2013-10-131-25/+33
* WinGui: Fix up libhb encode feature.sr552013-09-211-1/+2
* Interop: Removed unused structs and constants and added warnings in libhb cod...randomengy2013-09-191-0/+23
* Interop: Various fixes/improvementsrandomengy2013-09-141-37/+46
* Interop: Add Path to the Title objectsr552013-08-291-1/+2
* WinGui: Additional fixes to libhb logging, libdvdnav option and min duration...sr552013-08-241-23/+33
* Interop: Updated some structs to keep up with libhb. Exposed video quality li...randomengy2013-08-231-6/+4
* Interop: Bringing it up to speed with the latest nightlies. Interop now expos...randomengy2013-06-181-21/+10
* Exposing DurationPts on titles and chapters from scans, along with some conve...randomengy2013-03-311-24/+80
* WinGui: A Stylecop cleanup pass on Interop Library. Note, moved the Eventarg...sr552013-02-121-2/+3
* Interop: Fixing title number/title index mixup. Adding Playlist to the Title ...randomengy2012-12-021-7/+29
* Interop: Updated to work with hb_chapter_set_title for chapter markers.randomengy2012-11-221-28/+35
* Interop: Updated to support removal of title->job. Removed some obsolete prop...randomengy2012-11-211-50/+83