OSDN Git Service

Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in title, if...
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 4 May 2009 04:56:19 +0000 (04:56 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 4 May 2009 04:56:19 +0000 (04:56 +0000)
commit5c5aaf3564f95386860c5a7fd66993cd85d06751
tree64b569cfd77a8c38495962ac340b6b8da30625d3
parent99ba9434e84fdd58bd5c27735913f70e09ac78e3
Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in title, if selected then CC's are extracted, MP4 Muxer will dump the subs to the log at the end of encoding. TODO: Translate PTS for buf->start to HB format, add MP4 subtitle track and subs during muxing.

git-svn-id: svn://localhost/HandBrake/trunk@2375 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/deccc608sub.c [new file with mode: 0644]
libhb/deccc608sub.h [new file with mode: 0644]
libhb/decmpeg2.c
libhb/decvobsub.c [moved from libhb/decsub.c with 100% similarity]
libhb/muxcommon.c
libhb/muxmp4.c
libhb/scan.c
libhb/work.c
test/test.c