summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Add an app.manifest to explicitly declare supported operating systems...sr552016-03-222-0/+71
* WinGUI: Remove option to enable DXVA decoding. There are too many issues with...sr552016-03-2112-83/+1
* Merge pull request #114 from shakim/support_old_iso639Scott2016-03-212-6/+8
|\
| * Support language code changes between ISO639 and ISO639-1Shlomo Hakim2016-03-032-6/+8
* | WinGui: Some Cosmetic changes and links added to the GUI.sr552016-03-215-4/+48
* | presets: fix import of old version-less preset filesJohn Stebbins2016-03-213-34/+49
* | WinGui: Some fixes and tidyup of the new logging code.sr552016-03-216-12/+36
* | WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-2124-681/+774
* | WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded co...sr552016-03-181-14/+4
* | Add note about libfftw3-dev. Fixes #108sr552016-03-182-2/+4
* | LinGui: center image in preview windowJohn Stebbins2016-03-161-5/+16
* | LinGui: replace preview "fullscreen" with preview window resizingJohn Stebbins2016-03-169-588/+770
* | LinGui: fix centering of preview in larger windowJohn Stebbins2016-03-153-468/+450
* | LinGui: make preview frame selector slider widerJohn Stebbins2016-03-153-0/+3
* | LinGui: simplify live preview and preview hud codeJohn Stebbins2016-03-155-701/+319
* | MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...Damiano Galassi2016-03-149-14/+52
* | MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-144-41/+29
* | LinGui: enable live preview (gstreamer) by default on win32John Stebbins2016-03-131-1/+1
* | LinGui: tell gstreamer where to find plugins on win32John Stebbins2016-03-131-0/+1
* | LinGui: some win32 fixesJohn Stebbins2016-03-131-8/+21
* | build: fix regex probeJohn Stebbins2016-03-131-1/+1
* | cli: remove unused variables version and buildJohn Stebbins2016-03-121-2/+0
* | LinGui: make gdk pixbuf loaders work under mingwJohn Stebbins2016-03-121-0/+5
* | Missed updating an hb_init call for the removal of updates.sr552016-03-121-1/+1
* | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...sr552016-03-127-328/+8
* | LinGui: fix "Cancel" of subtitle changesJohn Stebbins2016-03-121-3/+6
* | cli: add support for import of GUI queue fileJohn Stebbins2016-03-121-123/+215
* | LinGui: Tidy up queue formatJohn Stebbins2016-03-126-185/+222
* | WinGui: Add SHA1 Verification of the update downloads and don't start the ins...sr552016-03-125-11/+56
* | Merge pull request #124 from jstebbins/decomb-splitJohn Stebbins2016-03-1241-1660/+2843
|\ \
| * | MacGui: add interlace detection filter.Damiano Galassi2016-03-126-4/+193
| * | WinGui: Fixes for the new filters setup.sr552016-03-113-6/+7
| * | WinGui: Missing Decomb optionssr552016-03-111-1/+7
| * | WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-1111-26/+229
| * | LinGui: link comb-detect and deinterlace filtersJohn Stebbins2016-03-114-3/+35
| * | comb-detect: adjust default sensitivity and add "Less Sensitive" presetJohn Stebbins2016-03-111-8/+12
| * | cli: add comb detection optionsJohn Stebbins2016-03-111-2/+83
| * | qsv: fix buildJohn Stebbins2016-03-116-33/+44
| * | decomb: split comb detection out into it's own filterJohn Stebbins2016-03-1119-1585/+2241
|/ /
* | sync: fix hang at end of p-to-p encoding with subtitlesJohn Stebbins2016-03-111-1/+8
* | reader: fix p-to-p seconds for non-seekable streamsJohn Stebbins2016-03-111-1/+20
* | sync: fix yet another subtitle issue.John Stebbins2016-03-111-1/+2
* | MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-1158-594/+1180
* | LinGui: prevent crashes due to an invalid queue fileJohn Stebbins2016-03-101-19/+11
* | LinGui: don't assume log text is iso-8859-1John Stebbins2016-03-101-2/+2
* | MacGui: remove an unused var.Damiano Galassi2016-03-101-3/+0
* | MacGui: remove the NSString check for the PictureRotate key because we are su...Damiano Galassi2016-03-101-9/+6
* | lingui: fix use of freed memoryJohn Stebbins2016-03-091-1/+1
* | Merge pull request #118 from jstebbins/filter-dictJohn Stebbins2016-03-0940-1150/+2475
|\ \
| * | WinGui: Fix Framerate mode for Same as sourcesr552016-03-091-1/+1