1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libdvbtee: change entire build system to use qmake More... over 12 years ago
output: allow specifying hostnames rather than ip addresses More... over 12 years ago
output: display error when attempting to stop non-existant stream by id if debug is enabled More... over 12 years ago
output_stream: dont fail check if we haven't yet begun streaming More... over 12 years ago
parse: we don't need to force pid 0 as an included pid - the PAT table will always be needed ;-) More... over 12 years ago
dvbtee: cache PAT packet for each output stream when TUNER_RESOURCE_SHARING is enabled More... over 12 years ago
output: add the ability to stop an output stream by its ID More... over 12 years ago
serve: be sure to check the parser and its output streams & cleanup as needed More... over 12 years ago
serve: add FIXME comment More... over 12 years ago
dvbtee v0.1.9 #gklst More... over 12 years ago
Merge branch 'multirec' of github.com:mkrufky/libdvbtee More... over 12 years ago
serve: change wait_for_psip() timeout from 5 to 1 sec More... over 12 years ago
serve: dont erase a map item in the middle of an iteration loop More... over 12 years ago
parse: get rid of typedef std::map<uint16_t, uint16_t> map_eit_pids; /* pid, eit-x */ More... over 12 years ago
serve: for now, wait 5 sec for psip before streaming (FIXME!) More... over 12 years ago
parse: treat out_pids as type PES (fixes multirec bug) More... over 12 years ago
output: conditionalize tuner resource sharing (multirec) More... over 12 years ago
serve: dont call cli_print() from check() More... over 12 years ago
serve: safely reclaim server & tuner recources during check() More... over 12 years ago
serve_client: add function list_clients() for use in the CLI More... over 12 years ago
serve: list tuners & feeders during CLI command 'check' More... over 12 years ago
serve: list tuners & feeders during CLI command 'check' More... over 12 years ago
serve: keep track of requested services and pass them in when calling parser.add_output() More... over 12 years ago
Merge branch 'master' into multirec More... over 12 years ago
feed: remove incorrect cast to int from unsigned int More... over 12 years ago
serve: only notify on tuner change if tuner was actually changed More... over 12 years ago
hdhr_tuner: check that q is valid before pushing pointer More... over 12 years ago
serve: find_idle_tuner() should return NULL if no idle tuners found More... over 12 years ago
serve: trying to improve handling of multiple tuners More... over 12 years ago
output: protect against adding the same output target multiple times More... over 12 years ago