Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QSV: better compatibility with recent SW lib | maxd | 2016-03-30 | 1 | -1/+2 |
| | | | | | | To avoid having max_async_depth == 0 with recent MSDK SW library, this would help to allocate properly internal resources and to avoid crash during encode | ||||
* | libhb: fix x265 encoding with CRF == 0.0 | Tim Walker | 2016-03-29 | 1 | -1/+1 |
| | | | | We were using ABR at 0.0 Kbps instead. | ||||
* | presets: fix PictureRotate import | John Stebbins | 2016-03-28 | 1 | -1/+2 |
| | | | | | When it's value's type is an int instead of a string, it was not imported correctly. | ||||
* | LinGui: fix saving default preset | John Stebbins | 2016-03-27 | 1 | -1/+4 |
| | | | | The default flag was getting lost | ||||
* | muxavformat: fix muxer interleaving in mkv | John Stebbins | 2016-03-27 | 1 | -3/+5 |
| | |||||
* | LinGui: fix crash when no preset selected and scan new source | John Stebbins | 2016-03-27 | 1 | -22/+25 |
| | |||||
* | WinGui: Fix a couple of silent errors with the new logging system. | sr55 | 2016-03-26 | 2 | -14/+30 |
| | |||||
* | WinGui: If there are multiple queue recovery files, don't fail the set if ↵ | sr55 | 2016-03-26 | 1 | -11/+20 |
| | | | | one is bad. Let the rest load normally. | ||||
* | WinGui: Add a new JSON file type to the queue export functionality. This ↵ | sr55 | 2016-03-26 | 7 | -3/+125 |
| | | | | | | exports the standardised JSON format that can be imported into the CLI. Note, the GUI can not yet import the JSON formatted queue file. The old hbq format is still there for that. | ||||
* | MacGui: fix the "encoding (null)" string that was shown when encoding a preview. | Damiano Galassi | 2016-03-26 | 1 | -0/+2 |
| | |||||
* | MacGui: fix the 'scan only title' option. | Damiano Galassi | 2016-03-26 | 2 | -4/+12 |
| | |||||
* | stream: fix negative array index | John Stebbins | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | MacGui: Remove unnecessary libltdl.a dependency. | Bradley Sepos | 2016-03-25 | 1 | -4/+0 |
| | |||||
* | hb: cosmetics, removing trailing whitespace | John Stebbins | 2016-03-23 | 1 | -15/+15 |
| | |||||
* | muxavformat: fix sync issue when bframes are enabled | John Stebbins | 2016-03-23 | 1 | -19/+16 |
| | | | | | | | libav does not permit negative dts when muxing to mkv even though it does not use dts when writing mkv. When it sees an initial negative dts, it offsets all dts and pts to make it positive. This breaks A/V sync and chapter start times. | ||||
* | stream: fix potential use of uninitialized variable | John Stebbins | 2016-03-23 | 1 | -10/+18 |
| | |||||
* | reader: fix memory leak | John Stebbins | 2016-03-23 | 1 | -0/+6 |
| | |||||
* | presets: fix memory leak | John Stebbins | 2016-03-23 | 1 | -2/+6 |
| | |||||
* | libhb: reorder buffer type enum so uninitialized type is OTHER_BUF | John Stebbins | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | fifo: when HB_BUFFER_DEBUG is set, memset buffers to 0 | John Stebbins | 2016-03-23 | 1 | -0/+6 |
| | |||||
* | decavcodec: cosmetics | John Stebbins | 2016-03-23 | 1 | -9/+19 |
| | |||||
* | scan: quit looking for audio if a preview scan reaches EOF | John Stebbins | 2016-03-23 | 1 | -44/+58 |
| | | | | | Also, verify that vid_info geometry matches vid_buf geometry And some cosmetic changes | ||||
* | WinGui: Remove a restriction on the WMI GPU information call. It will now ↵ | sr55 | 2016-03-22 | 1 | -2/+9 |
| | | | | display any records that don't have a Name or Version. I don't believe this will make any different under normal circumstances but it appears WMI many not report back the expected information. | ||||
* | 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 |
| | |