Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash when chroma smooth tune is NULL | John Stebbins | 2019-04-08 | 1 | -6/+6 |
| | | | | 'HandBrakeCLI --help' was crashing ;) | ||||
* | libhb: Tweak Chroma Smooth filter presets and tunes. | Bradley Sepos | 2019-03-28 | 1 | -120/+28 |
| | | | | The initial tunes were too weak. | ||||
* | libhb: Initial implementation of Chroma Smooth filter. | Bradley Sepos | 2019-03-28 | 1 | -0/+225 |
| | |||||
* | Update copyright dates to 2019. | Bradley Sepos | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | libhb: Remove duplicate lines added to param.c in ↵ | Bradley Sepos | 2018-12-25 | 1 | -4/+0 |
| | | | | | | 822ce4df33f7550078688f86a68460bdfb4d2c90. #1754. | ||||
* | libhb/param: skip redundant checks. | Tim Walker | 2018-02-26 | 1 | -3/+3 |
| | |||||
* | libhb: fix parsing of filters' tunes. | Tim Walker | 2018-02-26 | 1 | -12/+16 |
| | | | | filter_param_get_entry() was using the preset count for bounds checking. | ||||
* | libhb: fix a number of issues reported by clang. | Damiano Galassi | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Update copyright dates to 2018. | Bradley Sepos | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | sharpen: Use better tune names. | Bradley Sepos | 2017-06-03 | 1 | -8/+8 |
| | |||||
* | libhb: Revise sharpen presets and tunes. | Bradley Sepos | 2017-06-01 | 1 | -10/+106 |
| | | | | Adds verystrong presets to unsharp and lapsharp filters. Adds mediumfine and mediumcoarse tunes to unsharp filter. Fixes some values. | ||||
* | libhb: Add Lapsharp kernel isolap and use with Grain tune. | Bradley Sepos | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | libhb: Add LapSharp sharpening filter. | Bradley Sepos | 2017-05-30 | 1 | -0/+179 |
| | |||||
* | libhb: Add Unsharp sharpening filter. | Bradley Sepos | 2017-05-30 | 1 | -0/+157 |
| | | | | Closes #525. | ||||
* | Update copyright dates to 2017. | Bradley Sepos | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | libhb: Add functions to get filter tunes names to param.c. | Bradley Sepos | 2016-09-09 | 1 | -0/+36 |
| | |||||
* | libhb: Describe NLMeans tunes Tape and Sprite in comments. | Bradley Sepos | 2016-05-02 | 1 | -0/+2 |
| | |||||
* | libhb: Add NLMeans tune Sprite. | Bradley Sepos | 2016-05-02 | 1 | -0/+26 |
| | |||||
* | libhb: Add NLMeans tune Tape. | Bradley Sepos | 2016-05-02 | 1 | -0/+27 |
| | |||||
* | filters: don't add disabled rotate filter to filter list | John Stebbins | 2016-03-31 | 1 | -4/+32 |
| | | | | | add check for settings that cause a filter to be disabled, and disable the filter in such cases before adding to the filter list. | ||||
* | comb-detect: adjust default sensitivity and add "Less Sensitive" preset | John Stebbins | 2016-03-11 | 1 | -8/+12 |
| | |||||
* | qsv: fix build | John Stebbins | 2016-03-11 | 1 | -1/+18 |
| | | | | 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 | 1 | -6/+20 |
| | |||||
* | filters: make job filter settings an hb_dict_t | John Stebbins | 2016-03-09 | 1 | -494/+339 |
| | | | | | | This simplifies accessing and changing filter parameters programatically. It also changes the custom filter string format to a ':' separated list of key/value pairs. | ||||
* | deinterlace: fix mapping of legacy "slow" preset | John Stebbins | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | deinterlace: add conditional deinterlacing of interlaced frames | John Stebbins | 2016-02-15 | 1 | -1/+5 |
| | | | | | | | | | Only deinterlace frames that are marked as interlaced when mode HB_YADIF_AUTO is set in the filter settings. Currently, this would cause no frames to be deinterlaced since all frames are marked non-interlaced. This option will become useful in a subsequent patch that splits comb detection into it's own filter. | ||||
* | deinterlace: use avfilter yadif deinterlacer | John Stebbins | 2016-02-15 | 1 | -10/+82 |
| | |||||
* | rotate: use libavfilter | John Stebbins | 2016-01-25 | 1 | -6/+129 |
| | |||||
* | libhb: Add libavfilter support and pad filter | John Stebbins | 2016-01-21 | 1 | -0/+81 |
| | | | | | | | | | | | | | | New filter types HB_FILTER_AVFILTER and HB_FILTER_PAD. Settings for HB_FILTER_AVFILTER are the same as you would pass to avconv from the command line -vf option, except that we do not support multi-input or multi-output filters. Settings for HB_FILTER_PAD are "width:height:color:x_offset:y_offset". width x height is the size of the output frame after padding. color may be a w3c color name or RGB value (default black). x_offset, y_offset is the position of the video within the padded area (default centered). Any of the values may be omitted or "auto". | ||||
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | libhb: fix dereference of null pointer | John Stebbins | 2015-10-20 | 1 | -1/+2 |
| | |||||
* | libhb: Fix potentially uninitialized variable | John Stebbins | 2015-10-20 | 1 | -0/+2 |
| | |||||
* | Make deinterlace/decomb behave similar to nlmeans/hqdn3d | John Stebbins | 2015-10-09 | 1 | -2/+0 |
| | | | | | I.e. use a dropdown to select between the filters instead of a radio button. | ||||
* | Allow negative number in hb_validate_filter_settings. Fix deinterlace ↵ | ritsuka | 2015-05-16 | 1 | -2/+2 |
| | | | | | | settings validation. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7193 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | param: Allow ',' as decimal separator in filter values | jstebbins | 2015-04-21 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7110 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | filters: Fix generation of filter string | jstebbins | 2015-04-18 | 1 | -1/+2 |
| | | | | | | | When there is no "tune" and extra ':' was added to the end of the string and caused a failure to validate the filter settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7101 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | libhb: Add filter preset/tune lookup and setting validation for more filter ↵ | jstebbins | 2015-04-04 | 1 | -32/+414 |
| | | | | | | | | | | | | | | types All filters except for crop_scale now have preset/tune support and basic validation. This code could also be used by the other frontends to simplify some things. For example, it can be used to query libhb for a list of available presets and tunes for each filter. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7050 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Update year to 2015. | bradleys | 2015-02-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6852 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | param: fix compiler warning | jstebbins | 2014-10-30 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6484 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | libhb: Add filter parameter validation. | bradleys | 2014-10-15 | 1 | -5/+70 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6447 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | LinGui/CLI/libhb: add nlmeans denoise filter to lingui | jstebbins | 2014-07-21 | 1 | -0/+226 |
Move nlmeans preset&tune parsing from cli to libhb git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6239 b64f7644-9d1e-0410-96f1-a4d463321fa5 |