summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libhb: make libFDK the default (HE-)AAC encoder.Rodeo2015-05-171-1/+1
* MacGui: make a copy of a preset before showing the export window.ritsuka2015-05-174-8/+20
* MacGui: don't forget the fastdecode checkbox when printing the job's queue de...Rodeo2015-05-171-2/+17
* MacGui: remove workaround for the case where the output samplerate is auto an...Rodeo2015-05-161-15/+2
* libhb: return the global bitrate limits for a given mixdown when the samplera...Rodeo2015-05-161-0/+14
* WinGui: Update the libhb preset stubs.sr552015-05-169-137/+301
* MacGui: forgot one :(Rodeo2015-05-161-2/+1
* MacGUI: don't double-sanitize encoder names.Rodeo2015-05-162-3/+2
* MacGui: reset allowed passthru codecs when applying a preset.Rodeo2015-05-161-1/+12
* MacGui: don't hardcode encoder names.Rodeo2015-05-161-38/+39
* Allow negative number in hb_validate_filter_settings. Fix deinterlace setting...ritsuka2015-05-161-2/+2
* MacGui: allow exporting a preset folder. Add import/export menu item to the p...ritsuka2015-05-166-86/+123
* cli: fix return value check for hb_presets_add_path()jstebbins2015-05-151-1/+1
* LinGui: audio pane refactoringjstebbins2015-05-158-224/+226
* rotate: Use more intuitive rotation parametersjstebbins2015-05-152-27/+81
* MacGui: add a missing "not" in the deinterlace conversion from HBJob to hb_jo...ritsuka2015-05-151-1/+1
* MacGui: fix deinterlace in preview window.ritsuka2015-05-141-1/+2
* MacGui: fix detelecine.ritsuka2015-05-141-1/+1
* MacGui: remove the built in presets update alert.ritsuka2015-05-143-58/+22
* presets: add new UserPresets.json path for osx cli presetsjstebbins2015-05-141-0/+1
* MacGui: encode the right type for keepDisplayAspect.ritsuka2015-05-141-2/+2
* MacGui: remove the old presets.plist fileritsuka2015-05-141-1664/+0
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-1424-619/+896
* LinGui: rename json preferences file ...jstebbins2015-05-141-2/+4
* lingui: use libhb preset management from linux guijstebbins2015-05-1429-4915/+2805
* cli: fix --heightjstebbins2015-05-141-0/+10
* cli: fix initialization of encode rangesjstebbins2015-05-132-0/+6
* cli: restore -O, -I, -P, -U, and -g optionsjstebbins2015-05-131-5/+20
* LinGui: fix 32bit buildsjstebbins2015-05-132-1/+7
* MacGui: remove che previews cache in HBPreviewGenerator when a setting change...ritsuka2015-05-132-3/+4
* MacGui: limit the preview images cache to ~ the size of 60 1080p images.ritsuka2015-05-121-4/+10
* scan: increase scan size thresh to accomodate raw 4K avijstebbins2015-05-121-1/+1
* cli: fix missing subtitle "Default" flag when --all-subtitles is usedjstebbins2015-05-112-1/+48
* WinGui: Remove some test code.sr552015-05-093-26/+5
* WinGui: Pad out some initial infrastructure to read built-in presets from libhb.sr552015-05-097-101/+553
* cli: fix audio codec selection when one codec specified on the command linejstebbins2015-05-091-1/+4
* cli: fix off-by-one error in subtitle track selectionjstebbins2015-05-091-2/+2
* WinGui: Restore Preview functionality. The calc logic still needs fixed as t...sr552015-05-073-24/+53
* MacGui: use small size for the cropping radio button.ritsuka2015-05-071-42/+42
* MacGui: wrap more hb_title properties in HBTitle.ritsuka2015-05-075-15/+72
* MacGui: cosmetics.ritsuka2015-05-071-1/+1
* cli: fix off-by-one audio track selectionjstebbins2015-05-061-3/+3
* scripts: set svn:executable property on new scriptsjstebbins2015-05-062-0/+0
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-0624-2945/+7796
* libhb: enable vbr encoding with fdk-aac and libav-aacjstebbins2015-05-042-0/+29
* MacGui: fix endpoints for point-2-point encoding.Rodeo2015-05-031-2/+2
* MacGui: fix a couple nasty rounding errors.Rodeo2015-05-032-2/+2
* LinGui: refresh queue button pending count when queue item editedjstebbins2015-05-031-0/+1
* WinGui: Fix Line Endings and (StyleCop)Warningssr552015-05-0324-423/+486
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-0325-780/+963