summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Starting to move UI text string to resources. This will allow us to s...sr552015-06-0410-62/+410
* MacGui: remove a unneeded statement, built-in presets already have the select...ritsuka2015-06-041-1/+0
* MacGui: update the layout of the add preset window.ritsuka2015-06-041-106/+74
* bd: use the correct printf specifier for unsigned variables.Rodeo2015-06-031-7/+7
* WinGui: Fix the Video Profile option in the JSON preset marshaller. sr552015-06-031-0/+1
* WinGui: Revert last change. Only set the GUI to enabled when editing queue i...sr552015-06-031-7/+4
* WinGui: Queue Recovery now sets the GUI to enabled if it recovers a job.sr552015-06-032-3/+13
* bd: fix printf warningsjstebbins2015-06-031-3/+3
* libhb: fix green bottom line in preview with deinterlacejstebbins2015-06-031-0/+1
* Initialize the copy_mask variable before using itritsuka2015-06-031-1/+1
* Fix another dead assignment.ritsuka2015-06-031-1/+1
* Fix three dead assignment found by the clang static analyzer, including the v...ritsuka2015-06-031-4/+2
* Fix flac fallback for passthruritsuka2015-06-031-0/+1
* decomb: fix color distortion in last row of imagejstebbins2015-06-011-3/+28
* CLI: fix --crop optionjstebbins2015-06-011-0/+4
* fix three warnings.ritsuka2015-06-011-3/+3
* 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