]> granicus.if.org Git - handbrake/commit
filters: make job filter settings an hb_dict_t
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sun, 21 Feb 2016 01:00:46 +0000 (18:00 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 9 Mar 2016 20:10:10 +0000 (13:10 -0700)
commita44ccb49f182d4eeb122fbe675b28deb5c36b793
tree6cc064cc24dacc2a80d41fb9543640c9004895af
parent96c02dd6f256f4a4e74f8962f56502d28e5e65a3
filters: make job filter settings an hb_dict_t

This simplifies accessing and changing filter parameters
programatically.  It also changes the custom filter string format to a
':' separated list of key/value pairs.
27 files changed:
gtk/src/hb-backend.c
gtk/src/queuehandler.c
libhb/avfilter.c
libhb/builtin_presets.h
libhb/common.c
libhb/common.h
libhb/cropscale.c
libhb/deblock.c
libhb/decomb.c
libhb/denoise.c
libhb/detelecine.c
libhb/hb.c
libhb/hb.h
libhb/hb_dict.c
libhb/hb_dict.h
libhb/hb_json.c
libhb/hbtypes.h [new file with mode: 0644]
libhb/libhb_presets.list
libhb/nlmeans.c
libhb/param.c
libhb/param.h
libhb/preset.c
libhb/preset_template.json
libhb/qsv_filter.c
libhb/vfr.c
libhb/work.c
test/test.c