summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* reader: fix p-to-p seconds for non-seekable streamsJohn Stebbins2016-03-111-1/+20
* sync: fix yet another subtitle issue.John Stebbins2016-03-111-1/+2
* 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 su...Damiano Galassi2016-03-101-9/+6
* lingui: fix use of freed memoryJohn Stebbins2016-03-091-1/+1
* Merge pull request #118 from jstebbins/filter-dictJohn Stebbins2016-03-0940-1150/+2475
|\
| * WinGui: Fix Framerate mode for Same as sourcesr552016-03-091-1/+1
| * WinGui: Update deinterlace method to Yadif and update presets. Will look int...sr552016-03-095-36/+31
| * 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
|/
* MacGui: use the kvc accessor methods, so that the presets menu will update pr...Damiano Galassi2016-03-092-3/+3
* 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
* 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 f...sr552016-03-021-37/+9
* 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 the...Damiano Galassi2016-03-011-1/+10
* decavcodec: recompute frame duration for every frameJohn Stebbins2016-02-281-2/+3
* MacGui: add a NSDictionary extension to convert from and to hb_dict_t.Damiano Galassi2016-02-263-0/+216
* MacGui: make HBCore titles ivar always non null.Damiano Galassi2016-02-262-3/+5
* MacGui: the 'default' as the standard deinterlace filter value.Damiano Galassi2016-02-261-8/+4
* lingui: fix data type of GType variableJohn Stebbins2016-02-251-3/+3
* MacGui: check if there is at least one character in the string before trying ...Damiano Galassi2016-02-231-14/+16
* WinGui: Fix Audio Tab Track by Language selection behaviour.sr552016-02-211-1/+1
* Update NEWSScott2016-02-211-1/+1
* Updated the NEWS file.sr552016-02-201-4/+24
* WinGui: Added a text block on the Queue Add selection that shows the current ...sr552016-02-206-20/+55
* WinGui: Missing file from last commit.sr552016-02-201-0/+2
* WinGui: Adding a "Queue" Menusr552016-02-206-0/+155
* deinterlace: fix mapping of legacy "slow" presetJohn Stebbins2016-02-161-1/+1
* decomb: fix decomb checkJohn Stebbins2016-02-161-2/+1
* MacGui: write the right minor and micro version in the presets. They were swa...Damiano Galassi2016-02-161-2/+2
* sync: improve video dejitterJohn Stebbins2016-02-151-1/+1
* Merge pull request #67 from jstebbins/deinterlaceJohn Stebbins2016-02-1510-688/+232
|\
| * macui: change "Deinterlace" to "Yadif"John Stebbins2016-02-151-2/+2
| * deinterlace: add conditional deinterlacing of interlaced framesJohn Stebbins2016-02-153-5/+15