1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feed: display port_requested in start_tcp_listener() debug More... about 14 years ago
decode: fix warning: format ‘%d’ expects type ‘int’, but argument 6 has type ‘size_t’ More... about 14 years ago
parse: re-align unsynchronized data #gklst More... about 14 years ago
output: support '://' nomenclature for URLs More... about 14 years ago
output: change OUTPUT_STREAM_PACKET_SIZE More... about 14 years ago
delay if recv gives EAGAIN More... about 14 years ago
debugging tcp output streaming... More... about 14 years ago
output: fix warning: control reaches end of non-void function More... about 14 years ago
output: add support for streaming to both udp and tcp targets, works with the tcp input method (barely) #gklst More... about 14 years ago
output: allow specificication of udp or tcp targets (supporting udp only for now) More... about 14 years ago
feed: enable data input via tcp listening port (untested) More... about 14 years ago
output: avoid memcpy's by passing pointers while reading from the ringbuffer More... about 14 years ago
output: always check the return value of read() More... about 14 years ago
output: fix ringbuffer sizes More... about 14 years ago
serve: improve debug; use / as delimiter; allow specification of tuner number More... about 14 years ago
serve: accept multiple tuners if requested by user More... about 14 years ago
serve: use tuner from main context More... about 14 years ago
add function bool serve::command(char* cmdline) More... about 14 years ago
parse: stop output when the feed stops More... about 14 years ago
fix command line argument parsing behavior, allow 'scan' of stdin and file input More... about 14 years ago
output: fix build error due to missing include More... about 14 years ago
dvbtee: specify -o<ip addr>:<port> to stream to <ip addr>:<port> #gklst More... about 14 years ago
dvbtee: specify -o<ip addr> to stream to <ip addr>:1234 #gklst More... about 14 years ago
define OUTPUT_STREAM_PACKET_SIZE 188*7 More... about 14 years ago
parse: include each ES PID listed in each PMT for output by default More... about 14 years ago
quick hack: specify -omulticast to stream to 224.1.1.1:1234 (configuration patches to follow) #gklst More... about 14 years ago
output: stop streaming in destructor More... about 14 years ago
output: add function output_stream::stream More... about 14 years ago
output: use ringbuffer in output & output_stream classes More... about 14 years ago
output: main output thread feeds multiple output_stream targets More... about 14 years ago