summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | 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 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
| | | | | 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 ↵sr552016-03-221-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 ↵sr552016-03-222-0/+71
| | | | systems so the OS detection works correctly.
* WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵sr552016-03-2112-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_iso639Scott2016-03-212-6/+8
|\ | | | | Support language code changes between ISO639 and ISO639-1
| * 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
| | | | | | | | | | 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.sr552016-03-216-12/+36
| |
* | WinGui: Add a Logging Service into the AppServices library. This does not ↵sr552016-03-2124-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 ↵sr552016-03-181-14/+4
| | | | | | | | correctly with the new json presets.
* | Add note about libfftw3-dev. Fixes #108sr552016-03-182-2/+4
| |
* | LinGui: center image in preview windowJohn Stebbins2016-03-161-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 resizingJohn Stebbins2016-03-169-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 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
| | | | | | | | | | | | 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 Galassi2016-03-149-14/+52
| | | | | | | | two methods to convert from iso code to english language.
* | 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
| | | | | | | | | | | | Fix preview hud background. it was transparent. Fix initialization of gstreamer. It could not initialize the video overlay.
* | 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
| | | | | | | | Makes my icons work on windows :)
* | 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
| | | | | | | | HTTPS and it's terrible code.
* | LinGui: fix "Cancel" of subtitle changesJohn Stebbins2016-03-121-3/+6
| | | | | | | | Cancel did not revert the changes that were made.
* | cli: add support for import of GUI queue fileJohn Stebbins2016-03-121-123/+215
| |
* | LinGui: Tidy up queue formatJohn Stebbins2016-03-126-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 ↵sr552016-03-125-11/+56
| | | | | | | | installer if the hash check fails.
* | Merge pull request #124 from jstebbins/decomb-splitJohn Stebbins2016-03-1241-1660/+2843
|\ \ | | | | | | Decomb split
| * | 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
| | | | | | | | | | | | | | | 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" presetJohn Stebbins2016-03-111-8/+12
| | |
| * | cli: add comb detection optionsJohn Stebbins2016-03-111-2/+83
| | |