summaryrefslogtreecommitdiffstats
path: root/libhb/preset.c
Commit message (Expand)AuthorAgeFilesLines
* presets: fix selection of audio tracksJohn Stebbins2017-11-101-1/+1
* Add adaptive streaming support (#972)John Stebbins2017-11-091-0/+3
* CLI: add option to log version, title, and progress in jsonJohn Stebbins2017-11-061-2/+2
* presets: enforce 2 level hierarchy when importing presetsJohn Stebbins2017-11-061-1/+193
* LinGui: Add "Category" dropdown to preset save dialogJohn Stebbins2017-11-061-12/+23
* sync: work-around players with broken edit list supportJohn Stebbins2017-06-131-0/+3
* opencl: removit it (#777)John Stebbins2017-06-121-9/+17
* Allow audio fallback to be "None" (#623)John Stebbins2017-06-121-4/+9
* preset: fix importing some preset versions (#774)John Stebbins2017-06-071-6/+18
* libhb: Add LapSharp sharpening filter.Bradley Sepos2017-05-301-1/+5
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-301-0/+46
* preset: fix audio settings when samplerate == autoDamiano Galassi2017-04-141-0/+4
* preset: fix sanitizing audio settings when samplerate != AutoJohn Stebbins2017-04-121-2/+7
* preset: fix application of anamorphic "Off"John Stebbins2017-02-191-1/+1
* preset: fix behavior of AudioSecondaryEncoderModeJohn Stebbins2017-01-291-2/+2
* preset: fix "all" AudioTrackSelectionBehaviorJohn Stebbins2017-01-111-5/+10
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* presets: fix hb_preset_moveJohn Stebbins2016-12-301-1/+1
* libhb: Remove redundant check in preset.c.midzer2016-12-141-4/+3
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-311-5/+38
* LinGui: fix some issues with reloading audio defaultsJohn Stebbins2016-09-081-0/+99
* libhb: add a declaration for hb_presets_add_internalSean McGovern2016-07-011-1/+2
* preset: Add CLI Default preset. (#214)Bradley Sepos2016-06-271-5/+25
* preset: Move preset-related resources to separate directory.Bradley Sepos2016-06-251-1/+1
* libhb: pass through "default" subtitle flag ... (#203)John Stebbins2016-05-281-1/+23
* remove dxva hw decode (#189)John Stebbins2016-05-171-5/+0
* json: fix sanitization of vqualityJohn Stebbins2016-04-031-4/+4
* presets: fix PictureRotate importJohn Stebbins2016-03-281-1/+2
* presets: fix memory leakJohn Stebbins2016-03-231-2/+6
* presets: fix import of old version-less preset filesJohn Stebbins2016-03-211-28/+43
* decomb: split comb detection out into it's own filterJohn Stebbins2016-03-111-1/+184
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-98/+234
* deinterlace: use avfilter yadif deinterlacerJohn Stebbins2016-02-151-0/+110
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-211-0/+22
* Merge pull request #48 from bradleysepos/copyrightJohn Stebbins2016-01-031-1/+1
|\
| * Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* | presets: fix PicturePAR importJohn Stebbins2016-01-021-1/+1
|/
* presets: use first audio lang for foreign audio search...John Stebbins2015-11-151-1/+9
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-1/+1
* presets: handle importing old string PicturePAR "integers"John Stebbins2015-11-101-0/+37
* Update HandBrakeCLI to read presets.json on Windows. This is the file that wi...Scott2015-10-241-2/+2
* grayscale: make it a real filterJohn Stebbins2015-10-141-3/+8
* Remove invalid presets in presets_do()Damiano Galassi2015-10-121-1/+1
* presets: add result to indicate if preset import modified presetsJohn Stebbins2015-10-091-9/+27
* Make deinterlace/decomb behave similar to nlmeans/hqdn3dJohn Stebbins2015-10-091-65/+83
* libhb: Clock/frame rate handling improvements.Bradley Sepos2015-09-101-24/+35
* presets: fix preset search by namejstebbins2015-08-131-0/+2
* libhb fix some typos in hb_preset_apply_filters().Rodeo2015-06-281-2/+2
* presets: add hb_presets_read_file_json()jstebbins2015-06-241-0/+13
* libhb: fix application of custom anamorphic settingsjstebbins2015-06-141-2/+2