summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+HBJobConversion.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: move the advanced x264 panel to the 'Additional options' text field c...Damiano Galassi2018-10-271-25/+16
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-2/+2
* mac: Update Selection Behavior texts and tooltips.Bradley Sepos2017-12-051-1/+1
* MacGui: Add checkbox for Legacy A/V alignment behaviour for players that don'...Damiano Galassi2017-06-181-1/+5
* mac: Add support for sharpening filters. (#760)Bradley Sepos2017-06-011-0/+18
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-2/+2
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-1/+12
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-13/+15
* macosx: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* MacGui: add interlace detection filter.Damiano Galassi2016-03-121-0/+13
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-1/+1
* MacGui: remove an unused var.Damiano Galassi2016-03-101-3/+0
* macui support for filter dict settingsJohn Stebbins2016-03-091-40/+32
* MacGui: use hb_generate_filter_settings() to generate the right settings stri...Damiano Galassi2016-01-251-2/+7
* MacGui: add the rotate filter to the picture tab.Damiano Galassi2016-01-151-2/+2
* MacGui: add rotate filter support to HBJob.Damiano Galassi2016-01-101-0/+7
* x265: macui multilib supportJohn Stebbins2015-11-121-1/+1
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-1/+1
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-3/+3
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-221-71/+64
* macui: add grayscale filterJohn Stebbins2015-10-151-2/+7
* MacGui: use the new deinterlate preset keysDamiano Galassi2015-10-091-13/+8
* MacGui: add a duration column to the chapters tableDamiano Galassi2015-10-091-2/+4
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-271-4/+1
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-011-1/+2
* MacGui: remove a useless cast for the deblock value.ritsuka2015-05-311-1/+1
* MacGui: fix custom denoise settings.ritsuka2015-05-311-1/+1
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-291-7/+7
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ...ritsuka2015-05-201-0/+2
* MacGui: add a missing "not" in the deinterlace conversion from HBJob to hb_jo...ritsuka2015-05-151-1/+1
* MacGui: fix detelecine.ritsuka2015-05-141-1/+1
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-11/+11
* MacGui: fix endpoints for point-2-point encoding.Rodeo2015-05-031-2/+2
* MacGui: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet.ritsuka2015-04-181-5/+18
* MacGui: use the new the filter preset/tune lookup and setting validation func...ritsuka2015-04-171-58/+21
* MacGui: fix an issue where a "none" track could be added to hb_job_t.ritsuka2015-01-311-17/+11
* MacGui: set the right crop values in the HB_FILTER_RENDER_SUB filter.ritsuka2015-01-261-3/+3
* MacGui: remove startProgressHandler:completationHandler: method in HBCore. Sw...ritsuka2015-01-191-0/+6
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-0/+522