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

Returns possibility to use old seeking code (prior to v. 1.4.1) #949

Merged
merged 23 commits into from
Apr 22, 2018

Commits on Feb 11, 2018

  1. Change grabFrame loop to a single grabFrame after seeking backwards;

    rounding estimated frameNumber.
    anotherche committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    be1080f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    017ee9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95bf93 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. new setTimestamp code;

    setting frameGrabbed to false after grabbing; 
    update of videoStream and audioStream variables after starting grabber; 
    add helper API functions hasVideo(), hasAudio() and
    printFormatInfo(int);
    anotherche committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    46b91f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Add seek in audio only files;

    Add test seeking in audio only and video only files;
    anotherche committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    6ba9633 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a45e0 View commit details
    Browse the repository at this point in the history
  3. switch on other test

    anotherche committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    21c87b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    73fe5a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0970fa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Seek test repair

    anotherche committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    495fe91 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Add a possibility to seek by specified types of frames

    (VIDEO, AUDIO, ANY)
    anotherche committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    0b53f58 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Configuration menu
    Copy the full SHA
    50158f4 View commit details
    Browse the repository at this point in the history
  2. setVideoTimestamp()

    anotherche committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    fea0388 View commit details
    Browse the repository at this point in the history
  3. seeking tolerance adjust

    anotherche committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    4daf9fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db2d196 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Fix formatting

    saudet committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    15d2dbb View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. add Frame.Type to use in Frame.getType() and setTimestamp();

    add getLengthInVideoFrames() alias of getLengthInFrames();
    cleanup;
    anotherche committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    4aa7446 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Adjust a few minor details

    saudet committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    d9d0430 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

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

Commits on Apr 1, 2018

  1. Configuration menu
    Copy the full SHA
    40d4f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e02865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32a8e19 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

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