annotate johndyer-mediaelement-13fa20a/src/js/me-header.js @ 25:4a4bd554b4c1 tip

Closing this sub branch.
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Mon, 25 Mar 2013 14:02:54 +0000
parents 032bc65ebafc
children
rev   line source
gyorgy@0 1 /*!
gyorgy@0 2 * MediaElement.js
gyorgy@0 3 * HTML5 <video> and <audio> shim and player
gyorgy@0 4 * http://mediaelementjs.com/
gyorgy@0 5 *
gyorgy@0 6 * Creates a JavaScript object that mimics HTML5 MediaElement API
gyorgy@0 7 * for browsers that don't understand HTML5 or can't play the provided codec
gyorgy@0 8 * Can play MP4 (H.264), Ogg, WebM, FLV, WMV, WMA, ACC, and MP3
gyorgy@0 9 *
gyorgy@0 10 * Copyright 2010-2011, John Dyer (http://j.hn)
gyorgy@0 11 * Dual licensed under the MIT or GPL Version 2 licenses.
gyorgy@0 12 *
gyorgy@0 13 */