1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 17, 2025 — Sep 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tune: clean up (disabled) code for DMX_SET_BUFFER_SIZE More... about 14 years ago
feed: read data (4096/188)*188 bytes at a time, ~half the kernel demux buffer #gklst More... about 14 years ago
fix xine output for ClearQAM channel scan More... about 14 years ago
feed: #if 0'd generic function: int start_socket(char* source); to be completed later More... about 14 years ago
feed: move #include <arpa/inet.h> from header into source file More... about 14 years ago
feed: enable UDP streams as an input source #gklst More... about 14 years ago
output: fix halt on stream due to bad copy constructor More... about 14 years ago
rbuf: fix crash on exit More... about 14 years ago
log class module name in debug More... about 14 years ago
output: keep track of streaming state More... about 14 years ago
output: correct tcp packet size to match the feed class More... about 14 years ago
rbuf: begin working on optimized buffer writes with reduced memcpy's #gklst More... about 14 years ago
output: function push() should return bool rather than int More... about 14 years ago
output: dont allocate buffers unless at least one target has been specified More... about 14 years ago
#define OUTPUT_STREAM_BUF_SIZE 188*7*199 More... about 14 years ago
parse: add api to disable the parser and push the entire read buffer into the output buffer rather than one TS packet at a time More... about 14 years ago
output: add api for 'push'ing more than 188 bytes at a type More... about 14 years ago
output: fix busy cpu in output_thread() #gklst More... about 14 years ago
feed: fix warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat] More... about 14 years ago
dvbtee: only use kernel pid filters if a service is specified #gklst More... about 14 years ago
parse: make sure the output type of all pids is set appropriately More... about 14 years ago
parse: determine whether to use the kernel pid filters or process the full TS in tune::set_device_ids More... about 14 years ago
dvbtee: -O command line arg specifies output options, 1 for PAT/PMT, 2 for PES streams, 4 for PSIP, or-able #gklst More... about 14 years ago
parse: allow specification of filtered services via command line #gklst More... about 14 years ago
tune / parse: enable the use of kernel pid filters #gklst More... about 14 years ago
feed: dont sleep if read() returns -EOVERFLOW in feed_thread() More... about 14 years ago
feed: disable non-blocking reads on tcp input (experimental) More... about 14 years ago
parse: fix a possible segfault cause by the sync loss re-alignment code #gklst More... about 14 years ago
parse: fix a bug (or two) in demux handling within the mgt handler More... about 14 years ago
parse: fix table tracking buglet More... about 14 years ago