summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
Commit message (Collapse)AuthorAgeFilesLines
* OpenCL: Merging WinGui Changes from Trunk to OpenCLsr552013-09-0629-554/+822
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5771 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging Trunk into OpenCLsr552013-06-011-1/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5541 b64f7644-9d1e-0410-96f1-a4d463321fa5
* improve code stylehandbrake2013-05-022-8/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5436 b64f7644-9d1e-0410-96f1-a4d463321fa5
* OpenCL: Merging Trunk to OpenCL branch in preparation to merge back to core ↵sr552013-04-2813-82/+207
| | | | | | after the upcoming release ships. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5418 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging Trunk to OpenCL branchsr552013-03-091-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5319 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging Trunk into OpenCL Branch.sr552013-02-2432-259/+582
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5264 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging trunk to cl branch.sr552013-02-021-3/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5234 b64f7644-9d1e-0410-96f1-a4d463321fa5
* add a new compile option: --enable-hwdhandbrake2013-01-313-4/+4
| | | | | | | | | | | | change the GUI uvd checkbox's name to hardware decoder modify the issue compile on linux modify the issue on Intel platform with Intel integrate graphic add a new opencl scale algorithm, PSNR goes up (added files: scale.h, scale.c, scale_kernel.h, scale_kernel.c) merge the cropscaleaccl.c to cropscale.c merge the decavcodecaccl.c to decavcodec.c git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging trunk into opencl branch. This includes an update to libav-9.1sr552013-01-161-0/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5177 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging Trunk into the OpenCL branch. This includes an updated version of ↵sr552013-01-061-6/+6
| | | | | | libav. 0.9 beta 3 git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5155 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merging trunk to opencl branch.sr552012-12-293-7/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5116 b64f7644-9d1e-0410-96f1-a4d463321fa5
* add hardware decoder support for H264(vob/m2ts), mpeg2(vob/m2ts), ↵handbrake2012-12-183-0/+12
| | | | | | | | | VC1(WMV3/m2ts) decoding modify the GUI for adding some user options about enable/disable OpenCL or GPU add some test case for tesing our modifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5100 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Fixing title number/title index mixup. Adding Playlist to the Title ↵randomengy2012-12-024-13/+51
| | | | | | object. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5088 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated to work with hb_chapter_set_title for chapter markers.randomengy2012-11-225-35/+108
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5078 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated to support removal of title->job. Removed some obsolete ↵randomengy2012-11-2111-98/+177
| | | | | | properties on EncodingProfile, changed x264 Tunes to be a collection and replaced CustomCropping bool with CroppingType enum. Another fix to make sure Loose/Strict anamorphic get the correct PAR values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5072 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Fix build break from bad merge.randomengy2012-11-171-0/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5068 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Exposing raw FPS numerator/denominator on Title. Exposing ↵randomengy2012-11-126-18/+98
| | | | | | IsH264LevelValid function. Adding additional subtitle types. Fixing Anamorphic size calculation. Adding H.264 level to encode options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5057 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial work to overhaul the plist import code.sr552012-10-276-21/+24
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5039 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove Castle references from HandBrake.Interopsr552012-10-062-45/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5003 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Adding missing file from previous checkin.randomengy2012-09-211-0/+53
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4971 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Bring up to speed with libhb. Exposes more functions, accommodates ↵randomengy2012-09-2016-279/+284
| | | | | | channel layout and filter changes and allows setting CFR same as source. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4969 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Make sure new Mixdowns get appropriate bitrate selections for aacsr552012-09-071-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4936 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for new Mixdowns (6.1, 7.1, 7.1 (5F/2R/LFE), Mono left ↵sr552012-09-072-4/+19
| | | | | | only, Mono Right only). Please note this will break any presets that currently have 6ch (aka 5.1 or 6 Channels Discrete) Presets must be re-created. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4934 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Some refactoring, exposing list of video encoders, fixed const ↵randomengy2012-08-125-297/+344
| | | | | | value, added some error checking. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4901 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move some stuff around in the services library and refactor out some ↵sr552012-07-201-0/+6
| | | | | | legacy code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4868 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Code Cleanupsr552012-06-149-186/+502
| | | | | | | | | - New file headers for App Services - Update Interop to include an IWindsorInstaller implementation - Update Interop Converter (new framerates and fflac) - Many stylecop warnings fixed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4734 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Support for bob deinterlacing/ decomb.sr552012-05-052-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4645 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Fixes / API Updates for Encoding.sr552012-03-314-42/+102
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4573 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Update hb_job_s and hb_title_s with latest API changes.sr552012-03-312-0/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4572 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Expose option to enable or disable LibDVDNav on scans.randomengy2012-03-311-80/+87
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4571 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further work wiring up the new UI.sr552012-03-011-6/+45
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4479 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the preset system and plist exporter. (Missing keys)sr552012-02-052-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4438 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for --audio-copy-mask and --audio-fallbacksr552012-01-141-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4408 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Initial work to hookup the log viewer + some additional helper ↵sr552011-12-273-3/+12
| | | | | | classes ported over form the WinForms version. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4390 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Several more culture issue fixes.sr552011-11-041-3/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4340 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updates to the Interop Library to use the new methods to get at the ↵sr552011-10-3028-412/+1015
| | | | | | Audio/Video encoder information from libhb. Patch by RandomEngy. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4329 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add support for new decomb options.sr552011-10-231-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4312 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Couple of cosmetic bug fixes.sr552011-10-141-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4284 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: x264Tune model update.sr552011-10-081-6/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4272 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Add some models for upcoming x264 preset/tune/profile & audio ↵sr552011-10-085-26/+164
| | | | | | encoder ffflac. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4271 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updating structs to keep up with libhb. Adding support for x264 ↵randomengy2011-10-0812-155/+183
| | | | | | profile/preset/tune and updating to use built in auto-passthrough. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4270 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Rename Mixdown Passthru to Nonesr552011-10-071-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4267 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Add in a bunch of missing comments.sr552011-09-179-25/+121
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4229 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Added support for various audio encoding options that were missing ↵sr552011-09-175-14/+65
| | | | | | from various functions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4228 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fixes to the Audio Panel.sr552011-09-161-1/+1
| | | | | | | | - Fix a display issue with Encoder and Mixdown on the data grid. - Don't try to load tracks if there isn't any. - Fix an issue with auto-correction of Passthru option. (DTS-HD would not auto-correct to the correct passthru for the source track type) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4225 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update the Interop Mixdown and Audio Encoder objectssr552011-09-112-2/+23
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4214 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Struct changes to keep up with libhb and passthrough updates. Also ↵randomengy2011-08-1310-17/+45
| | | | | | fixing a problem where the audio passthrough mask wasn't applied when creating the passthrough codec value. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4171 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Add DTS-HD and DRC to HandBrakeInterop. Update libhb audio structures. Fix ↵randomengy2011-07-2414-40/+64
| | | | | | test project build failures. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4138 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Setup a simple msbuild configuration and simplified the project ↵sr552011-07-171-7/+1
| | | | | | build targets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4117 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Another attempt at sorting the build.sr552011-07-161-8/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4115 b64f7644-9d1e-0410-96f1-a4d463321fa5