summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* added option for modeChristian Pointner2014-09-273-11/+50
* no more debugging for GOptionsChristian Pointner2014-09-263-11/+4
* include compiler in version printChristian Pointner2014-09-261-0/+6
* now using GOptions for command line parsingChristian Pointner2014-09-268-626/+256
* improved default pipelineChristian Pointner2014-09-251-1/+1
* this bug is now a featureChristian Pointner2014-09-251-1/+0
* timeout for clientsChristian Pointner2014-09-251-5/+35
* add callback for client timeout checkChristian Pointner2014-09-254-2/+18
* added timeout optionChristian Pointner2014-09-253-0/+10
* removing clients works nowChristian Pointner2014-09-254-22/+54
* removed useless header includeChristian Pointner2014-09-251-1/+0
* cleanupChristian Pointner2014-09-241-3/+3
* some name refactoringChristian Pointner2014-09-245-26/+27
* added udp socket handling to own fileChristian Pointner2014-09-245-119/+205
* moved pipeline creation subs to own fileChristian Pointner2014-09-247-256/+357
* added simple UDP protocolChristian Pointner2014-09-241-4/+20
* removed useless parse hex stringChristian Pointner2014-09-244-57/+1
* moved gstreamer utility functions to seperate fileChristian Pointner2014-09-244-81/+171
* checking if client is already part of list before addingChristian Pointner2014-09-241-56/+79
* Merge branch 'master' of gitspread:sydraChristian Pointner2014-09-241-2/+2
|\
| * cleanupChristian Pointner2014-09-241-2/+2
* | using different client specificationChristian Pointner2014-09-241-8/+27
|/
* improve debug outputChristian Pointner2014-09-241-8/+8
* make rtp-host and port optionalChristian Pointner2014-09-242-16/+18
* adding host to udp sink when incoming packet is seen works nowChristian Pointner2014-09-241-20/+21
* binding to address/portChristian Pointner2014-09-243-9/+34
* also listening for packets on IPv6 socketsChristian Pointner2014-09-231-6/+10
* listening for incoming data from udp sink worsk nowChristian Pointner2014-09-231-19/+80
* getting udp socket file descriptorsChristian Pointner2014-09-232-20/+48
* fixed log printfChristian Pointner2014-09-231-1/+1
* added parser for qos messagesChristian Pointner2014-09-221-0/+7
* changing udp port mappingChristian Pointner2014-09-222-10/+6
* fixed license header - emailChristian Pointner2014-09-2214-14/+14
* removed default option valuesChristian Pointner2014-09-221-3/+3
* recording with different codecs works nowChristian Pointner2014-09-223-18/+55
* fixed wrong type for textoverlay parametersChristian Pointner2014-09-221-1/+1
* added support for recording - for now only video worksChristian Pointner2014-09-222-31/+61
* preview works nowChristian Pointner2014-09-222-6/+36
* got rid of double audio encodingChristian Pointner2014-09-223-26/+19
* building pipeline manually nowChristian Pointner2014-09-222-42/+215
* added exception for non-GPL Gstreamer componentsChristian Pointner2014-09-2014-0/+84
* refactoringChristian Pointner2014-09-051-4/+2
* refactoringChristian Pointner2014-09-041-8/+5
* additional debug outputChristian Pointner2014-09-041-0/+9
* small refactoringChristian Pointner2014-09-041-12/+19
* removed custom sighandler code in favor of glib based signal handlingChristian Pointner2014-09-044-158/+15
* pipeline works now - however recording is still disabled..Christian Pointner2014-09-041-28/+66
* added send stream pipeline with optionsChristian Pointner2014-09-043-25/+154
* removed useless sysexecChristian Pointner2014-09-043-278/+0
* updated options parserChristian Pointner2014-09-033-53/+32