summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* LinGui: refactor subtitle panejstebbins2015-05-198-514/+582
* MacGui: better samplerate validation.Rodeo2015-05-192-18/+78
* LinGui: more audio refactoringjstebbins2015-05-184-373/+196
* dict: make hb_value_get_json param constjstebbins2015-05-182-2/+2
* WinGui: General tidy up and remove the custom styling for the app. The app wi...sr552015-05-1722-406/+31
* MacGui: add more tooltips. All the tooltips in https://reviews.handbrake.fr/r...ritsuka2015-05-177-78/+91
* preset_template: allow all supported passthru codecs by default.Rodeo2015-05-174-10/+22
* MacGui: I would commit seppuku, but I am no samurai.Rodeo2015-05-171-1/+1
* 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