summaryrefslogtreecommitdiffstats
path: root/libhb/preset.h
Commit message (Collapse)AuthorAgeFilesLines
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-203/+0
| | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
|
* Misc. typosluz.paz2018-02-201-1/+1
| | | Found via `codespell -q 3 --skip="./gtk/po`
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
|
* libhb: fix warnings.Damiano Galassi2017-11-241-1/+1
|
* LinGui: Add "Category" dropdown to preset save dialogJohn Stebbins2017-11-061-3/+9
| | | | | | | | | | | This replaces the "New Folder" option in the presets menu. It enforces the folder structure we have agreed to and hopefully helps the user keep things organized. Note that users are allowed to save a custom preset to the same "Category" as an official preset. When they do this, a new custom category is created with the same name and the preset is saved in that folder.
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
|
* LinGui: fix setting default presetJohn Stebbins2016-11-111-0/+1
| | | | The old default was not getting scrubbed
* LinGui: fix some issues with reloading audio defaultsJohn Stebbins2016-09-081-0/+2
| | | | | Reloading the audio defaults basically didn't work right. Some settings didn't get loaded, some got loaded and not displayed or displayed wrong.
* preset: Add CLI Default preset. (#214)Bradley Sepos2016-06-271-0/+3
|
* 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