Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added fix volume factor to player | Christian Pointner | 2016-12-30 | 1 | -3/+11 |
* | major name refactoring for rddb and player as well | Christian Pointner | 2016-07-28 | 1 | -30/+30 |
* | fixed errors yielded by go vet | Christian Pointner | 2016-07-13 | 1 | -1/+1 |
* | use syntactic sugor for switch | Christian Pointner | 2016-01-31 | 1 | -12/+4 |
* | implemented unload command | Christian Pointner | 2016-01-29 | 1 | -0/+36 |
* | fixed copy paste error | Christian Pointner | 2016-01-29 | 1 | -1/+1 |
* | implemented play-pause and state change callbacks | Christian Pointner | 2016-01-29 | 1 | -32/+137 |
* | go into 'stop' on EOS | Christian Pointner | 2016-01-28 | 1 | -2/+2 |
* | improved handling of seek position | Christian Pointner | 2016-01-28 | 1 | -1/+13 |
* | length vs. duration | Christian Pointner | 2016-01-28 | 1 | -13/+13 |
* | added support for seeking - not working yet... | Christian Pointner | 2016-01-28 | 1 | -9/+49 |
* | implemented meter callbacks | Christian Pointner | 2016-01-21 | 1 | -6/+17 |
* | cleaned up imports | Christian Pointner | 2016-01-21 | 1 | -1/+2 |
* | improved type handling | Christian Pointner | 2016-01-15 | 1 | -22/+19 |
* | player now constructs update messages | Christian Pointner | 2016-01-15 | 1 | -21/+95 |
* | metering works now | Christian Pointner | 2016-01-15 | 1 | -1/+0 |
* | first attempt to parse level meter - not fully working yet | Christian Pointner | 2016-01-14 | 1 | -7/+10 |
* | replace volume with level for metering | Christian Pointner | 2016-01-14 | 1 | -5/+10 |
* | dynamically linke pipeline works now | Christian Pointner | 2016-01-14 | 1 | -34/+49 |
* | use new Pipeline functions from go-gstreamer | Christian Pointner | 2016-01-14 | 1 | -12/+42 |
* | added simple state handling | Christian Pointner | 2016-01-13 | 1 | -2/+38 |
* | player checks now if file exists before loading it | Christian Pointner | 2016-01-13 | 1 | -0/+18 |
* | added stdlog and dbglog | Christian Pointner | 2016-01-13 | 1 | -11/+17 |
* | player no can be used with external logger | Christian Pointner | 2016-01-13 | 1 | -11/+22 |
* | handle gstreamer stuff in seperate go routine | Christian Pointner | 2016-01-13 | 1 | -4/+150 |
* | added first version of player | Christian Pointner | 2016-01-13 | 1 | -0/+90 |