summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * qsv: fix buildJohn Stebbins2016-03-116-33/+44
| | | | | | | | I missed some of the qsv filter settings bits that needed changing.
| * decomb: split comb detection out into it's own filterJohn Stebbins2016-03-1119-1585/+2241
|/
* sync: fix hang at end of p-to-p encoding with subtitlesJohn Stebbins2016-03-111-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 streamsJohn Stebbins2016-03-111-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 Stebbins2016-03-111-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 Galassi2016-03-1158-594/+1180
|
* LinGui: prevent crashes due to an invalid queue fileJohn Stebbins2016-03-101-19/+11
|
* LinGui: don't assume log text is iso-8859-1John Stebbins2016-03-101-2/+2
|
* MacGui: remove an unused var.Damiano Galassi2016-03-101-3/+0
|
* MacGui: remove the NSString check for the PictureRotate key because we are ↵Damiano Galassi2016-03-101-9/+6
| | | | sure it's always a string.
* lingui: fix use of freed memoryJohn Stebbins2016-03-091-1/+1
|
* Merge pull request #118 from jstebbins/filter-dictJohn Stebbins2016-03-0940-1150/+2475
|\ | | | | Convert hb_filter_t settings from char* to hb_dict_t
| * WinGui: Fix Framerate mode for Same as sourcesr552016-03-091-1/+1
| |
| * WinGui: Update deinterlace method to Yadif and update presets. Will look ↵sr552016-03-095-36/+31
| | | | | | | | into using the new preset/tune methods at a later point.
| * WinGui: Initial support for dict based filter options.sr552016-03-097-34/+190
| |
| * macui support for filter dict settingsJohn Stebbins2016-03-092-53/+41
| |
| * filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-0927-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 Galassi2016-03-092-3/+3
| | | | properly after a change in the presets.
* hb_dict: convert json null to empty string upon string xformJohn Stebbins2016-03-091-1/+1
|
* sync: fix handling of end-of-subtitle markersJohn Stebbins2016-03-061-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 Stebbins2016-03-061-16/+20
|
* libhb: fix memory leaksJohn Stebbins2016-03-062-2/+5
|
* cli: fix constant framerateJohn Stebbins2016-03-051-1/+1
|
* WinGui: Don't check diskspace on UNC paths.sr552016-03-021-2/+2
|
* WinGui: Updating the code to handle Deinterlace / Decomb / Rotation options ↵sr552016-03-021-37/+9
| | | | for j45's latest change. Thanks John for the patch.
* MacGui: rewrite the NSDictionary to NSArray converter using less if.Damiano Galassi2016-03-012-84/+85
|
* scan: check if the video decoder was properly initialized before decoding ↵Damiano Galassi2016-03-011-1/+10
| | | | the preview.
* decavcodec: recompute frame duration for every frameJohn Stebbins2016-02-281-2/+3
| | | | It can change mid-stream