|
|
@@ -1,20 +1,5 @@
|
|
1
|
1
|
(function(window){ 'use strict';
|
|
2
|
2
|
|
|
3
|
|
-// jsmpeg by Dominic Szablewski - phoboslab.org, github.com/phoboslab
|
|
4
|
|
-//
|
|
5
|
|
-// Consider this to be under MIT license. It's largely based an an Open Source
|
|
6
|
|
-// Decoder for Java under GPL, while I looked at another Decoder from Nokia
|
|
7
|
|
-// (under no particular license?) for certain aspects.
|
|
8
|
|
-// I'm not sure if this work is "derivative" enough to have a different license
|
|
9
|
|
-// but then again, who still cares about MPEG1?
|
|
10
|
|
-//
|
|
11
|
|
-// Based on "Java MPEG-1 Video Decoder and Player" by Korandi Zoltan:
|
|
12
|
|
-// http://sourceforge.net/projects/javampeg1video/
|
|
13
|
|
-//
|
|
14
|
|
-// Inspired by "MPEG Decoder in Java ME" by Nokia:
|
|
15
|
|
-// http://www.developer.nokia.com/Community/Wiki/MPEG_decoder_in_Java_ME
|
|
16
|
|
-
|
|
17
|
|
-
|
|
18
|
3
|
var requestAnimFrame = (function(){
|
|
19
|
4
|
return window.requestAnimationFrame ||
|
|
20
|
5
|
window.webkitRequestAnimationFrame ||
|