summaryrefslogtreecommitdiffstats
path: root/libhb/preset.h
Commit message (Collapse)AuthorAgeFilesLines
* presets: fix import of old version-less preset filesJohn Stebbins2016-03-211-1/+1
| | | | | The version number was not added after import causing an attempt to do import conversions twice. The second conversion breaks values.
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
|
* presets: add result to indicate if preset import modified presetsJohn Stebbins2015-10-091-2/+2
| | | | | This information is useful to the frontends in creation of preset backups.
* add new preset function to header filejstebbins2015-06-241-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7315 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: use libhb to initialize job...jstebbins2015-05-271-0/+17
| | | | | | | ...and set some job settings as values change in the UI. This eliminates a large chunk of job setup code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7230 b64f7644-9d1e-0410-96f1-a4d463321fa5
* lingui: use libhb preset management from linux guijstebbins2015-05-141-22/+108
| | | | 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/+84
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