Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VP-211: subtitlesFinder component for a VideoPlayer #125

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
02560be
VP-211: First draft for the new version of VideoPlayer to work with U…
anvk Feb 28, 2013
c1450b7
VP-211: Creating a separate transcript menu languages array in a mode…
anvk Mar 4, 2013
53d215f
VP-211: Do not allow to initialize unisub if there are no links to th…
anvk Mar 5, 2013
c93087d
VP-211: Making uniSub component to work with Amara api 2.0
anvk Mar 5, 2013
4ce84ac
VP-211: Amara component will try to get captions only from the first …
anvk Mar 7, 2013
8cd58ed
VP-211: First working version of video player which queries amara for…
anvk Mar 11, 2013
349b267
VP-211: Removing unused flag. Do not call requestChange for captions …
anvk Mar 11, 2013
b384b92
VP-211: First attempt to fix video player tests.
anvk Mar 11, 2013
f4f6e43
VP-282: Updating the README for the 0.1 release
jobara Feb 28, 2013
4eb8e6d
VP-282: Fixing a typo in the readme.
michelled Feb 28, 2013
abe30ff
VP-283: updating the licence info for captionator
jobara Feb 28, 2013
f07847c
VP-282: Updating the known issues
jobara Mar 4, 2013
82b22ec
VP-290: Fixing failing VideoPlayerShowHide-test
anvk Mar 11, 2013
0488d2f
VP-287
kmithemanth Mar 8, 2013
81f19fe
VP-211: Fixing up transcripts to use languages and captions pulled fr…
anvk Mar 11, 2013
f9b89a6
VP-211: More UniSub component refactoring. Trying to use free functio…
anvk Mar 12, 2013
544a360
VP-211: A tiny step towards unisub integration tests.
anvk Mar 15, 2013
c37ebf0
VP-211: Finally a working test for a delayed language caption retrieval
anvk Mar 15, 2013
95a94f5
VP-211: Adding more structure to the UniSub component. Changing integ…
anvk Mar 18, 2013
57fb6b3
Merge branch 'umaster' into VP-211
anvk Mar 18, 2013
c645cbc
VP-211: Adding more tests for UniSub component. Adding extra function…
anvk Mar 18, 2013
a7b2da5
VP-211: Renaming "UniSub" to be a "subtitlesFinder" component
anvk Mar 18, 2013
e907342
VP-211: Merging master branch with its latest changes. Fixing up test…
anvk Mar 26, 2013
12d1a5f
VP-211: Cleanup files from my changes which were put temporarily for …
anvk Mar 26, 2013
4d8e90a
VP-211: Refactoring subtitleFinder to use DataSource component.
anvk Mar 27, 2013
a9f073b
VP-211: Me and Justin, refactoring subtitleFinder component and refac…
anvk Apr 4, 2013
4bf4f2e
VP-211: Refactoring integration tests in order to comply with a new s…
anvk Apr 4, 2013
5d024dd
VP-211: Made few cleanups and quick changes after Justin's review
anvk Apr 4, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
VP-283: updating the licence info for captionator
jobara authored and anvk committed Mar 12, 2013
commit abe30ff6b7e47fb0eaee2ff1515bba9473ac97e4
13 changes: 10 additions & 3 deletions lib/captionator/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Attribution:
* Captionator.js is a JavaScript polyfill designed to provide support for the <track> element and TextTrack javascript API. It currently supports subtitles in SUB, SRT, Youtube's SBV, WebVTT, and WebVTT with Google's proposed timestamp syntax. It will soon support LRC, DFXP/TTML and the WebVTT v2 proposed features. More information could be found http://captionatorjs.com/
* Captionator code is a completely free opensource software. More details on the license could be obtained on https://github.com/cgiffard/Captionator/tree/captionplanet
Licence
Copyright (c) 2012, Christopher Giffard All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Source:
* Original code is available on GIT https://github.com/cgiffard/Captionator
@@ -9,3 +14,5 @@ Source:

Instructions:
* All necessary documentation about the Captionator could be found on the official Captionator website http://captionatorjs.com/