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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] null/renderer nullrend.cpp, 1.13.2.2.28.5,
From:       zlin () helixcommunity ! org
Date:       2011-08-25 1:58:22
Message-ID: 201108250158.p7P1wUvE027526 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/null/renderer
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv11562

Modified Files:
      Tag: hxclient_3_6_1_atlas
	nullrend.cpp 
Log Message:

Modified by:zlin@real.com
Date: 08/22/2011
Project: HelixDNAClient_for_Android-LeTV

Synopsis: Enable DTS and AC3 in NULL render according to customer's requirement

Overview: When playing some contents,it will lead to playback failure due to missing \
DTS or AC3 decoder.Until now,DTS and AC3 are not supported by Helix,so error \
occurred.According to the requirement of LeTV customers,playback should continue even \
the codec type is not available.As result,adding DTS and AC3 to null render to \
fulfill customers' requirement.


Files Added:
None

Files Modified:
datatype/null/renderer/nullrend.cpp

Image Size and Heap Use impact (Client -Only): None

Platforms and Profiles Affected:
Platform: android-3.1-arm-qsd_8x60.cf
Profile: helix-client-android-full.pf

Distribution Libraries Affected:None

Distribution library impact and planned action:None

Platforms and Profiles Build Verified:
Platform: android-3.1-arm-qsd_8x60.cf
Profile: helix-client-android-full.pf

Platforms and Profiles Functionality verified:
Platform: android-3.1-arm-qsd_8x60.cf
Profile: helix-client-android-full.pf

Branch: 361atlas



Index: nullrend.cpp
===================================================================
RCS file: /cvsroot/datatype/null/renderer/nullrend.cpp,v
retrieving revision 1.13.2.2.28.5
retrieving revision 1.13.2.2.28.6
diff -u -d -r1.13.2.2.28.5 -r1.13.2.2.28.6
--- nullrend.cpp	19 Aug 2011 02:38:54 -0000	1.13.2.2.28.5
+++ nullrend.cpp	25 Aug 2011 01:58:19 -0000	1.13.2.2.28.6
@@ -242,11 +242,23 @@
 #elif defined(ANDROID_SMDKC110_SURF)
 // include audio MIME types if HELIX_FEATURE_RENDERER_NULL_AUDIO is defined or 
 // if both HELIX_FEATURE_RENDERER_NULL_VIDEO and HELIX_FEATURE_RENDERER_NULL_AUDIO \
are not defined +#elif defined(ANDROID_QSD8X60_SURF)
+        "audio/dts",
+        "audio/AC3",                            // AC3
+        "audio/AC3-encrypted",                  // AC3
+        "audio/vnd.rn-mp2pAC3",
+        "audio/vnd.rn-mp2pAC3-encrypted",
+        "audio/AC3-ELEMENTARY",
+        "audio/EAC3",
+        "audio/x-pn-windows-acm",               // ???
+        "audio/x-pn-windows-acm-encrypted",     // ???
+        "video/x-pn-icm-plugin",
+        "video/x-pn-icm-plugin-encrypted",
 #elif defined(HELIX_FEATURE_RENDERER_NULL_AUDIO) || \
(!defined(HELIX_FEATURE_RENDERER_NULL_VIDEO) && \
!defined(HELIX_FEATURE_RENDERER_NULL_AUDIO))  "audio/3gpp",		
-        "audio/3gpp-encrypted",		
-        "audio/AC3",                            // AC3		
-        "audio/AC3-encrypted",                  // AC3		
+        "audio/3gpp-encrypted",
+        "audio/AC3",                            // AC3
+        "audio/AC3-encrypted",                  // AC3	
         "audio/AMR",		
         "audio/AMR-encrypted",		
         "audio/AMR-WB",		
@@ -362,6 +374,7 @@
         "audio/3gpp-encrypted",		
         "audio/AC3",                            // AC3		
         "audio/AC3-encrypted",                  // AC3		
+        "audio/dts"
         "audio/AMR",		
         "audio/AMR-encrypted",		
         "audio/AMR-WB",		


_______________________________________________
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