OSDN Git Service

Support for reading VOB subtitle tracks from file inputs initital implementation.
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 20 May 2010 15:28:27 +0000 (15:28 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 20 May 2010 15:28:27 +0000 (15:28 +0000)
commit0bad63d01d0544aa881cb2c2e17b38fe0f8fbdc1
tree6100ce310d0bedebcc3c1bf50883ab2365f846e0
parent4a7983613e713f8df317b69cc80c3d133e05d3d8
Support for reading VOB subtitle tracks from file inputs initital implementation.
- Patch by davidfstr, Nice Work!
- Adds support for reading VOB subtitle tracks from file inputs.
Tested with:
- MKV VOB -> MKV VOB passthru.
- MKV VOB -> MKV VOB burned in.
VOB subtitle palette moved from per-title to per-track.
Discussion leading up to commit can be referenced here: http://forum.handbrake.fr/viewtopic.php?f=4&t=16267

git-svn-id: svn://localhost/HandBrake/trunk@3308 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.c
libhb/common.h
libhb/decavcodec.c
libhb/decvobsub.c
libhb/dvd.c
libhb/dvdnav.c
libhb/internal.h
libhb/muxmkv.c
libhb/stream.c