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

Ffprobe streams additional commands #797

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

Ffprobe streams additional commands #797

wants to merge 89 commits into from

Commits on Nov 8, 2017

  1. First commit for v1.x branch

    jens1o committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    270f957 View commit details
    Browse the repository at this point in the history
  2. Merge from master

    jens1o committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    1d22d21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fd7e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    998bab3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Configuration menu
    Copy the full SHA
    c35cc66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c35ff23 View commit details
    Browse the repository at this point in the history
  3. Fix type hints

    carusogabriel committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    11028c1 View commit details
    Browse the repository at this point in the history
  4. Use assertSame

    carusogabriel committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    d4a9f00 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Fix tests

    carusogabriel committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    441b49b View commit details
    Browse the repository at this point in the history
  2. fix test

    jens1o committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    56f3b39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #455 from carusogabriel/phpunit-6

    Fix more tests in PHPUnit 6
    jens1o committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    648bb8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f54f01 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #457 from PHP-FFMpeg/revert-455-phpunit-6

    Revert "Fix more tests in PHPUnit 6"
    jens1o committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    8af39a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Configuration menu
    Copy the full SHA
    407a626 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #458 from carusogabriel/fix-mocks-tests

    Use fluent interface when defining mocks
    jens1o committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    6c76ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4657994 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #459 from carusogabriel/fix-expect-exception

    Fix Expect Exception tests
    jens1o committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    d261100 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. more codestyle changes

    jens1o committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    077acbf View commit details
    Browse the repository at this point in the history
  2. pull...

    jens1o committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    410e8d6 View commit details
    Browse the repository at this point in the history
  3. use short array syntax

    jens1o committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    52ecddc View commit details
    Browse the repository at this point in the history
  4. fix phpdoc in FormatInterface

    jens1o committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    0ad5dbf View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    eb1bf88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222d9ef View commit details
    Browse the repository at this point in the history
  3. fix doc in OptionsTester

    jens1o committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    d8b870c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3ddef1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5f584a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0fd2c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9af2878 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. major codestyle changes

    jens1o committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    3c39277 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. codestyle changes

    jens1o committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    b068946 View commit details
    Browse the repository at this point in the history
  2. fix more codestyle bugs

    jens1o committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    5989c20 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Codestyle

    jens1o committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    bd862b4 View commit details
    Browse the repository at this point in the history
  2. added class doc

    jens1o committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ca043a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d69a2 View commit details
    Browse the repository at this point in the history
  4. fixed some tests

    jens1o committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    d7645e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. more code cleanup

    I should commit more often :/
    #440
    jens1o committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    d4920b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    263aab1 View commit details
    Browse the repository at this point in the history
  3. I love cleanups in critical stuff

    jens1o committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    fb2432f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab319c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. codestyle

    jens1o committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    6394e27 View commit details
    Browse the repository at this point in the history
  2. codestyle

    jens1o committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    3057c23 View commit details
    Browse the repository at this point in the history
  3. use psr-2

    jens1o committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    bd95531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb49d1d View commit details
    Browse the repository at this point in the history
  5. applied codefixes from psr-2

    jens1o committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    a19cd69 View commit details
    Browse the repository at this point in the history
  6. fixed some false expressions

    jens1o committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9374efd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Doc improvement and fixes #322

    jens1o committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    41b0e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed4622 View commit details
    Browse the repository at this point in the history
  3. do not show random test files

    jens1o committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    94fcb02 View commit details
    Browse the repository at this point in the history
  4. fixed some tests

    jens1o committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    8cfa729 View commit details
    Browse the repository at this point in the history
  5. fix codestyle

    jens1o committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    ca522dd View commit details
    Browse the repository at this point in the history
  6. fix codestyle

    jens1o committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    54bc685 View commit details
    Browse the repository at this point in the history
  7. make use of the codectester and update dependencies.

    #472
    TODO: Writing tests
    jens1o committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    1c218ba View commit details
    Browse the repository at this point in the history
  8. fix codestyle

    jens1o committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    75f587e View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. fixes #470

    jens1o committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    6d73d04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8092045 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. use official version of neutron/temporary-filesystem

    the dependency problems have been resolved in version 2.3.0.
    cb8 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8cd9303 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #482 from cb8/tmpfs

    use official version of neutron/temporary-filesystem
    jens1o committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    68c5e6f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Configuration menu
    Copy the full SHA
    a8bd4a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a7d3c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9290f6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    531a4a3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

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

Commits on May 12, 2018

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

Commits on May 14, 2018

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

Commits on May 16, 2018

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

Commits on Dec 24, 2018

  1. Moved to PHPUnit 7.1, PHP 7.1, removed silex and sami support, fix te…

    …sts/Unit/FFProbeTest.php
    jens1o committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    6840c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    065fece View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    accff79 View commit details
    Browse the repository at this point in the history
  4. Fixed tests/Unit/Media/*.php

    jens1o committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    9def251 View commit details
    Browse the repository at this point in the history
  5. Fix tests/Unit/Format/*

    jens1o committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    eb08c81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    297bbd8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0f0790 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    0337876 View commit details
    Browse the repository at this point in the history
  2. fix #618, further cleanup

    jens1o committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    4d7b5ec View commit details
    Browse the repository at this point in the history
  3. More type-hinting while experiencing weird things in the codebase

    & and trying to fix those
    jens1o committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    f9da525 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. wip

    jens1o committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    538ac36 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Manually merge #533 into new branch

    jens1o committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    3d80e2d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

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

Commits on Apr 11, 2019

  1. Cleanup

    jens1o committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    bad53e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. Configuration menu
    Copy the full SHA
    68f2eec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990ab01 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Cleanup, codestyle change

    jens1o committed May 5, 2019
    Configuration menu
    Copy the full SHA
    16b59a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6943c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e559f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. File formatting

    jens1o committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    0cb98bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77917b7 View commit details
    Browse the repository at this point in the history
  3. Only build on 7.1 and newer

    jens1o committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    d0af4f9 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    I missed to update the cache keys checked in the test to check whether the cache is working as intended
    jens1o committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    a8985ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ed1de8 View commit details
    Browse the repository at this point in the history