summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Move options strings to resources.sr552015-06-183-61/+685
* WinGui: "Start Encode" resource corrected.sr552015-06-182-2/+2
* LinGui: fix video options edit box tooltipjstebbins2015-06-172-28/+36
* WinGui: Another alignment issue fix.sr552015-06-161-2/+2
* WinGui: Fix an issue with the json preset factory not correctly setting the a...sr552015-06-162-11/+10
* Update libmfx to v6.0.0.349Rodeo2015-06-161-1/+1
* Interop: Updated ApplicationServices DLL to target AnyCPU.randomengy2015-06-151-4/+4
* Interop: Updated to return PassId as well as Pass on encode progress.randomengy2015-06-154-5/+28
* libhb: fix application of custom anamorphic settingsjstebbins2015-06-141-2/+2
* libhb: Allow log level changes and update checks *after* hb_init()jstebbins2015-06-1210-103/+63
* WinGui: Move user control strings to resources.sr552015-06-113-12/+144
* WinGui: Moving the bulk of the view model strings to resources.sr552015-06-1116-307/+718
* WinGui: Adding missing resources files.sr552015-06-092-0/+1746
* CLI: Use json job instead of jobjstebbins2015-06-091-5/+6
* libhb: log json job stringjstebbins2015-06-091-0/+2
* libhb: Eliminate string length limit in hb_valogjstebbins2015-06-092-19/+49
* encx265: fix regression introduced in SVN revision 6366.Rodeo2015-06-081-6/+2
* WinGui: Moving more of the view strings into resources. sr552015-06-0715-323/+650
* 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