summaryrefslogtreecommitdiffstats
path: root/libhb/param.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* libhb: Remove duplicate lines added to param.c in 822ce4df33f7550078688f86a68...Bradley Sepos2018-12-251-4/+0
* libhb/param: skip redundant checks.Tim Walker2018-02-261-3/+3
* libhb: fix parsing of filters' tunes.Tim Walker2018-02-261-12/+16
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-121-1/+1
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* sharpen: Use better tune names.Bradley Sepos2017-06-031-8/+8
* libhb: Revise sharpen presets and tunes.Bradley Sepos2017-06-011-10/+106
* libhb: Add Lapsharp kernel isolap and use with Grain tune.Bradley Sepos2017-06-011-1/+1
* libhb: Add LapSharp sharpening filter.Bradley Sepos2017-05-301-0/+179
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-301-0/+157
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: Add functions to get filter tunes names to param.c.Bradley Sepos2016-09-091-0/+36
* libhb: Describe NLMeans tunes Tape and Sprite in comments.Bradley Sepos2016-05-021-0/+2
* libhb: Add NLMeans tune Sprite.Bradley Sepos2016-05-021-0/+26
* libhb: Add NLMeans tune Tape.Bradley Sepos2016-05-021-0/+27
* filters: don't add disabled rotate filter to filter listJohn Stebbins2016-03-311-4/+32
* comb-detect: adjust default sensitivity and add "Less Sensitive" presetJohn Stebbins2016-03-111-8/+12
* qsv: fix buildJohn Stebbins2016-03-111-1/+18
* decomb: split comb detection out into it's own filterJohn Stebbins2016-03-111-6/+20
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-494/+339
* deinterlace: fix mapping of legacy "slow" presetJohn Stebbins2016-02-161-1/+1
* deinterlace: add conditional deinterlacing of interlaced framesJohn Stebbins2016-02-151-1/+5
* deinterlace: use avfilter yadif deinterlacerJohn Stebbins2016-02-151-10/+82
* rotate: use libavfilterJohn Stebbins2016-01-251-6/+129
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-211-0/+81
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: fix dereference of null pointerJohn Stebbins2015-10-201-1/+2
* libhb: Fix potentially uninitialized variableJohn Stebbins2015-10-201-0/+2
* Make deinterlace/decomb behave similar to nlmeans/hqdn3dJohn Stebbins2015-10-091-2/+0
* Allow negative number in hb_validate_filter_settings. Fix deinterlace setting...ritsuka2015-05-161-2/+2
* param: Allow ',' as decimal separator in filter valuesjstebbins2015-04-211-1/+1
* filters: Fix generation of filter stringjstebbins2015-04-181-1/+2
* libhb: Add filter preset/tune lookup and setting validation for more filter t...jstebbins2015-04-041-32/+414
* Update year to 2015.bradleys2015-02-011-1/+1
* param: fix compiler warningjstebbins2014-10-301-1/+1
* libhb: Add filter parameter validation.bradleys2014-10-151-5/+70
* LinGui/CLI/libhb: add nlmeans denoise filter to linguijstebbins2014-07-211-0/+226