[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mkv/fileformat/pub mkv_file_format.h, 1.5.2.10, 1.5.2.10.6.1
From:       hanshunsun () helixcommunity ! org
Date:       2012-07-19 8:15:34
[Download RAW message or body]

Update of /cvsroot/datatype/mkv/fileformat/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv4302/pub

Modified Files:
      Tag: hxclient_3_6_1_raja
	mkv_file_format.h 
Log Message:
Synopsis: 
Changes to fix the issue that compressed-mkv files cannot play.
merge from 361atlas branch.

Files Added: NONE

Files Modified:
/datatype/mkv/libmatroska/Matroska.cpp
/datatype/mkv/libmatroska/MatroskaExports.cpp
/datatype/mkv/libmatroska/MatroskaExports.h
/datatype/mkv/fileformat/pub/mkv_file_format.h
/datatype/mkv/fileformat/mkv_file_format.cpp

Platforms and Profiles Affected:
Platform: android-icecream-sandwitch-arm-omap40xx_blaze
Profile: helix-client-android-full

Distribution Libraries Affected:
mkvff.so

Distribution library impact and planned action:None

Platforms and Profiles Functionality verified: NONE
Platform: android-icecream-sandwitch-arm-omap40xx_blaze
Profile: helix-client-android-full 


Index: mkv_file_format.h
===================================================================
RCS file: /cvsroot/datatype/mkv/fileformat/pub/mkv_file_format.h,v
retrieving revision 1.5.2.10
retrieving revision 1.5.2.10.6.1
diff -u -d -r1.5.2.10 -r1.5.2.10.6.1
--- mkv_file_format.h	20 Jan 2012 02:18:38 -0000	1.5.2.10
+++ mkv_file_format.h	19 Jul 2012 08:15:23 -0000	1.5.2.10.6.1
@@ -141,7 +141,11 @@
 	private:
 	HX_RESULT CreatePacket(REF(IHXPacket*) packet,UINT32 strNum, IHXBuffer* pBuffer, \
UINT64 uTimeCode,UINT64 decodingTime, HXBOOL bKey);  HX_RESULT \
FormAAC3AudioPacket(REF(IHXPacket*) packet,UINT32 strNum,UINT64 uTimeCode,HXBOOL \
bKey,MKVTrack *track,IHXBuffer* pBuffer); +	HX_RESULT \
FormDTSAudioPacket(REF(IHXPacket*) packet,UINT32 strNum,UINT64 uTimeCode,HXBOOL \
bKey,MKVTrack *track,IHXBuffer* pBuffer); +	HX_RESULT \
FormMP3AudioPacket(REF(IHXPacket*) packet,UINT32 strNum,UINT64 uTimeCode,HXBOOL \
bKey,MKVTrack *track,IHXBuffer* pBuffer); +	HX_RESULT \
FormHeaderStrippingAudioPacket(REF(IHXPacket*) packet,UINT32 strNum,UINT64 \
uTimeCode,HXBOOL bKey,MKVTrack *track,const UCHAR *pSrcData,UINT32 \
nSrcDataSize,UINT32 uFrameSize);  HX_RESULT FormAudioPacket(REF(IHXPacket*) \
packet,UINT32 strNum,UINT64 uTimeCode,HXBOOL bKey,MKVTrack *track,IHXBuffer* \
pBuffer); +	HX_RESULT FormVideoPacket(REF(IHXPacket*) pPacket,UINT32 strNum, \
IHXBuffer* pBuffer, UINT64 uTimeCode,UINT64 decodingTime, HXBOOL bKey,MKVTrack \
*track);  
 	protected:
 	UINT64                  m_ulAdjustedPresentationVideoTime ;
@@ -154,6 +158,9 @@
 	HXBOOL                  m_bIsXVID;
 	HXBOOL                  m_bSwapSamples;
 
+    UINT32                  m_ulAudioPreloadedPacketCount;
+    UINT32                  m_ulVideoPreloadedPacketCount;
+
 	INT32                   m_lRefCount;
 	IUnknown*               m_pContext;
 	IHXCommonClassFactory*  m_pCommonClassFactory;


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic