summaryrefslogtreecommitdiff
path: root/src/lib.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-23server: Track stream state better, and abort betterNirbheek Chauhan1-3/+4
2014-07-21server: Free server context with low priorityNirbheek Chauhan1-2/+2
2014-07-17Use G_SOURCE_REMOVE instead of FALSENirbheek Chauhan1-2/+2
2014-07-17server: Fix another potential crashNirbheek Chauhan1-1/+16
2014-07-15server: Make cleanup on server exit and EOS more reliableNirbheek Chauhan1-3/+19
2014-07-14Improve latency by waiting for the next keyframeNirbheek Chauhan1-13/+0
2014-07-14main: Add SIGINT handlerNirbheek Chauhan1-3/+4
2014-07-14debug: Remove extra newlines, and use g_critical everywhereNirbheek Chauhan1-4/+4
2014-07-14appsink: Pull and write samples in the libsoup main contextNirbheek Chauhan1-2/+0
2014-07-14server: Always send data from the last keyframeNirbheek Chauhan1-1/+14
2014-07-14debug: Make the server less noisyNirbheek Chauhan1-8/+8
2014-07-14Add two FIXMEs pointed out by slomo in his reviewNirbheek Chauhan1-0/+1
2014-07-14appsink: Use the correct API for getting the streamheaderNirbheek Chauhan1-6/+4
2014-07-14server: Fix cleanup of clientsNirbheek Chauhan1-19/+16
2014-07-11Remove trailing whitespace to make git happyNirbheek Chauhan1-4/+4
2014-07-11server: Add support for persistent connection streamsNirbheek Chauhan1-2/+2
2014-07-11Add license headers and COPYINGNirbheek Chauhan1-2/+21
2014-07-10cleanup: Fix client shutdown on server exitNirbheek Chauhan1-2/+31
2014-07-10appsink: Add a client timeout, and handle eos separatelyNirbheek Chauhan1-0/+2
2014-07-09Fix unref and frees in various placesNirbheek Chauhan1-17/+2
2014-07-09main/appsink: Don't hard-code element namesNirbheek Chauhan1-8/+5
2014-07-09Remove some unused headers, and fix a typoNirbheek Chauhan1-7/+1
2014-07-09Add source filesNirbheek Chauhan1-0/+166