]> granicus.if.org Git - handbrake/commit
Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in title, if...
authoreddyg <eddyg.hb@myreflection.org>
Mon, 4 May 2009 04:56:19 +0000 (04:56 +0000)
committereddyg <eddyg.hb@myreflection.org>
Mon, 4 May 2009 04:56:19 +0000 (04:56 +0000)
commitb2661d006f5b972e8599903b4909a8633ea5d5b3
tree64b569cfd77a8c38495962ac340b6b8da30625d3
parent5a1a257865a3156151ca16670f27c2d2f8a3ef56
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://svn.handbrake.fr/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