OSDN Git Service

Universal Text Subtitle Support Initial Implementation
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 4 May 2010 16:56:43 +0000 (16:56 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 4 May 2010 16:56:43 +0000 (16:56 +0000)
commit0d5328b0076fcc2eb6489001d31127f318e8a176
tree87a38102ec17ffbc9af3329a5641417c5c379474
parent23af9afc7ddc2e04c7f8854955e63523be0959b3
Universal Text Subtitle Support Initial Implementation
- Patch by davidfstr ... Thanks!
- Adds support for reading TEXT subtitle tracks from file inputs
- Tested combinations:
-- MKV UTF-8 -> MKV UTF-8 (passthru)
-- MKV UTF-8 -> MP4 TX3G (upconvert)
-- MP4 TX3G -> MKV UTF-8 (downconvert)
-- MP4 TX3G -> MP4 TX3G (downconvert to UTF-8 then upconvert)
- Further explained here http://forum.handbrake.fr/viewtopic.php?f=4&t=16099

git-svn-id: svn://localhost/HandBrake/trunk@3283 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/dectx3gsub.c [new file with mode: 0644]
libhb/decutf8sub.c [new file with mode: 0644]
libhb/hb.c
libhb/internal.h
libhb/stream.c
libhb/sync.c
libhb/work.c