1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into descriptors More... about 12 years ago
decode_multiple_string(): add better error checking of decoded structure More... about 12 years ago
Merge branch 'master' of github.com:mkrufky/libdvbtee into descriptors More... about 12 years ago
hlsfeed: enable walk thread More... about 12 years ago
stats: fix warning: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘uint64_t {aka long long unsigned int}’ [-Wformat] More... about 12 years ago
hlsfeed: run the walk() function in its own thread (w-i-p) More... about 12 years ago
hlsfeed: rename h_thread to h_push_thread More... about 12 years ago
hlsfeed: rename ringbuffer to push_buffer More... about 12 years ago
stats: parse PCR values for pcr_base & pcr_ext More... about 12 years ago
dr_a0: rename dvbpsi_ExtendedChannelNameeDr to dvbpsi_ExtendedChannelNameDr More... about 12 years ago
Merge branch 'master' into descriptors More... about 12 years ago
hlsfeed: fix warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘size_t {aka unsigned int}’ [-Wformat] More... about 12 years ago
dvbtee: fix warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument has type ‘size_t {aka unsigned int}’ [-Wformat] More... about 12 years ago
dvbtee: fix warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument has type ‘uint64_t {aka long long unsigned int}’ [-Wformat] More... about 12 years ago
stats: fix warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument has type ‘uint64_t {aka long long unsigned int}’ [-Wformat] More... about 12 years ago
feed: fix warning: comparison between signed and unsigned integer expressions [-Wsign-compare] More... about 12 years ago
dvbtee v0.2.0 #gklst More... about 12 years ago
output: write_stdout() must return 188 * the return value of fwrite() More... about 12 years ago
dvbtee: bug-fix: call parser.add_stdout() rather than out.add_stdout() More... about 12 years ago
parse: add function, add_stdout() and its various permutations More... about 12 years ago
output: fix some sanity checks relating to stdout streaming More... about 12 years ago
decode: don't touch stdout More... about 12 years ago
libdvbtee: do not depend on QtCore More... about 12 years ago
tune: fix build against gcc version 4.6 More... about 12 years ago
desc: pass sizeof(name) into decode_multiple_string() More... over 12 years ago
functions: require callers of decode_multiple_string() to pass sizeof_text More... over 12 years ago
decode: pass size into functions decode_multiple_string & get_decoded_ett More... over 12 years ago
functions: replace strcpy with strncpy where possible More... over 12 years ago
output: replace strcpy with strncpy where possible More... over 12 years ago
feed: replace strcpy with strncpy where possible More... over 12 years ago