summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSV: better compatibility with recent SW libmaxd2016-03-301-1/+2
* libhb: fix x265 encoding with CRF == 0.0Tim Walker2016-03-291-1/+1
* presets: fix PictureRotate importJohn Stebbins2016-03-281-1/+2
* LinGui: fix saving default presetJohn Stebbins2016-03-271-1/+4
* muxavformat: fix muxer interleaving in mkvJohn Stebbins2016-03-271-3/+5
* LinGui: fix crash when no preset selected and scan new sourceJohn Stebbins2016-03-271-22/+25
* WinGui: Fix a couple of silent errors with the new logging system.sr552016-03-262-14/+30
* WinGui: If there are multiple queue recovery files, don't fail the set if one...sr552016-03-261-11/+20
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-267-3/+125
* MacGui: fix the "encoding (null)" string that was shown when encoding a preview.Damiano Galassi2016-03-261-0/+2
* MacGui: fix the 'scan only title' option.Damiano Galassi2016-03-262-4/+12
* stream: fix negative array indexJohn Stebbins2016-03-251-1/+1
* MacGui: Remove unnecessary libltdl.a dependency.Bradley Sepos2016-03-251-4/+0
* hb: cosmetics, removing trailing whitespaceJohn Stebbins2016-03-231-15/+15
* muxavformat: fix sync issue when bframes are enabledJohn Stebbins2016-03-231-19/+16
* stream: fix potential use of uninitialized variableJohn Stebbins2016-03-231-10/+18
* reader: fix memory leakJohn Stebbins2016-03-231-0/+6
* presets: fix memory leakJohn Stebbins2016-03-231-2/+6
* libhb: reorder buffer type enum so uninitialized type is OTHER_BUFJohn Stebbins2016-03-231-1/+1
* fifo: when HB_BUFFER_DEBUG is set, memset buffers to 0John Stebbins2016-03-231-0/+6
* decavcodec: cosmeticsJohn Stebbins2016-03-231-9/+19
* scan: quit looking for audio if a preview scan reaches EOFJohn Stebbins2016-03-231-44/+58
* WinGui: Remove a restriction on the WMI GPU information call. It will now dis...sr552016-03-221-2/+9
* 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