summaryrefslogtreecommitdiffstats
path: root/libhb/preset_template.json
Commit message (Collapse)AuthorAgeFilesLines
* preset: Move preset-related resources to separate directory.Bradley Sepos2016-06-251-107/+0
|
* remove dxva hw decode (#189)John Stebbins2016-05-171-1/+0
| | | | | | | | | * remove dxva hw decode It provides practically no speed increase even on a slow CPU and results in a speed decrease on fast CPUs. And the code is exceptionally fugly. * cli: remove USE_HWD
* decomb: split comb detection out into it's own filterJohn Stebbins2016-03-111-0/+2
|
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-1/+2
| | | | | | This simplifies accessing and changing filter parameters programatically. It also changes the custom filter string format to a ':' separated list of key/value pairs.
* Change the PictureRotate key to be a string.Damiano Galassi2016-01-151-1/+1
|
* Make deinterlace/decomb behave similar to nlmeans/hqdn3dJohn Stebbins2015-10-091-4/+2
| | | | | I.e. use a dropdown to select between the filters instead of a radio button.
* preset_template: allow all supported passthru codecs by default.Rodeo2015-05-171-0/+8
| | | | | | | | That way, very old presets and (more importantly) built-in presets do not force a restricted copy mask on the user. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7205 b64f7644-9d1e-0410-96f1-a4d463321fa5
* lingui: use libhb preset management from linux guijstebbins2015-05-141-9/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7179 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-061-0/+104
This results in custom preset support in the CLI and additional command line options to fully support all preset keys. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7158 b64f7644-9d1e-0410-96f1-a4d463321fa5