Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Adding functionality in order to pull captions from Universal Subtitles... #29

Open
wants to merge 69 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2011

  1. Configuration menu
    Copy the full SHA
    8e78669 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2011

  1. Made some updates in the interests of reliability - captions now stic…

    …k to the video when the page resizes, among other things.
    cgiffard committed Mar 9, 2011
    Configuration menu
    Copy the full SHA
    01498ce View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2011

  1. Configuration menu
    Copy the full SHA
    d48deb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad9d73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed4577c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2011

  1. Configuration menu
    Copy the full SHA
    7704baf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7a606 View commit details
    Browse the repository at this point in the history
  3. Making library more standards compliant

    Moved the generateTranscript function out of the library, because it's a
    user function and not part of the standard.
    
    Renamed the constants in the TextTrack class so they can be used outside
    of the class.
    
    Added another html page to experiment with the IDL of TextTrack.
    
    Added @default and @id attributes to the <track> element.
    silviapfeiffer authored and cgiffard committed Mar 16, 2011
    Configuration menu
    Copy the full SHA
    b6912ad View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2011

  1. Configuration menu
    Copy the full SHA
    7d995cd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2011

  1. Rough release, but lots of new features added. Calling this one an al…

    …pha! Email me the bugs.
    cgiffard committed Mar 25, 2011
    Configuration menu
    Copy the full SHA
    88a03d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53fa211 View commit details
    Browse the repository at this point in the history
  3. More small changes.

    cgiffard committed Mar 25, 2011
    Configuration menu
    Copy the full SHA
    e9c3051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e162f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a2e2b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2011

  1. Configuration menu
    Copy the full SHA
    663cf40 View commit details
    Browse the repository at this point in the history
  2. Updated compiled version

    cgiffard committed Mar 31, 2011
    Configuration menu
    Copy the full SHA
    ee42b5c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2011

  1. Configuration menu
    Copy the full SHA
    149ce97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40fc3fd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2011

  1. Refactored the parser to support alternate timestamp syntax, and have…

    … a saner structure. As yet untested.
    cgiffard committed Jun 28, 2011
    Configuration menu
    Copy the full SHA
    feb1bf5 View commit details
    Browse the repository at this point in the history
  2. Updated and tested parser with different subtitle formats. Captionato…

    …r now supports SRT, SUB, SBV, and WebVTT parsing.
    cgiffard committed Jun 28, 2011
    Configuration menu
    Copy the full SHA
    7963ba6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2011

  1. Configuration menu
    Copy the full SHA
    89c41c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1fa37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0684f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46bedec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba8bb83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7cd8406 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    144bca2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2011

  1. Started LRC parser

    cgiffard committed Jul 5, 2011
    Configuration menu
    Copy the full SHA
    020e77e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2011

  1. Configuration menu
    Copy the full SHA
    23e3990 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2011

  1. Configuration menu
    Copy the full SHA
    60836be View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2011

  1. Configuration menu
    Copy the full SHA
    94bea18 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2011

  1. Configuration menu
    Copy the full SHA
    791563c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee94f93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ca25f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2011

  1. Configuration menu
    Copy the full SHA
    241bd2d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2011

  1. Revising core. WebVTT rendering support 50 - 60 percent complete, jus…

    …t vertical cues to go.
    cgiffard committed Jul 26, 2011
    Configuration menu
    Copy the full SHA
    e5cc5d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2011

  1. Lots of updates. Now support WebVTT vertical captions (albeit a bit c…

    …hunkily.) WebVTT Acid Test underway. Doco somewhat updated.
    cgiffard committed Jul 27, 2011
    Configuration menu
    Copy the full SHA
    c192031 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2011

  1. Updated acid test.

    cgiffard committed Jul 28, 2011
    Configuration menu
    Copy the full SHA
    25e3055 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2011

  1. Configuration menu
    Copy the full SHA
    36fe4da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8304e21 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2011

  1. Configuration menu
    Copy the full SHA
    4c64bfa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2011

  1. Configuration menu
    Copy the full SHA
    f95e456 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2011

  1. Configuration menu
    Copy the full SHA
    f1964d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2011

  1. Updated filenames.

    cgiffard committed Aug 12, 2011
    Configuration menu
    Copy the full SHA
    fcf31b3 View commit details
    Browse the repository at this point in the history
  2. Fixed mimetype and paths

    cgiffard committed Aug 12, 2011
    Configuration menu
    Copy the full SHA
    555d5f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebdb14b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eab081d View commit details
    Browse the repository at this point in the history
  5. Updated minified version, fixed a couple of JSHint validation issues …

    …for a clean bill of health.
    cgiffard committed Aug 12, 2011
    Configuration menu
    Copy the full SHA
    031b513 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2011

  1. Configuration menu
    Copy the full SHA
    c8d1d8b View commit details
    Browse the repository at this point in the history
  2. Documentation update

    cgiffard committed Aug 24, 2011
    Configuration menu
    Copy the full SHA
    56a349c View commit details
    Browse the repository at this point in the history
  3. More cleaning up.

    cgiffard committed Aug 24, 2011
    Configuration menu
    Copy the full SHA
    c10ab95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea26a9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    328212d View commit details
    Browse the repository at this point in the history
  6. Merge conflicts fixed

    cgiffard committed Aug 24, 2011
    Configuration menu
    Copy the full SHA
    22204ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3db2d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c979b22 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2011

  1. Enabled high resolution mode, cleaned up the results of switching tra…

    …ck mode in the DOM, fixed some readme stuff
    cgiffard committed Aug 25, 2011
    Configuration menu
    Copy the full SHA
    5b2b5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e71115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82ce3cd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2011

  1. Fixed a few bugs

    cgiffard committed Aug 29, 2011
    Configuration menu
    Copy the full SHA
    e19913e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6e37ac View commit details
    Browse the repository at this point in the history
  3. Merge branch 'captioncrunch'

    cgiffard committed Aug 29, 2011
    Configuration menu
    Copy the full SHA
    2fed78d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2011

  1. Configuration menu
    Copy the full SHA
    ff3f2fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bcf893 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2012

  1. README.markdown

    cgiffard committed Feb 27, 2012
    Configuration menu
    Copy the full SHA
    d9b039d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5adac7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2012

  1. Adding functionality in order to pull captions from Universal Subtitl…

    …es using cross domain asynchronous calls by retrieving JSONP and then converting it to the supported WebVTT format.
    
    This feature keeps video captions up-to-date using captionator with your video plus it does not require having caption files on the server.
    
    Usage:
    As example a caption track could be provided with src="http://www.universalsubtitles.org/api/1.0/subtitles/?video_url=http://www.youtube.com/watch?v=kmk43_2dtn0&language=en" or src="http://www.universalsubtitles.org/api/1.0/subtitles/?video_url=http://www.youtube.com/watch?v=kmk43_2dtn0&language=fr" or any other language and type="jsonp/webvtt".
    anvk committed Mar 22, 2012
    Configuration menu
    Copy the full SHA
    a91fbda View commit details
    Browse the repository at this point in the history
  2. Replacing ident spaces with tabs

    anvk committed Mar 22, 2012
    Configuration menu
    Copy the full SHA
    7a31ab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2012

  1. Some code cleaning, renaming and modification to improve readability.…

    … Also modified getJSONP function.
    anvk committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    5080e90 View commit details
    Browse the repository at this point in the history