Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7436e467
authored
2015-02-08 17:28:14 -0500
by
David LaPalomento
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #201 from videojs/file-headers
Remove incorrect file headers.
2 parents
8124eef2
3d769bf7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
24 deletions
src/aac-stream.js
src/decrypter.js
src/h264-stream.js
src/videojs-hls.js
src/aac-stream.js
View file @
7436e46
/*
* aac-stream
*
*
* Copyright (c) 2013 Brightcove
* All rights reserved.
*/
(
function
(
window
)
{
var
FlvTag
=
window
.
videojs
.
Hls
.
FlvTag
,
...
...
src/decrypter.js
View file @
7436e46
/*
* videojs-hls
*
* Copyright (c) 2014 Brightcove
* All rights reserved.
*
* This file contains an adaptation of the AES decryption algorithm
* from the Standford Javascript Cryptography Library. That work is
...
...
src/h264-stream.js
View file @
7436e46
/*
* h264-stream
*
*
* Copyright (c) 2013 Brightcove
* All rights reserved.
*/
(
function
(
window
)
{
var
ExpGolomb
=
window
.
videojs
.
Hls
.
ExpGolomb
,
...
...
src/videojs-hls.js
View file @
7436e46
/*
* videojs-hls
*
* Copyright (c) 2014 Brightcove
* All rights reserved.
* The main file for the HLS project.
* License: https://github.com/videojs/videojs-contrib-hls/blob/master/LICENSE
*/
(
function
(
window
,
videojs
,
document
,
undefined
)
{
'use strict'
;
...
...
Please
register
or
sign in
to post a comment