Merge some MPC-HC Rev.3895 code to get HdmvSub and DVBSub support.
commit27f00a8a0c339b0dd1fcbef3c4309a0a9d4212b4
authoryuzhuohuang@qq.com <yuzhuohuang@qq.com>
Fri, 16 Dec 2011 00:43:59 +0000 (16 08:43 +0800)
committerxy <yuzhuohuang@qq.com>
Sun, 18 Dec 2011 09:35:38 +0000 (18 17:35 +0800)
tree549a3881413fe5d96d4a13f688ff5f5bd7d6a68e
parent1247e530a2e202338bbee211830484fa383d45a7
Merge some MPC-HC Rev.3895 code to get HdmvSub and DVBSub support.
30 files changed:
src/dsutil/DSUtil.cpp
src/dsutil/DSUtil.h
src/dsutil/GolombBuffer.cpp [new file with mode: 0644]
src/dsutil/GolombBuffer.h [new file with mode: 0644]
src/dsutil/H264Nalu.cpp [new file with mode: 0644]
src/dsutil/H264Nalu.h [new file with mode: 0644]
src/dsutil/HdmvClipInfo.cpp [new file with mode: 0644]
src/dsutil/HdmvClipInfo.h [new file with mode: 0644]
src/dsutil/Mpeg2Def.h [new file with mode: 0644]
src/dsutil/dsutil_vs2010.vcxproj
src/dsutil/dsutil_vs2010.vcxproj.filters
src/subtitles/BaseSub.cpp [new file with mode: 0644]
src/subtitles/BaseSub.h [new file with mode: 0644]
src/subtitles/CompositionObject.cpp [new file with mode: 0644]
src/subtitles/CompositionObject.h [new file with mode: 0644]
src/subtitles/DVBSub.cpp [new file with mode: 0644]
src/subtitles/DVBSub.h [new file with mode: 0644]
src/subtitles/GFN.cpp
src/subtitles/GFN.h
src/subtitles/HdmvSub.cpp [new file with mode: 0644]
src/subtitles/HdmvSub.h [new file with mode: 0644]
src/subtitles/Rasterizer.cpp
src/subtitles/Rasterizer.h
src/subtitles/RenderedHdmvSubtitle.cpp [new file with mode: 0644]
src/subtitles/RenderedHdmvSubtitle.h [new file with mode: 0644]
src/subtitles/STS.h
src/subtitles/SubtitleInputPin.cpp
src/subtitles/SubtitleInputPin.h
src/subtitles/subtitles_vs2010.vcxproj
src/subtitles/subtitles_vs2010.vcxproj.filters