index
:
soup-transcoding-proxy
master
Transcodes N HTTP streams and makes them available as new live HTTP streams to M clients
Nirbheek Chauhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-14
debug: Remove extra newlines, and use g_critical everywhere
Nirbheek Chauhan
1
-25/+25
2014-07-14
appsink: Pull and write samples in the libsoup main context
Nirbheek Chauhan
1
-20/+17
2014-07-14
main: Add a FIXME, and be verbose when new requests come
Nirbheek Chauhan
1
-2/+6
2014-07-14
server: Always send data from the last keyframe
Nirbheek Chauhan
1
-10/+18
2014-07-14
debug: Make the server less noisy
Nirbheek Chauhan
1
-27/+21
2014-07-14
Add two FIXMEs pointed out by slomo in his review
Nirbheek Chauhan
1
-0/+3
2014-07-14
write-chunks: Use gst_buffer_map instead of gst_memory_map
Nirbheek Chauhan
1
-5/+2
2014-07-14
debug: Use a macro for buffer read/write status printing
Nirbheek Chauhan
1
-4/+10
2014-07-14
appsink: Don't need to use pad blocking while linking from tee
Nirbheek Chauhan
1
-70/+56
2014-07-14
server: Fix cleanup of clients
Nirbheek Chauhan
1
-5/+6
2014-07-11
server: Add support for aborting running streams
Nirbheek Chauhan
1
-3/+23
2014-07-11
Remove trailing whitespace to make git happy
Nirbheek Chauhan
1
-17/+17
2014-07-11
server: Add support for persistent connection streams
Nirbheek Chauhan
1
-40/+159
2014-07-11
misc: Fix/add a couple of error messages, etc
Nirbheek Chauhan
1
-3/+9
2014-07-11
clients: Fix increment of client timeout
Nirbheek Chauhan
1
-1/+1
2014-07-11
Add license headers and COPYING
Nirbheek Chauhan
1
-2/+21
2014-07-11
appsrc: Remove need-data/enough-data signal handlers
Nirbheek Chauhan
1
-24/+0
2014-07-10
appsink: Add a client timeout, and handle eos separately
Nirbheek Chauhan
1
-5/+40
2014-07-10
debug: Use separate #ifdefs for each DEBUG
Nirbheek Chauhan
1
-3/+3
2014-07-09
appsink: Use a GMutex to control when we pull samples
Nirbheek Chauhan
1
-34/+28
2014-07-09
appsrc: Queue an EOS when aborted too
Nirbheek Chauhan
1
-0/+21
2014-07-09
appsink: Push samples when availability is signalled
Nirbheek Chauhan
1
-34/+16
2014-07-09
main/appsink: Don't hard-code element names
Nirbheek Chauhan
1
-6/+4
2014-07-09
main: Add option parsing (port)
Nirbheek Chauhan
1
-3/+21
2014-07-09
Add source files
Nirbheek Chauhan
1
-0/+562