Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Add an app.manifest to explicitly declare supported operating ↵ | sr55 | 2016-03-22 | 2 | -0/+71 |
| | | | | systems so the OS detection works correctly. | ||||
* | WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵ | sr55 | 2016-03-21 | 12 | -83/+1 |
| | | | | with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this. | ||||
* | Merge pull request #114 from shakim/support_old_iso639 | Scott | 2016-03-21 | 2 | -6/+8 |
|\ | | | | | Support language code changes between ISO639 and ISO639-1 | ||||
| * | Support language code changes between ISO639 and ISO639-1 | Shlomo Hakim | 2016-03-03 | 2 | -6/+8 |
| | | |||||
* | | WinGui: Some Cosmetic changes and links added to the GUI. | sr55 | 2016-03-21 | 5 | -4/+48 |
| | | |||||
* | | presets: fix import of old version-less preset files | John Stebbins | 2016-03-21 | 3 | -34/+49 |
| | | | | | | | | | | The version number was not added after import causing an attempt to do import conversions twice. The second conversion breaks values. | ||||
* | | WinGui: Some fixes and tidyup of the new logging code. | sr55 | 2016-03-21 | 6 | -12/+36 |
| | | |||||
* | | WinGui: Add a Logging Service into the AppServices library. This does not ↵ | sr55 | 2016-03-21 | 24 | -681/+774 |
| | | | | | | | | | | | | | | depend on any 3rd party libraries and is off by default. It must be initialised by calling Enable() on the LogService class. Otherwise LogMessage does nothing. Changed the Logging screen to a single panel in the WinGui. This will change back to separate Scan/Encode logs when we get libhb it's own processes. Added Auto-Scroll to the log window. | ||||
* | | WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded ↵ | sr55 | 2016-03-18 | 1 | -14/+4 |
| | | | | | | | | correctly with the new json presets. | ||||
* | | Add note about libfftw3-dev. Fixes #108 | sr55 | 2016-03-18 | 2 | -2/+4 |
| | | |||||
* | | LinGui: center image in preview window | John Stebbins | 2016-03-16 | 1 | -5/+16 |
| | | | | | | | | | | If the window manager does not size the window correctly (wayland!) distribute black evenly around the image. | ||||
* | | LinGui: replace preview "fullscreen" with preview window resizing | John Stebbins | 2016-03-16 | 9 | -588/+770 |
| | | | | | | | | | | | | | | Dynamic transitions to fullscreen mode have been broken in GTK for a long time now. So I'm giving up on them ever fixing it. Instead, the preview window can be resized by dragging edges and maximized with the maximize button. | ||||
* | | LinGui: fix centering of preview in larger window | John Stebbins | 2016-03-15 | 3 | -468/+450 |
| | | |||||
* | | LinGui: make preview frame selector slider wider | John Stebbins | 2016-03-15 | 3 | -0/+3 |
| | | |||||
* | | LinGui: simplify live preview and preview hud code | John Stebbins | 2016-03-15 | 5 | -701/+319 |
| | | | | | | | | | | | | This makes live preview playback somewhat less efficient. But the code is more portable and doesn't have some of the glitchy issues with rendering the HUD. | ||||
* | | MacGui: added some enum to HBJob model to make things nicer in swift, plus ↵ | Damiano Galassi | 2016-03-14 | 9 | -14/+52 |
| | | | | | | | | two methods to convert from iso code to english language. | ||||
* | | MacGui: move some kvo helpers to the UIAdditions category. | Damiano Galassi | 2016-03-14 | 4 | -41/+29 |
| | | |||||
* | | LinGui: enable live preview (gstreamer) by default on win32 | John Stebbins | 2016-03-13 | 1 | -1/+1 |
| | | |||||
* | | LinGui: tell gstreamer where to find plugins on win32 | John Stebbins | 2016-03-13 | 1 | -0/+1 |
| | | |||||
* | | LinGui: some win32 fixes | John Stebbins | 2016-03-13 | 1 | -8/+21 |
| | | | | | | | | | | | | Fix preview hud background. it was transparent. Fix initialization of gstreamer. It could not initialize the video overlay. | ||||
* | | build: fix regex probe | John Stebbins | 2016-03-13 | 1 | -1/+1 |
| | | |||||
* | | cli: remove unused variables version and build | John Stebbins | 2016-03-12 | 1 | -2/+0 |
| | | |||||
* | | LinGui: make gdk pixbuf loaders work under mingw | John Stebbins | 2016-03-12 | 1 | -0/+5 |
| | | | | | | | | Makes my icons work on windows :) | ||||
* | | Missed updating an hb_init call for the removal of updates. | sr55 | 2016-03-12 | 1 | -1/+1 |
| | | |||||
* | | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ↵ | sr55 | 2016-03-12 | 7 | -328/+8 |
| | | | | | | | | HTTPS and it's terrible code. | ||||
* | | LinGui: fix "Cancel" of subtitle changes | John Stebbins | 2016-03-12 | 1 | -3/+6 |
| | | | | | | | | Cancel did not revert the changes that were made. | ||||
* | | cli: add support for import of GUI queue file | John Stebbins | 2016-03-12 | 1 | -123/+215 |
| | | |||||
* | | LinGui: Tidy up queue format | John Stebbins | 2016-03-12 | 6 | -185/+222 |
| | | | | | | | | | | Put all UI specific settings under a "uiSettings" key in a queue entry. Job settings suitable for hb_add_json() are under "Job" key. | ||||
* | | WinGui: Add SHA1 Verification of the update downloads and don't start the ↵ | sr55 | 2016-03-12 | 5 | -11/+56 |
| | | | | | | | | installer if the hash check fails. | ||||
* | | Merge pull request #124 from jstebbins/decomb-split | John Stebbins | 2016-03-12 | 41 | -1660/+2843 |
|\ \ | | | | | | | Decomb split | ||||
| * | | MacGui: add interlace detection filter. | Damiano Galassi | 2016-03-12 | 6 | -4/+193 |
| | | | |||||
| * | | WinGui: Fixes for the new filters setup. | sr55 | 2016-03-11 | 3 | -6/+7 |
| | | | |||||
| * | | WinGui: Missing Decomb options | sr55 | 2016-03-11 | 1 | -1/+7 |
| | | | |||||
| * | | WinGui: Initial commit supporting separated interlace detection. Not tested yet. | sr55 | 2016-03-11 | 11 | -26/+229 |
| | | | |||||
| * | | LinGui: link comb-detect and deinterlace filters | John Stebbins | 2016-03-11 | 4 | -3/+35 |
| | | | | | | | | | | | | | | | When comb-detect is enabled and decomb/deinterlace filter is not, enable decomb. When decomb/detinterlace filter is disabled, disable comb-detect. | ||||
| * | | comb-detect: adjust default sensitivity and add "Less Sensitive" preset | John Stebbins | 2016-03-11 | 1 | -8/+12 |
| | | | |||||
| * | | cli: add comb detection options | John Stebbins | 2016-03-11 | 1 | -2/+83 |
| | | | |||||
| * | | qsv: fix build | John Stebbins | 2016-03-11 | 6 | -33/+44 |
| | | | | | | | | | | | | I missed some of the qsv filter settings bits that needed changing. | ||||
| * | | decomb: split comb detection out into it's own filter | John Stebbins | 2016-03-11 | 19 | -1585/+2241 |
|/ / | |||||
* | | sync: fix hang at end of p-to-p encoding with subtitles | John Stebbins | 2016-03-11 | 1 | -1/+8 |
| | | | | | | | | | | If there are no more subtitles in a subtitle track after the stop time of a p-to-p encoding, the encode would never finish. | ||||
* | | reader: fix p-to-p seconds for non-seekable streams | John Stebbins | 2016-03-11 | 1 | -1/+20 |
| | | | | | | | | | | This broke when sync was reworked. Sync now expects job->pts_to_start to be relative to the first frame that it sees. | ||||
* | | sync: fix yet another subtitle issue. | John Stebbins | 2016-03-11 | 1 | -1/+2 |
| | | | | | | | | | | | | subtitle stop time was getting incorrectly squashed when special value AV_NOPTS_VALUE. it should have been set to the next subtitles start time. | ||||
* | | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 58 | -594/+1180 |
| | | |||||
* | | LinGui: prevent crashes due to an invalid queue file | John Stebbins | 2016-03-10 | 1 | -19/+11 |
| | | |||||
* | | LinGui: don't assume log text is iso-8859-1 | John Stebbins | 2016-03-10 | 1 | -2/+2 |
| | | |||||
* | | MacGui: remove an unused var. | Damiano Galassi | 2016-03-10 | 1 | -3/+0 |
| | | |||||
* | | MacGui: remove the NSString check for the PictureRotate key because we are ↵ | Damiano Galassi | 2016-03-10 | 1 | -9/+6 |
| | | | | | | | | sure it's always a string. | ||||
* | | lingui: fix use of freed memory | John Stebbins | 2016-03-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #118 from jstebbins/filter-dict | John Stebbins | 2016-03-09 | 40 | -1150/+2475 |
|\ \ | | | | | | | Convert hb_filter_t settings from char* to hb_dict_t | ||||
| * | | WinGui: Fix Framerate mode for Same as source | sr55 | 2016-03-09 | 1 | -1/+1 |
| | | |