Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | WinGui: Update deinterlace method to Yadif and update presets. Will look ↵ | sr55 | 2016-03-09 | 5 | -36/+31 |
| | | | | | | | | into using the new preset/tune methods at a later point. | ||||
| * | WinGui: Initial support for dict based filter options. | sr55 | 2016-03-09 | 7 | -34/+190 |
| | | |||||
| * | macui support for filter dict settings | John Stebbins | 2016-03-09 | 2 | -53/+41 |
| | | |||||
| * | filters: make job filter settings an hb_dict_t | John Stebbins | 2016-03-09 | 27 | -1027/+2213 |
|/ | | | | | | This simplifies accessing and changing filter parameters programatically. It also changes the custom filter string format to a ':' separated list of key/value pairs. | ||||
* | MacGui: use the kvc accessor methods, so that the presets menu will update ↵ | Damiano Galassi | 2016-03-09 | 2 | -3/+3 |
| | | | | properly after a change in the presets. | ||||
* | hb_dict: convert json null to empty string upon string xform | John Stebbins | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | sync: fix handling of end-of-subtitle markers | John Stebbins | 2016-03-06 | 1 | -0/+4 |
| | | | | | Under some discontinuity cases, these markers were getting passed through to the muxer, which caused a crash. | ||||
* | libhb: fix buffer over-reads by libav get_bits() | John Stebbins | 2016-03-06 | 1 | -16/+20 |
| | |||||
* | libhb: fix memory leaks | John Stebbins | 2016-03-06 | 2 | -2/+5 |
| | |||||
* | cli: fix constant framerate | John Stebbins | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | WinGui: Don't check diskspace on UNC paths. | sr55 | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | WinGui: Updating the code to handle Deinterlace / Decomb / Rotation options ↵ | sr55 | 2016-03-02 | 1 | -37/+9 |
| | | | | for j45's latest change. Thanks John for the patch. | ||||
* | MacGui: rewrite the NSDictionary to NSArray converter using less if. | Damiano Galassi | 2016-03-01 | 2 | -84/+85 |
| | |||||
* | scan: check if the video decoder was properly initialized before decoding ↵ | Damiano Galassi | 2016-03-01 | 1 | -1/+10 |
| | | | | the preview. | ||||
* | decavcodec: recompute frame duration for every frame | John Stebbins | 2016-02-28 | 1 | -2/+3 |
| | | | | It can change mid-stream |