1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
serve: use MAX_SOCKETS macro instead of hard-coded integer More... about 14 years ago
dvbtee: hack-in-progress to dump EPG in HTML #gklst More... about 14 years ago
decode: begin supporting custom callbacks for epg output #gklst More... about 14 years ago
dvbtee v0.0.7 #gklst More... about 14 years ago
serve: enable build-time option PRETTY_URLS to enable &= instead of ;/ More... about 14 years ago
parse: avoid calling decoders[ts_id].get_decoded_vct() twice in xine_dump() More... about 14 years ago
parse: remove redundant code & cleanup function set_service_ids() More... about 14 years ago
parse: move pat processing from take_pat() to new function, process_pat() More... about 14 years ago
parse: avoid calling decoders[ts_id].get_decoded_pmt() twice in xine_dump() & fix set_service_ids() More... about 14 years ago
parse: avoid calling decoders[ts_id].get_decoded_pat() twice in xine_dump() More... about 14 years ago
parse: avoid calling decoders[ts_id].get_decoded_p[am]t() twice in set_service_ids() More... about 14 years ago
parse: avoid calling decoders[ts_id].get_decoded_mgt() twice in take_mgt() More... about 14 years ago
parse: avoid calling decoders[p_pat->i_ts_id].get_decoded_pat() twice in take_pat() More... about 14 years ago
parse: remove #ifdef INLINE_PAT_REWRITE More... about 14 years ago
parse: avoid calling decoders[ts_id].get_decoded_pmt() twice in take_pmt() More... about 14 years ago
parse: remove redundant code moved from take_pmt() into process_pmt() More... about 14 years ago
parse: change bool process_pmt() to void process_pmt() More... about 14 years ago
parse: reprocess cached PMTs when we change services More... about 14 years ago
parse: force-add the relevant PMT's if we have to update the PAT More... about 14 years ago
parse: clear payload pid map in detach_demux() More... about 14 years ago
parse: simplify test for payload pids containing elementary streams More... about 14 years ago
parse: insert break statements where appropriate in feed function More... about 14 years ago
parse: warning: passing ‘const map_decoded_pat_programs {aka const std::map<short unsigned int, short unsigned int>}’ as ‘this’ argument of ‘std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type& std::map<_Key, _Tp, _Compare, _Alloc>::operator[](const key_type&) [with _Key = short unsigned int, _Tp = short unsigned int, _Compare = std::less<short unsigned int>, _Alloc = std::allocator<std::pair<const short unsigned int, short unsigned int> >, std::map<_Key, _Tp, _Compare, _Alloc>::mapped_type = short unsigned int, std::map<_Key, _Tp, _Compare, _Alloc>::key_type = short unsigned int]’ discards qualifiers [-fpermissive] More... about 14 years ago
parse: correct PAT reconstruction functionality More... about 14 years ago
parse: reconstructed PAT tables should be configured for 'No adaptation_field, payload only' More... about 14 years ago
parse: dont limit the number of services in a PAT section More... about 14 years ago
parse: increment the continuity counter for each reconstructed PAT sent #gklst More... about 14 years ago
parse: move writePSI procedure into functions.cpp More... about 14 years ago
parse: generate our own PAT tables using libdvbpsi #gklst More... about 14 years ago
serve: add basic support for dumping channel list More... about 14 years ago