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

Feature add linux gstreamer support #11

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

Commits on Dec 21, 2017

  1. adding support for mp3, m4a and wma files on linux by using gstreamer…

    … library
    
    this is the initial revision, tests are not yet green, to be continued
    hhoegelo committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    717b048 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

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

Commits on Jan 5, 2018

  1. improve readability

    hhoegelo committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    9130479 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Configuration menu
    Copy the full SHA
    693b84d View commit details
    Browse the repository at this point in the history
  2. fix intendation issue

    hhoegelo committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    e9254c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07341d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ec93ff View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    f46c5d2 View commit details
    Browse the repository at this point in the history
  2. fix alignment

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

Commits on Jan 17, 2018

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

Commits on Mar 22, 2018

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

Commits on Mar 24, 2018

  1. fix retrieval of num_frames info

    Marc Boucek committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    9019049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed24e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. improve error reporting for failing streams

    use small epsilon to compare samples
    Marc Boucek committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e45327e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. change m_position type to std::streampos

    Marc Boucek committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    1823462 View commit details
    Browse the repository at this point in the history
  2. read_interlaced_test: add more valuable test output

    Marc Boucek committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    76366dc View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

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

Commits on Apr 16, 2018

  1. adding support for mp3, m4a and wma files on linux by using gstreamer…

    … library
    
    this is the initial revision, tests are not yet green, to be continued
    hhoegelo committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    4643b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1123b View commit details
    Browse the repository at this point in the history
  3. improve readability

    hhoegelo committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    e6a05c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7146d73 View commit details
    Browse the repository at this point in the history
  5. fix intendation issue

    hhoegelo committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    eea5bb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48c73f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dde3c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44d9df9 View commit details
    Browse the repository at this point in the history
  9. fix alignment

    hhoegelo committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    7023f2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59bd834 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54ea50d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. fixup

    hhoegelo committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    4d82bdc View commit details
    Browse the repository at this point in the history
  2. removed GstApp dependency

    hhoegelo committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    cf1e7a8 View commit details
    Browse the repository at this point in the history
  3. merged marc boucek's fixes

    hhoegelo committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    b4d9d4c View commit details
    Browse the repository at this point in the history