]> git.mxchange.org Git - friendica.git/commit
basic video playback support using VideoJS
authorZach Prezkuta <fermion@gmx.com>
Sat, 4 May 2013 00:17:56 +0000 (18:17 -0600)
committerZach Prezkuta <fermion@gmx.com>
Sat, 4 May 2013 00:17:56 +0000 (18:17 -0600)
commitfec4581f34f9711f79e808ea410ace8c81a5b9bf
tree92fe69971722c92fda28499ecd7771795a795b04
parent04681618da523e894562d92ca559b735fbf924ad
basic video playback support using VideoJS
29 files changed:
boot.php
include/text.php
js/main.js
js/main.min.js
library/video-js/captions.vtt [new file with mode: 0644]
library/video-js/demo.html [new file with mode: 0644]
library/video-js/video-js.css [new file with mode: 0644]
library/video-js/video-js.min.css [new file with mode: 0644]
library/video-js/video-js.png [new file with mode: 0644]
library/video-js/video-js.swf [new file with mode: 0644]
library/video-js/video.js [new file with mode: 0644]
library/video-js/video.min.js [new file with mode: 0644]
mod/attach.php
mod/videos.php [new file with mode: 0644]
util/minifyjs.sh
view/templates/video_top.tpl [new file with mode: 0644]
view/templates/videos_end.tpl [new file with mode: 0644]
view/templates/videos_head.tpl [new file with mode: 0644]
view/templates/videos_recent.tpl [new file with mode: 0644]
view/theme/decaf-mobile/templates/videos_end.tpl [new file with mode: 0644]
view/theme/decaf-mobile/templates/videos_head.tpl [new file with mode: 0644]
view/theme/frost-mobile/js/main.js
view/theme/frost-mobile/js/main.min.js
view/theme/frost-mobile/templates/videos_end.tpl [new file with mode: 0644]
view/theme/frost-mobile/templates/videos_head.tpl [new file with mode: 0644]
view/theme/frost/js/main.js
view/theme/frost/js/main.min.js
view/theme/frost/templates/videos_end.tpl [new file with mode: 0644]
view/theme/frost/templates/videos_head.tpl [new file with mode: 0644]