]> granicus.if.org Git - handbrake/commit
json: automatically scan title when processing json jobs
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 7 Mar 2015 22:25:48 +0000 (22:25 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 7 Mar 2015 22:25:48 +0000 (22:25 +0000)
commit7705413a03a90c16734b40fb7bc492be8b56ab6f
tree2b3c861e0a7b78e45869a191b20f7dc57c0fe48b
parenta4ad5062c3fa1787b208389123bb81ea57483142
json: automatically scan title when processing json jobs

Simplifies the WinGui.

This also changes how jobs are processed.  Creating the sub-jobs for
multiple passes is delayed until after scanning and immediately before
running the job.

Working status has also changed.  Sub-job passes are identified in status
with an ID that allows the frontend to definitively identify what pass
is in progress.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6976 b64f7644-9d1e-0410-96f1-a4d463321fa5
23 files changed:
gtk/src/callbacks.c
gtk/src/hb-backend.c
gtk/src/hb-backend.h
libhb/batch.c
libhb/common.c
libhb/common.h
libhb/encavcodec.c
libhb/enctheora.c
libhb/encx264.c
libhb/encx265.c
libhb/hb.c
libhb/hb_json.c
libhb/hb_json.h
libhb/internal.h
libhb/muxavformat.c
libhb/muxcommon.c
libhb/reader.c
libhb/scan.c
libhb/stream.c
libhb/sync.c
libhb/work.c
macosx/HBQueueController.m
test/test.c