Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rewrite
  • Loading branch information
phoboslab committed Feb 2, 2017
1 parent 186666d commit 7bf420f
Show file tree
Hide file tree
Showing 23 changed files with 4,371 additions and 2,890 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2016 Dominic Szablewski
Copyright (c) 2017 Dominic Szablewski

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
281 changes: 178 additions & 103 deletions README.md 100755 → 100644

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions build.sh
@@ -0,0 +1,17 @@
#!/bin/sh
uglifyjs \
src/jsmpeg.js \
src/video-element.js \
src/player.js \
src/buffer.js \
src/ajax.js \
src/ajax-progressive.js \
src/websocket.js \
src/ts.js \
src/decoder.js \
src/mpeg1.js \
src/mp2.js \
src/webgl.js \
src/canvas2d.js \
src/webaudio.js \
-o jsmpeg.min.js
3 changes: 3 additions & 0 deletions jsmpeg.min.js

Large diffs are not rendered by default.

0 comments on commit 7bf420f

Please sign in to comment.