1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hdhr_tuner: set state |= TUNE_STATE_LOCK when (_hdhr_status.lock_supported) More... over 12 years ago
dvbtee: enable hdhomerun device support when USE_HDHOMERUN is set in CPPFLAGS More... over 12 years ago
tune: add basic support for controlling an HdHomeRun tuner device #gklst More... over 12 years ago
feed: dont stop pull_thread when rxlen <= 0 More... over 12 years ago
tune: separate linuxtv tuner support into its own class More... over 12 years ago
dvbtee: add libhdhomerun as a build dependency More... over 12 years ago
feed: add support for a PULL callback mechanism More... over 12 years ago
listener: add support for spawning a UDP listening thread rather than a TCP server More... over 12 years ago
parse: add function 'add_service_pids' to add associated pids to a list More... over 12 years ago
stats: remove dead code from when 'timenow' was passed More... over 12 years ago
stats: make debug less verbose by default More... over 12 years ago
stats: correct debug text to say 'continuity error' instead of 'discontinuity' More... over 12 years ago
dvbtee: dont reinvent the wheel - delete scale_unit and use stats_scale_unit instead More... over 12 years ago
stats: pass parent string into constructor & enable debug if callback not defined More... over 12 years ago
Merge branch 'demux' of github.com:mkrufky/libdvbtee More... over 12 years ago
parse: dont invoke the demuxer unless DVBTEE_DEMUXER is defined at build-time More... over 12 years ago
parse: dont demux or count towards statistics unless the PID is selected More... over 12 years ago
demux: stop after drain instead of simple stop More... over 12 years ago
output: add drain function to wait for the buffers to drain More... over 12 years ago
stats: add (disabled) code to track the parent caller More... over 12 years ago
add demux class to stream each pid to a different target (for debug) #gklst More... over 12 years ago
output: fix bug in operator= & copy constructor More... over 12 years ago
stats: remove excessive debug (dont print adaptation field bytes) More... over 12 years ago
stats: create a callback API for reporting bitrates & statistics More... over 12 years ago
log: define DBG_STATS for stats debug output More... over 12 years ago
stats: fix incorrect fraction calculation (what was I thinking?) More... over 12 years ago
stats: fix incorrect parsing of adaptation field flags More... over 12 years ago
stats: prevent SIGFPE caused by a possible division by zero More... over 12 years ago
dvbtee v0.1.6 #gklst More... over 12 years ago
stats: add basic parsing of MPEG2 TS adaptation fields #gklst More... over 12 years ago