]> granicus.if.org Git - handbrake/commit
json: add json APIs
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 16 Dec 2014 16:50:50 +0000 (16:50 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 16 Dec 2014 16:50:50 +0000 (16:50 +0000)
commitf56efd7b52c89da8cac55b4d4a187f2c87fdfee6
tree24eacb856704fa8e4b8b8f0edc76568916f70255
parentd0a975e42dcab93e1d2eead350fb1ba3951d977c
json: add json APIs

There are several changes to job and title structs that break
current windows interop code.  The interop code should be changed
such that it only uses json APIs.  So if there is any missing
features (or bugs) in these APIs, please let me know.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6602 b64f7644-9d1e-0410-96f1-a4d463321fa5
48 files changed:
gtk/src/callbacks.c
gtk/src/hb-backend.c
libhb/bd.c
libhb/common.c
libhb/common.h
libhb/cropscale.c
libhb/deblock.c
libhb/decavcodec.c
libhb/deccc608sub.c
libhb/declpcm.c
libhb/decomb.c
libhb/decsrtsub.c
libhb/dectx3gsub.c
libhb/decutf8sub.c
libhb/deinterlace.c
libhb/detelecine.c
libhb/dvd.c
libhb/dvdnav.c
libhb/enc_qsv.c
libhb/encavcodec.c
libhb/enctheora.c
libhb/encx264.c
libhb/encx265.c
libhb/hb.c
libhb/hb.h
libhb/hb_json.c [new file with mode: 0644]
libhb/hb_json.h [new file with mode: 0644]
libhb/muxavformat.c
libhb/muxcommon.c
libhb/qsv_filter.c
libhb/qsv_filter_pp.c
libhb/reader.c
libhb/rendersub.c
libhb/rotate.c
libhb/scan.c
libhb/stream.c
libhb/sync.c
libhb/vadxva2.h
libhb/vfr.c
libhb/work.c
macosx/Controller.m
macosx/HBPicture.h
macosx/HBPreviewController.m
macosx/HBPreviewGenerator.m
macosx/HBVideo.m
macosx/HBVideoController.m
macosx/PictureController.m
test/test.c