summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-23server: Track stream state better, and abort betterNirbheek Chauhan3-19/+45
2014-07-22encode: POC for streaming incoming video streams to RTP/UDPNirbheek Chauhan1-0/+106
2014-07-21server: Free server context with low priorityNirbheek Chauhan1-2/+2
2014-07-17Use G_SOURCE_REMOVE instead of FALSENirbheek Chauhan2-6/+6
2014-07-17server: Send a Content-Type header as wellNirbheek Chauhan1-2/+7
2014-07-17Fix a few comments/debug messagesNirbheek Chauhan2-2/+3
2014-07-17server: Fix another potential crashNirbheek Chauhan2-4/+19
2014-07-17appsink: Force encodebin to create a keyframe when a client connectsNirbheek Chauhan1-3/+15
2014-07-15main: Remove a few more assertionsNirbheek Chauhan1-9/+7
2014-07-15main: Don't handle request-abortedNirbheek Chauhan1-20/+1
2014-07-15server: Set headers such that browsers don't try to cache the streamNirbheek Chauhan1-0/+9
2014-07-15server: Make cleanup on server exit and EOS more reliableNirbheek Chauhan3-9/+24
2014-07-15appsink: Fix a rare crashNirbheek Chauhan1-0/+7
2014-07-14encode: Don't leak sinkpad, remove outdated commentNirbheek Chauhan2-1/+1
2014-07-14Improve latency by waiting for the next keyframeNirbheek Chauhan4-61/+14
2014-07-14main: Add SIGINT handlerNirbheek Chauhan2-3/+14
2014-07-14debug: Remove extra newlines, and use g_critical everywhereNirbheek Chauhan3-36/+36
2014-07-14appsink: Pull and write samples in the libsoup main contextNirbheek Chauhan3-23/+17
2014-07-14main: Add a FIXME, and be verbose when new requests comeNirbheek Chauhan1-2/+6
2014-07-14server: Always send data from the last keyframeNirbheek Chauhan4-19/+94
2014-07-14debug: Make the server less noisyNirbheek Chauhan3-35/+35
2014-07-14Add two FIXMEs pointed out by slomo in his reviewNirbheek Chauhan2-0/+4
2014-07-14lib: Remove unused function definitionsNirbheek Chauhan1-6/+0
2014-07-14write-chunks: Use gst_buffer_map instead of gst_memory_mapNirbheek Chauhan1-5/+2
2014-07-14debug: Use a macro for buffer read/write status printingNirbheek Chauhan1-4/+10
2014-07-14appsink: Don't need to use pad blocking while linking from teeNirbheek Chauhan1-70/+56
2014-07-14appsink: Use the correct API for getting the streamheaderNirbheek Chauhan1-6/+4
2014-07-14encode: Set fakesink to sync to the clock to ensure it's always realtimeNirbheek Chauhan1-0/+2
2014-07-14server: Fix cleanup of clientsNirbheek Chauhan2-24/+22
2014-07-11server: Add support for aborting running streamsNirbheek Chauhan1-3/+23
2014-07-11Remove trailing whitespace to make git happyNirbheek Chauhan7-31/+31
2014-07-11server: Add support for persistent connection streamsNirbheek Chauhan3-47/+169
2014-07-11misc: Fix/add a couple of error messages, etcNirbheek Chauhan1-3/+9
2014-07-11clients: Fix increment of client timeoutNirbheek Chauhan1-1/+1
2014-07-11Add license headers and COPYINGNirbheek Chauhan7-14/+147
2014-07-11appsrc: Remove need-data/enough-data signal handlersNirbheek Chauhan1-24/+0
2014-07-11encode-debug: Use the PUT path in the debug output filenameNirbheek Chauhan1-1/+8
2014-07-10encode: Explicitly ignore subtitle streamsNirbheek Chauhan1-1/+6
2014-07-10cleanup: Fix client shutdown on server exitNirbheek Chauhan1-2/+31
2014-07-10appsink: Add a client timeout, and handle eos separatelyNirbheek Chauhan3-8/+47
2014-07-10debug: Use separate #ifdefs for each DEBUGNirbheek Chauhan2-5/+5
2014-07-09appsink: Use a GMutex to control when we pull samplesNirbheek Chauhan2-34/+29
2014-07-09appsrc: Queue an EOS when aborted tooNirbheek Chauhan1-0/+21
2014-07-09appsink: Push samples when availability is signalledNirbheek Chauhan1-34/+16
2014-07-09Fix unref and frees in various placesNirbheek Chauhan2-19/+6
2014-07-09main/appsink: Don't hard-code element namesNirbheek Chauhan3-14/+10
2014-07-09Remove some unused headers, and fix a typoNirbheek Chauhan1-7/+1
2014-07-09main: Add option parsing (port)Nirbheek Chauhan1-3/+21
2014-07-09encode: Fix some leaksNirbheek Chauhan1-0/+4
2014-07-09Add source filesNirbheek Chauhan7-0/+1120