OSDN Git Service

add point-to-point encoding
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 23 Dec 2009 00:02:17 +0000 (00:02 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 23 Dec 2009 00:02:17 +0000 (00:02 +0000)
commitb6a37c841f4fc3906526a790dfcc35cfd644c238
tree0a6f3d1d66d61bbe8f389b2892c0f8095e560ecc
parentf78e4458ad5918c9c65bf658982b9997d966f113
add point-to-point encoding

allows frame and pts based start points.  end points were already
previously supported.

New job variables pts_to_start and frame_to_start specify the start point.
There can be a period during the encode where it has to search for
the start point. During this period, libhb sets a new state
HB_STATE_SEARCHING and sets progress and eta till start point found.

git-svn-id: svn://localhost/HandBrake/trunk@3039 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/hb.c
libhb/internal.h
libhb/ports.c
libhb/ports.h
libhb/reader.c
libhb/stream.c
libhb/sync.c