summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fix the audio defaults to use the languages specified in the preferen...ritsuka2015-06-011-7/+7
* MacGui: add more nullability annotations.ritsuka2015-06-016-4/+28
* MacGui: split HBTitle header to make it easier to test. Added some simple tests.ritsuka2015-06-0113-27/+310
* MacGui: do not try to create a NSURL if the path if empty. Encode the right t...ritsuka2015-06-012-2/+6
* Fix a couple of memory leaksjstebbins2015-06-012-0/+3
* WinGui: Use the new libhb preset management code to fetch built-in presets on...sr552015-05-316-1865/+171
* MacGui: remove a useless cast for the deblock value.ritsuka2015-05-314-5/+5
* MacGui: fix custom denoise settings.ritsuka2015-05-311-1/+1
* MacGui: cast the value of UsesPictureFilters to bool so the dictionary will u...ritsuka2015-05-301-1/+1
* MacGui: fix the leaks after using hb_presets_import_json and hb_presets_clean...ritsuka2015-05-306-18/+72
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-3035-48/+125
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-295-12/+25
* LinGui: fix setting "autoscale" widget value from presetjstebbins2015-05-291-2/+6
* preset: fix application of VideoScaler to jobjstebbins2015-05-291-1/+1
* libhb: fix issues with video optionsjstebbins2015-05-283-0/+41
* LinGui: simplify some video widget dependency handlingjstebbins2015-05-283-10/+14
* LinGui: disable level widget when no levels returned by libhbjstebbins2015-05-282-3/+8
* LinGui: fix build error on ubuntujstebbins2015-05-281-3/+3
* libbluray: bump to version 0.8.1jstebbins2015-05-271-1/+1
* LinGui: use libhb to initialize job...jstebbins2015-05-2717-1198/+923
* WinGui: Change audio track behaviours default to None so current presets are ...sr552015-05-261-1/+1
* WinGui: Adding new dropdown to the Configure Audio Options. The new "Track Se...sr552015-05-268-17/+214
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset upd...sr552015-05-2610-47/+404
* scan: skip scan if title has already been scannedjstebbins2015-05-264-4/+36
* libhb: fix vorbis encodingjstebbins2015-05-251-1/+1
* cli: fix display of fps in title summaryjstebbins2015-05-241-1/+1
* preset: fix application of mp4 mux optionsjstebbins2015-05-241-1/+1
* MacGui: fix queue reading on 10.7.ritsuka2015-05-231-1/+1
* MacGui: remove a workaround for a bug in 10.6.ritsuka2015-05-211-7/+1
* MacGui: set the deployment target to 10.7.ritsuka2015-05-215-6/+3
* x265: bump to version 1.7jstebbins2015-05-212-50/+1
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ...ritsuka2015-05-2012-2/+368
* LinGui: use libhb to init audio and subtitle listsjstebbins2015-05-2014-525/+318
* libhb: assume remix support when input layout is not set.Rodeo2015-05-191-0/+8
* 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