This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
38 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"homepage": "http://www.moviemasher.com", | ||
"authors": [ {"name": "Movie Masher", "email": "[email protected]" }], | ||
"description": "Example deployment of moviemasher.js and moviemasher.rb utilizing AngularJS, Bootstrap and PHP", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
|
@@ -20,7 +20,7 @@ | |
"bootstrap": "~3.3.6", | ||
"angular-bootstrap": "~1.3.3", | ||
"angular-bootstrap-colorpicker": "~3.0.25", | ||
"moviemasher.js": "4.0.20" | ||
"moviemasher.js": "4.0.21" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "moviemasher.js", | ||
"main": "dist/moviemasher.js", | ||
"version": "4.0.20", | ||
"version": "4.0.21", | ||
"homepage": "http://www.moviemasher.com", | ||
"authors": [ {"name": "Movie Masher", "email": "[email protected]" }], | ||
"moduleType": ["amd"], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "moviemasher.js", | ||
"description": "JavaScript library for realtime, browser-based video and audio editing", | ||
"version": "4.0.20", | ||
"version": "4.0.21", | ||
"author": { | ||
"name": "Movie Masher", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,3 +169,4 @@ var Audio = { | |
__last_seconds: 0, | ||
__sync_seconds: 0, | ||
}; | ||
MovieMasher.Audio = Audio; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,3 +67,4 @@ var Defaults = { | |
return ob; | ||
}, | ||
}; | ||
MovieMasher.Defaults = Defaults; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -607,3 +607,4 @@ var Mash = { | |
return clips; | ||
}, | ||
}; | ||
MovieMasher.Mash = Mash; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,5 @@ var Option = { | |
timeline: { | ||
hscrollpadding: 20, | ||
} | ||
}; | ||
}; | ||
MovieMasher.Option = Option; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,5 +24,5 @@ var Players = { | |
instances: [], | ||
current: null, | ||
delayed_timer: 0, | ||
|
||
}; | ||
MovieMasher.Players = Players; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "angular-moviemasher", | ||
"description": "Example deployment of moviemasher.js and moviemasher.rb utilizing AngularJS, Bootstrap and PHP", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"author": { | ||
"name": "Movie Masher", | ||
"email": "[email protected]" | ||
|