summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* WinGui: Initial implementation of the new JSON API for encoding. Not exposed ...sr552014-12-2621-1803/+224
* WinGui: Adding the JSON models and factories for Encoding and Anamorphic calc...sr552014-12-2624-0/+1463
* WinGui: Fix a bug in the anamorphic size code.sr552014-12-201-3/+1
* WinGui: Switch to using the new JSON based scan API.sr552014-12-2027-294/+982
* WinGui: Refactor the scan model namespace in preparation for json api implsr552014-12-2014-29/+32
* 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-186-51/+23
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version inform...sr552014-11-281-0/+23
* 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-142-29/+22
* WinGui: Switch to using hb_set_anamorphic_size2. This simplifies the picture ...sr552014-08-223-0/+120
* WinGui: Use OutputFormat display name, rather than the enum name.sr552014-08-211-2/+2
* WinGui: -Fix to the update service. -Change NlMeans to NLMeanssr552014-08-191-1/+1
* WinGui: Update copyright and version numbers for upcoming releases.sr552014-08-181-1/+1
* Interop: Added support for NL-Means denoise.randomengy2014-08-038-103/+70
* WinGui: Adding support for Nlmeans to the front-end. Plist keys still tbd.sr552014-07-056-9/+93
* WinGui: unbreak interop job structurejstebbins2014-06-241-3/+0
* WinGui: Missing file from last checkin.sr552014-06-141-3/+3
* WinGui: Minor interop update.sr552014-06-141-141/+149
* Interop: Fixed a bug that was causing crashes on AAC passthrough. We were clo...randomengy2014-06-117-20/+55
* WinGui: Handle Zero Pointer better in the NativeList. This can happen sometim...sr552014-05-221-2/+4
* WinGui: Give the preview window a presence on the picture settings tab. Added...sr552014-05-171-0/+22
* WinGui: Adding support for the VP8 encoder. Changing "CQ" to "RF" for x265sr552014-04-191-4/+8
* Interop: Support for rotation and reflection.randomengy2014-04-114-1/+82
* Interop: Added methods to dynamically pull the preset, profile, level and tun...randomengy2014-03-318-104/+170
* Interop: Disable two-pass code when the encode type is constant quality. Upda...randomengy2014-03-192-5/+5
* WinGui: Fix an issue with the preview scan count not being set correctly for ...sr552014-03-162-12/+37
* WinGui: Remove some last references to the faac encoder.sr552014-03-023-6/+0
* WinGui: Enable the x265 raw muxer for testing. Note to everyone playing with...sr552014-02-231-1/+1
* WinGui: x265 UI patch by Zhang Zhigiang. sr552014-02-236-72/+207
* WinGui: Some tidy up and refactoring in the interop library. Few small intern...sr552014-02-2129-284/+630
* Remove HB_API_OLD_PRESET_SETTERS cruft.Rodeo2014-02-181-3/+0
* WinGui: Update HandBrakeInterop Library for the latest encoder option changes.sr552014-02-173-20/+20
* WinGui: Initial work to refactor the Audio and Subtitle behavioural based aut...sr552014-02-161-2/+0
* libhb: write encoding library's name in the Activity Log.Rodeo2014-02-133-0/+9
* Interop: Various fixes/featuresrandomengy2014-02-0110-12/+61
* libhb: support AV_FRAME_DATA_MATRIXENCODING side data.Rodeo2014-01-261-0/+3
* WinGui: Tags/Spaces tidyupsr552013-12-221-1913/+1913
* WinGui: Add support for passing through chapter names.sr552013-12-222-1/+7
* 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-074-7/+56