summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* LinGui: fix queue auto-scroll during d-n-djstebbins2015-07-211-0/+5
* WinGui: Switch the other installer files over to use capital Bsr552015-07-213-53/+53
* WinGui: Correcting lower case b in HandBrake project assembly name. Only doin...sr552015-07-212-20/+20
* WinGui: Checkin Missing file from previous commit.sr552015-07-191-0/+25
* WinGui: Undo a bad search and replace by R#sr552015-07-183-41/+42
* WinGui: Add a Mini Status Display window that can be accessed via the tray no...sr552015-07-189-43/+337
* Update NEWS file. (Also testing Git Sync)sr552015-07-081-0/+12
* MacGui: fix the multiple default presets issue.ritsuka2015-07-071-1/+3
* WinGui: Initial Implementation of the json preset export code.sr552015-07-0524-347/+348
* libhb: disable OpenCL scaling when QSV scaling is used.Rodeo2015-07-041-0/+6
* OpenCL: fix cleanup.Rodeo2015-07-041-0/+1
* MacGui: disable some warnings when compiling the cli inside Xcode.ritsuka2015-07-042-3/+17
* MacGui: fixed a crash that could happen when the "browse…" button is presse...ritsuka2015-07-041-2/+6
* MacGui: updated the text on some warning messages. ritsuka2015-07-045-12/+16
* MacGui: rename "Source" to "Open Source", and add the "Open Recent" menu item.ritsuka2015-07-043-10/+23
* MacGui: use NSWorkspace to open an encoded file in the external app. It doesn...ritsuka2015-07-041-6/+13
* MacGui: correct typo.ritsuka2015-07-041-5/+4
* MacGui: check if the log file can be written or not in HBOutputFileWriter init.ritsuka2015-07-035-9/+36
* QSV: don't be quite as picky about marking an encoder as available.Rodeo2015-07-031-11/+21
* LinGui: fix build dependency documentationjstebbins2015-06-292-11/+11
* libhb: detect read errors and propagatejstebbins2015-06-2910-26/+92
* CLI: fix some typos in ParseOptions().Rodeo2015-06-281-3/+3
* libhb fix some typos in hb_preset_apply_filters().Rodeo2015-06-281-2/+2
* QSV: be more picky about marking an encoder as available.Rodeo2015-06-271-6/+16
* QSV: check for Skylake hardware-accelerated HEVC encoder.Rodeo2015-06-271-1/+10
* QSV: load required plug-ins before encoding, too.Rodeo2015-06-273-47/+115
* QSV: add new capability guards for some extended video parameter buffers.Rodeo2015-06-273-69/+246
* QSV: parse and print profile & level in a codec-agnostic way.Rodeo2015-06-273-87/+207
* QSV: B-pyramid support is codec-specific.Rodeo2015-06-271-8/+11
* QSV: cleanup LookAheadDepth handling.Rodeo2015-06-272-3/+7
* libhb: remove HB_API_OLD_PRESET_GETTERS cruft.Rodeo2015-06-273-39/+0
* WinGui: Couple of workaround fixes for the preset service until refactoring i...sr552015-06-262-5/+4
* Doc: Add missing - to command.sr552015-06-261-1/+1
* WinGui: Completely replace the plist preset import code with the functionalit...sr552015-06-2614-922/+177
* Updated MinGW doc filesr552015-06-261-35/+32
* Doc: MinGW build doc updates.sr552015-06-261-3/+11
* add new preset function to header filejstebbins2015-06-241-1/+5
* presets: add hb_presets_read_file_json()jstebbins2015-06-241-0/+13
* libhb: re-work OpenCL cleanup a bit.Rodeo2015-06-232-8/+16
* DXVA2: make hb_va_create_dxva2 less verbose.Rodeo2015-06-231-6/+7
* DXVA2: check if a compatible AVHWAccel exists for the input codec.Rodeo2015-06-231-4/+17
* DXVA2: cleanup decode support checks.Rodeo2015-06-238-61/+54
* Minor cleanup after last commit.Rodeo2015-06-232-4/+4
* libhb: add DXVA2-accelerated HEVC decoding.Rodeo2015-06-234-3/+23
* Backport hevc_dxva2 hwaccel from libav master.Rodeo2015-06-232-0/+1146
* WinGui: Initial implementation of quality based encoding option. Please note,...sr552015-06-2012-102/+467
* WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHBsr552015-06-2010-644/+309
* 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