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

SRT I/O #898

Merged
merged 50 commits into from
Aug 23, 2019
Merged

SRT I/O #898

merged 50 commits into from
Aug 23, 2019

Commits on Jul 26, 2019

  1. First stab at srt I/O

    toots committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    171d83b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Some progress!

    toots committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    97d1b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d71225c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Configuration menu
    Copy the full SHA
    996e1f0 View commit details
    Browse the repository at this point in the history
  2. Forgot this.

    toots committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    18fe21d View commit details
    Browse the repository at this point in the history
  3. Typo.

    toots committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    864b776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2148347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a6f62c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d18f34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    502d133 View commit details
    Browse the repository at this point in the history
  8. Flush the whole output buffer.

    toots committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    d7b6cab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    644fa87 View commit details
    Browse the repository at this point in the history
  10. Close socket on input sleep.

    toots committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    5bf8776 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Init calls for libsrt.

    toots committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    ab803f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Update src/io/srt_io.ml

    Co-Authored-By: mbugeia <maxime.bugeia@gmail.com>
    toots and mbugeia authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    065c0e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d313f5 View commit details
    Browse the repository at this point in the history
  3. Fix logic with output.srt.

    toots committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    f706290 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6d2166 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdfbc16 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    dde3972 View commit details
    Browse the repository at this point in the history
  2. Make sure to close the client.

    toots committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1a3ca2c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

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

Commits on Aug 2, 2019

  1. Configuration menu
    Copy the full SHA
    270ba81 View commit details
    Browse the repository at this point in the history
  2. Rebuild with srt 1.3.3

    toots committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    be6d7c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    1bc86f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f64fd View commit details
    Browse the repository at this point in the history
  3. Trim srt log message.

    toots committed Aug 3, 2019
    Configuration menu
    Copy the full SHA
    7cd596a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51ebbcc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Configuration menu
    Copy the full SHA
    d9b0992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    043f371 View commit details
    Browse the repository at this point in the history
  3. Update srt_io.ml

    toots authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    8f384a2 View commit details
    Browse the repository at this point in the history
  4. Rewrite, cleanup.

    toots committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    fe81367 View commit details
    Browse the repository at this point in the history
  5. More agressive stop.

    toots committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    b16eb81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ff1e24 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Fix clock.

    toots committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    e7e6e2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb2942e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d6b90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e97e22 View commit details
    Browse the repository at this point in the history
  5. Cleaner this way.

    toots committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    20bf310 View commit details
    Browse the repository at this point in the history
  6. Fix more stuff with input.srt.

    toots committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    a2f7f4e View commit details
    Browse the repository at this point in the history
  7. Finer-grained poll shutdown.

    toots committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    20f6bc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    7af1d42 View commit details
    Browse the repository at this point in the history
  2. Add temporary debug option.

    toots committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    e3a5776 View commit details
    Browse the repository at this point in the history
  3. Add srt locked stubs.

    toots committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    1e5127d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

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

Commits on Aug 14, 2019

  1. Remove debug.

    toots committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    6cd97c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

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

Commits on Aug 19, 2019

  1. Rebuild

    toots committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    8a0a4a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

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

Commits on Aug 23, 2019

  1. Add CHANGES entry.

    toots committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    d6b6f8a View commit details
    Browse the repository at this point in the history