var fDesc=new Array(); fDesc[0] = "AVC Streaming Plugin for WMP is the package of components for receiving and decoding media data from network (UDP, RTP over UDP, TCP, RTP over TCP) with the RTSP protocol support. The plugin allows decoding of AVC/H.264 (MPEG-4 P.10 ISO/IEC 14496-10) and MPEG-2 video (ISO/IEC 13818-7), and MPEG-4 (ISO/IEC 14496-3) AAC audio received from network only.

Features include:
Software-only ISO/IEC 14496 part 10 AVC / ITU-T Recommendation H.264 stream decoding.
All features of Baseline, Main and High Profiles support.
Full-resolution, full-quality decoding/playback.
Postprocessing (deinterlacing, fields reordering).
Optimized for the most efficient CPU usage ? takes advantage of MMX? Extensions, SSE2?, and 3DNow"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }