1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 25, 2024 — Aug 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tune: check the desired scan mode in the range version of start_scan() More... almost 13 years ago
tune: separate start_scan() into two separate functions to build a list of channels and to begin scanning More... almost 13 years ago
tune: scan_thread() iterates a list of channels rather than a range of channels to scan More... almost 13 years ago
serve: use streamback_callback hack to dump channel lists via http More... almost 13 years ago
html: start (unused) function html_dump_channels() More... almost 13 years ago
serve: fix http chunking issue when returning no data More... almost 13 years ago
serve: create static inline function stream_crlf() More... almost 13 years ago
serve: create static function stream_http_chunk() More... almost 13 years ago
serve: move static function declaration of serve_thread to directly above class member function More... almost 13 years ago
serve: convert some potentially reusable strings into #define'd macros More... almost 13 years ago
serve: include EPG in scan when scan=epg or scan/epg etc More... almost 13 years ago
serve: include EPG in scan when scan=epg More... almost 13 years ago
serve: fix HTTP response More... almost 13 years ago
serve: use MAX_SOCKETS macro instead of hard-coded integer More... almost 13 years ago
dvbtee: hack-in-progress to dump EPG in HTML #gklst More... almost 13 years ago
decode: begin supporting custom callbacks for epg output #gklst More... almost 13 years ago
dvbtee v0.0.7 #gklst More... almost 13 years ago
serve: enable build-time option PRETTY_URLS to enable &= instead of ;/ More... almost 13 years ago
parse: avoid calling decoders[ts_id].get_decoded_vct() twice in xine_dump() More... almost 13 years ago
parse: remove redundant code & cleanup function set_service_ids() More... almost 13 years ago
parse: move pat processing from take_pat() to new function, process_pat() More... almost 13 years ago
parse: avoid calling decoders[ts_id].get_decoded_pmt() twice in xine_dump() & fix set_service_ids() More... almost 13 years ago
parse: avoid calling decoders[ts_id].get_decoded_pat() twice in xine_dump() More... almost 13 years ago
parse: avoid calling decoders[ts_id].get_decoded_p[am]t() twice in set_service_ids() More... almost 13 years ago
parse: avoid calling decoders[ts_id].get_decoded_mgt() twice in take_mgt() More... almost 13 years ago
parse: avoid calling decoders[p_pat->i_ts_id].get_decoded_pat() twice in take_pat() More... almost 13 years ago
parse: remove #ifdef INLINE_PAT_REWRITE More... almost 13 years ago
parse: avoid calling decoders[ts_id].get_decoded_pmt() twice in take_pmt() More... almost 13 years ago
parse: remove redundant code moved from take_pmt() into process_pmt() More... almost 13 years ago
parse: change bool process_pmt() to void process_pmt() More... almost 13 years ago