| The Following 2 Users Say Thank You to debernardis For This Useful Post: | ||
|
|
2009-05-20
, 06:55
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2
|
| The Following User Says Thank You to qole For This Useful Post: | ||
|
|
2009-05-20
, 07:35
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#3
|
|
|
2009-05-20
, 09:31
|
|
|
Posts: 276 |
Thanked: 160 times |
Joined on Jul 2007
@ Bath, UK
|
#4
|
| The Following User Says Thank You to Baloo For This Useful Post: | ||
|
|
2009-05-20
, 10:21
|
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#5
|
Sadly, that will do nothing for the current-gen tablets. All that stuff is obviously aimed squarely at the next-gen Maemo 5 devices, which use the OMAP3 SoC, rather than the OMAP2 SoC on our beloved tablets.
/* Audio Decoders */
{
"AAC Audio Decoder", /* String name of codec used by plugin */
"aachedec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
}, {
"MPEG1L2 Audio Decoder", /* String name of codec used by plugin */
"mp3dec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
}, {
"MPEG1L3 Audio Decoder", /* String name of codec used by plugin */
"mp3dec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
}, {
"WMA Audio Decoder", /* String name of codec used by plugin */
"wmadec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
},
/* Video Decoders */
{
"H.264 Video Decoder", /* String name of codec used by plugin */
"h264dec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
}, {
"MPEG4 Video Decoder", /* String name of codec used by plugin */
"mpeg4dec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
}, {
"MPEG2 Video Decoder", /* String name of codec used by plugin */
"mpeg2dec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
},
/* Image Decoders */
{
"JPEG Image Decoder", /* String name of codec used by plugin */
"jpegdec", /* String name of codec used by CE */
decodeEngine /* Engine that contains this codec */
},
/* Video Encoders */
{
"H.264 Video Encoder", /* String name of codec used by plugin */
"h264enc", /* String name of codec used by CE */
encodeEngine /* Engine that contains this codec */
}, {
"MPEG4 Video Encoder", /* String name of codec used by plugin */
"mpeg4enc", /* String name of codec used by CE */
encodeEngine /* Engine that contains this codec */
},
/* Image Encoders */
{
"JPEG Image Encoder", /* String name of codec used by plugin */
"jpegenc", /* String name of codec used by CE */
encodeEngine /* Engine that contains this codec */
},
|
|
2009-05-20
, 11:12
|
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#7
|
| The Following User Says Thank You to lardman For This Useful Post: | ||
|
|
2009-05-20
, 12:13
|
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#8
|
|
|
2009-05-20
, 13:08
|
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#9
|

|
|
2009-05-20
, 17:09
|
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#10
|
Clearly the next tablet is going to be heavily orientated around its media capabilities. At OSiM last year there was a lot of talk about the camera and what you could do with it, video, photo's etc. I can't see why streaming wouldn't be a big factor too. With the online OVI presence Nokia has, uploading videos and even live streaming would fit in with their slogan "Share photos and videos. Anytime. Anywhere."
Could this give more oxygen to multimedia apps on our tablets?
http://www.linuxdevices.com/news/NS7...36.html?kc=rss
https://gstreamer.ti.com/gf/project/...T+gstreamer-pr
Ernesto de Bernardis