Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tvheadend

Tvheadend is the leading TV streaming server for Linux
Collective - Host: opensource - https://opencollective.com/tvheadend - Code: https://github.com/tvheadend/tvheadend

tvhpoll: big cleanups, add tvhpoll_add1 and tvhpoll_rem1 functions

github.com/tvheadend/tvheadend - 688cbe5a3428a2faba0e39bbde7680a558e7aeee authored almost 7 years ago by Jaroslav Kysela <[email protected]>
iptv auto: fix the wrong NULL url cmpid, fixes #4768

github.com/tvheadend/tvheadend - d92b1304083738cda381f02ab40a94251acedb56 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
url: recompose fix auth + missing auth, fixes #4767

github.com/tvheadend/tvheadend - 5bd990112c7f475118a7d5db4ef3bad39a76f8c0 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descrambler: fix another NULL dereference, fixes #4766

github.com/tvheadend/tvheadend - 7fe709020b2bcaf0aa08e7b29dbb870ce691bb96 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
move sbuf definitions to sbuf.h

github.com/tvheadend/tvheadend - f9891cf7e6449d445cbaedd816e7576919e5a1a1 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descramble: another non-scrambled TS packet handling fix, fixes #4759

github.com/tvheadend/tvheadend - 186248a148da191e7d9f917573bb358118b15566 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
iptv: fix default value for ignore_path

github.com/tvheadend/tvheadend - 0c01b3e5ba5f5a8e207ed5fe2ab038ef5894f13d authored almost 7 years ago by Jaroslav Kysela <[email protected]>
iptv: fix memory leak introduced by ignore args and url cmpid

github.com/tvheadend/tvheadend - 6dd9e2e716f1c1afc831b3b455b430773cd1621f authored almost 7 years ago by Jaroslav Kysela <[email protected]>
tvhcsa: optimization for DVBCSA code

github.com/tvheadend/tvheadend - 5ba5a4064ed3164a940612c6ca0584f4dbe4afe1 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
IPTV auto network: fix uninitalized variable

github.com/tvheadend/tvheadend - 4452d931b0b368e08e1f66f810ed39671b5dd921 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
channel icons: fix the compilation issue

github.com/tvheadend/tvheadend - 7af86b410ce845543b2224cedeb90ec84cee3326 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descrambler: fix another crash, issue #4749

github.com/tvheadend/tvheadend - 11616eac7ff960b353ed0fcda370699a5639aec1 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
channel icons: add '%U' to pass UTF-8 filenames, fixes #4755

github.com/tvheadend/tvheadend - 6927b21a568a2434704ba2b8c04f52a01a4f8929 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
mdhelp: add ignore_path property doc

github.com/tvheadend/tvheadend - ddb3d498f4c5144cfda9eea8fbf30b5dc5f147e4 authored almost 7 years ago by mpmc <[email protected]>
url: fix urlrecompose()

github.com/tvheadend/tvheadend - 0b24fb8837d2d8cdad8ebddc371d5618ec564b34 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
IPTV: auto network - add possibility to ignore arguments or path components, fixes #4761

github.com/tvheadend/tvheadend - df179acea9649a184b9621212a11e6c7f29504cd authored almost 7 years ago by Jaroslav Kysela <[email protected]>
url: fix urlcopy()

github.com/tvheadend/tvheadend - d2cb252c4d7e9a8e12333b6129e561f6559ddb5d authored almost 7 years ago by Jaroslav Kysela <[email protected]>
http: add http_arg_get_query() fcn

github.com/tvheadend/tvheadend - 43b190635e9b1ccd47fcdb51448695d1dd94be71 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
url: add urlrecompose()

github.com/tvheadend/tvheadend - b45a0f05c84129443976ed35ee4cbb0d18b45ead authored almost 7 years ago by Jaroslav Kysela <[email protected]>
capmt: fix mutex issue (ok timer) and fix capmt_send_stop_descrambling()

github.com/tvheadend/tvheadend - 6e78d6a3a6884d1a56f96661d20b102bd3ea987b authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descrambler: fix the missing zero pid check for multipid, cleanups for non-scrambled packet processing, fixes #4749

github.com/tvheadend/tvheadend - b2ef96cfca037cd8054913a5c8cc334d7239d765 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descrambler: use ts_recv_packet2() for queued data, issue #4749

github.com/tvheadend/tvheadend - 4433c27d8d90b7a976d15294fc5ba0ed8d3b1934 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
vfs: The sys/sysmacros.h include is not available or needed on FreeBSD and Darwin.

Had to rearrange include order to have access to the PLATFORM_* macros.

github.com/tvheadend/tvheadend - 6ee8ef0567d070429232630b734d6786810281fb authored almost 7 years ago by macrule <[email protected]>
intlconv: The iconv() function signature isn't different on current FreeBSD.

Casting to const char ** is not only unnecessary, but also triggers a warning by the compiler.

github.com/tvheadend/tvheadend - b417ff4bd014b14743655a2637d7f0d8d6f8e042 authored almost 7 years ago by macrule <[email protected]>
http: The MSG_MORE flag is not available on FreeBSD or Darwin.

Added a compatibility definition in compat.h.

github.com/tvheadend/tvheadend - 2d42461d937ddcd11804938d4edd083cc8370c94 authored almost 7 years ago by macrule <[email protected]>
tvhpoll: Fixed tvhpoll_add kqueue implementation.

The semantics of tvhpoll_add() in the epoll implementation is to set exactly the specified filte...

github.com/tvheadend/tvheadend - 782310ecf295253d56dfb1d9c5ffb0ff12685258 authored almost 7 years ago by macrule <[email protected]>
Fixed linking errors when bonjour was enabled.

SRCS-yes was reset when bonjour sources should have been added, and all previously added sources...

github.com/tvheadend/tvheadend - a8fe1b06fa5dd47d040107b680594f3edf273a63 authored almost 7 years ago by macrule <[email protected]>
tcp: Fixed includes for FreeBSD.

sys/socket.h is required.

Switched include order for netinet/in.h and netinet/ip.h to avoid com...

github.com/tvheadend/tvheadend - ad5a4842de965ce53cfb29f564ff1e34028829e7 authored almost 7 years ago by macrule <[email protected]>
Fixed const correctness in bonjour code.

github.com/tvheadend/tvheadend - b552e3fe3e669bb8ff6b806efbc843eb3e9da1fe authored almost 7 years ago by macrule <[email protected]>
On FreeBSD bswap_*() macros are now correctly mapped to the BSD bswap*() calls.

github.com/tvheadend/tvheadend - 8687c8f96e4d167732548b16675c5c27b488f95e authored almost 7 years ago by macrule <[email protected]>
Fixed compiler warning about unused function.

keystr() is only needed when DEBUG2 is defined, so it's now wrapped in #ifdef

github.com/tvheadend/tvheadend - 598620246a18daaea5603ee3ecf76b407318f67a authored almost 7 years ago by macrule <[email protected]>
wrappers: Implemented correctly for Darwin.

pthread_cond_timedwait() is not usable on Darwin, because it cannot be configured to use the mon...

github.com/tvheadend/tvheadend - 2952888216c89599290c2e9050a4498c7bd66787 authored almost 7 years ago by macrule <[email protected]>
webui: Fixed sendfile() call on Darwin.

Order of call arguments was wrong.

github.com/tvheadend/tvheadend - baa14f0991ad840ea6c980c1175c4efe30e5fe5e authored almost 7 years ago by macrule <[email protected]>
descrambler: another attempt to fix the inlined non-scrambled data for pvu, issue #4749

github.com/tvheadend/tvheadend - 8fbd94efd1edcac75a751bb0590aad5ad68eabd1 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
avahi/bonjour: fix thinkos and typos

github.com/tvheadend/tvheadend - 3ae2640ddd7ef91fdb06fd31b546802b7bdc8a8e authored almost 7 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: fix typo in the previous patch

github.com/tvheadend/tvheadend - 3af771188d513a4d7c0806e31b9077f0d575c9d9 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: add configuration to limit maximal count of sessions and user connections, fixes #4735

From: Mono Polimorph

github.com/tvheadend/tvheadend - 86d8ccc9701101d55b46efff9f75e2d6685e9e29 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
allow to disable http/htsp servers (set TCP port to zero), fixes #4734

From: Mono Polimorph

github.com/tvheadend/tvheadend - 4e3359a2d018e075a7372a6a533b0bdf79dcaef4 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
http: Increase maxage for caching for images. (#4594).

Images were previously cached for 10 seconds. Since images
rarely change and we now use icons fo...

github.com/tvheadend/tvheadend - b46855b37bcc823c2d22a62d228df99b36e162ed authored almost 7 years ago by E.Smith <[email protected]>
ui: Use Google Noto Color Emoji for icons for categories/genres. (#4594).

By default, several Linux distributions do not install and use fonts
with the characters we were...

github.com/tvheadend/tvheadend - 85c6c08c99b63c4e9aee59ff9fb040d3eb3456e6 authored almost 7 years ago by E.Smith <[email protected]>
descrambler: fix multipid descrambling (non-scrambled TS packets)

github.com/tvheadend/tvheadend - 1db6a4c39fed19f3525ab97e77182797d23a8407 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
Revert "debian: bump debhelper compat level"

This reverts commit 698e74bc7c94ab467bc1e912990af2311a178604.

fixes #4740

github.com/tvheadend/tvheadend - 7f89446ab0cc62c3230c59e4c7ff85a9750e7b18 authored almost 7 years ago by mpmc <[email protected]>
dvbcam: Fix NULL pointer usage

When there is already a CAM assigned to the service, we jump to
update_pid. In commit 7f81d726af...

github.com/tvheadend/tvheadend - 036e84b29b2f1081ab3d4b73eab5e4425600771f authored almost 7 years ago by Jasmin Jessich <[email protected]>
ui: Ensure 'new' is checked correctly (#4594).

Previously we used rec.new and that appeared to cause problems
in some browsers. So now we check...

github.com/tvheadend/tvheadend - 7720d2306d265cfc46a9b4b3d153314a4f9b0c75 authored almost 7 years ago by E.Smith <[email protected]>
ui: Fallback to genre mapping if category mapping fails. (#4594)

Previously we would map categories or map genres if we had no
categories.

Now we will also map ...

github.com/tvheadend/tvheadend - b1ba6f8a572009a480de6c6b05a10e8857e2a3bf authored almost 7 years ago by E.Smith <[email protected]>
capmt: DVN ECM changes, issue #4728

github.com/tvheadend/tvheadend - 41624278bfb9afd9878c68200544571b51c0232e authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descrambler: caid - add DVN and TONGFANG

github.com/tvheadend/tvheadend - ebedc551d419350c51a980cd9de9d4c6ecae8237 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: Fixed saving of a cleared dvbcam caid_list (from WEB UI)

caclient_dvbcam_class_caid_list_set didn't count the existing entries in the
dvbcam caid_list. T...

github.com/tvheadend/tvheadend - a83c1559d852ab2711ea78a0551d656d7bf5c660 authored almost 7 years ago by Jasmin Jessich <[email protected]>
dvbcam: fix the all CAIDs selection (without filter)

github.com/tvheadend/tvheadend - 8c0d8bb14d8e901a87d5775f495417b4bd893064 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
api: Use same name copyright_year for EPG and DVR. (#4594).

Previously the UI EPG used copyrightYear to be consistent with
the htsp naming convention, howev...

github.com/tvheadend/tvheadend - 88dda42b2c40bae15d72ff9b3a729fdcb5c25008 authored almost 7 years ago by E.Smith <[email protected]>
dvr: Send credits, category and keywords to UI for DVR (#4594).

Issue: #4594.

github.com/tvheadend/tvheadend - 36f2d0fbad28288c5ec1b76a70b9e292c74d245b authored almost 7 years ago by E.Smith <[email protected]>
xmltv: Handle substring timestamps. (#4594)

The DTD spec says that timestamps can be substrings. These
are typically used when specifying a ...

github.com/tvheadend/tvheadend - 80cd324225dd6da72b2dae5fbff6229867676274 authored almost 7 years ago by E.Smith <[email protected]>
eit: Add regex scraper for detecting new programmes in OTA. (#4594).

Issue: #4594.

github.com/tvheadend/tvheadend - 704d028a50050815f12d50a344ef77483fd6d80c authored almost 7 years ago by E.Smith <[email protected]>
dvr: Send genre to the UI for DVR. (#4594)

Issue: #4594.

github.com/tvheadend/tvheadend - e5275f26a7602dbfe13bf89479021159feb24f4c authored almost 7 years ago by E.Smith <[email protected]>
dvr: Send first_aired to the UI for EPG/DVR. (#4594).

Issue: #4594.

github.com/tvheadend/tvheadend - 218caa903ad34ce88da2685e87a502f23081d0bd authored almost 7 years ago by E.Smith <[email protected]>
ui: Add category/genre/new icons and more details (#4594).

We now display a separate column indicating if a programme is
new. This column also contains ico...

github.com/tvheadend/tvheadend - a7880a660331589ae28f2860264539701372255d authored almost 7 years ago by E.Smith <[email protected]>
eit: Four digit regex is copyright_year not air date. (#4594).

Previously we parsed is as a first_airdate since the copyright_date
field didn't exist. However,...

github.com/tvheadend/tvheadend - 4d55b877097f3d897de247a783e3345645fac3da authored almost 7 years ago by E.Smith <[email protected]>
ui: Don't display subtitle if it is same as summary. (#4594).

Some OTA don't have a separate sub-title and description/summary
so if they are the same then do...

github.com/tvheadend/tvheadend - d7cab04a8a7259d82d72a56bef7b8209ebf1a848 authored almost 7 years ago by E.Smith <[email protected]>
debian: add a note to tvheadend.default explaining where to add/edit args

github.com/tvheadend/tvheadend - d90b730d3f04d52b7653e47263bb6a9e3b20e891 authored almost 7 years ago by mpmc <[email protected]>
dvbcam: fix typo ECM -> EMM

github.com/tvheadend/tvheadend - 422dcd0652a26b783e917ba9f42648eed5c4858d authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: fix obvious bugs, add more logging

github.com/tvheadend/tvheadend - 7f81d726af1f92b268d031c08cf5d00f0f77a4c6 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
linuxdvb_ca: use lca_name for logs

github.com/tvheadend/tvheadend - a8e703313a31fd4da876e2d7e15d37ac0bccd52f authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: fix compilation

github.com/tvheadend/tvheadend - a4cbcb97196afad4b2b4850228f549600da91982 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: implement more CAID filtering / selection

github.com/tvheadend/tvheadend - 9ea470ae6c7928e5c4a368b96bede2c370b9887c authored almost 7 years ago by Jaroslav Kysela <[email protected]>
http: add http_check_local_ip() for SAT>IP server, fixes #4692

github.com/tvheadend/tvheadend - bafd78560c6fc2a0691c07708c32931bb1cac97b authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: use forcecaid settings per service

github.com/tvheadend/tvheadend - d85137af3be4f5903c06c8e940a523081cf94826 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: fix allocated_programs handling

github.com/tvheadend/tvheadend - 7609e3bd730cf50c6152a491afdda0b8489d7096 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: fix crash (NULL dereference)

github.com/tvheadend/tvheadend - 2956190645ab919130670f2ec4b52211bceb6000 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
debian: bump debhelper compat level

github.com/tvheadend/tvheadend - 9270f48c9b4117d8b4b996ff85f3b39f5aa968e6 authored almost 7 years ago by mpmc <[email protected]>
debian: add initial systemd service file & unset admin user/pass on purge

Many thanks to bodhi zazen for the tips!

github.com/tvheadend/tvheadend - 0f124cbc21888a1e4d3175fdbf6ed0fca2560a32 authored almost 7 years ago by mpmc <[email protected]>
dvbcam: fix reverted condition

github.com/tvheadend/tvheadend - 49036002d716bab557b59639127620caa1b36a98 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
tcp: ip_check_is_local_address() fix the error path

github.com/tvheadend/tvheadend - 2a5c6b854260f2d359eec601d45740695c97df47 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: more NAT addr cleanups 2nd, issue #4692

github.com/tvheadend/tvheadend - c201bd92d37459bd50ff07a0fb830c3350b62c48 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: more NAT addr cleanups, issue #4692

github.com/tvheadend/tvheadend - 7c4eb93e1437c396a62eb637dd745717d5234968 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
tsdemux: pass always all data through descrambler, if the scrambling is active

github.com/tvheadend/tvheadend - a05f1b280d5d1619ee010f1a1eaec7feeecc82a5 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
service: elementary streams - cleanups, add modify, destroy functions

github.com/tvheadend/tvheadend - 2d1311c2347ff2fb2e8443fc3ec8f6a3cb079802 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
tsremux: parse always HBBTV info

github.com/tvheadend/tvheadend - c8d961adf7c571b0f64646d8015a350fce57eb44 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: cleanups for addr/port send to clients (NAT) 2nd

github.com/tvheadend/tvheadend - 00c02cbf9a9e8f34e0f00716eff3cef1390311dc authored almost 7 years ago by Jaroslav Kysela <[email protected]>
mpegts: fix mpegts_input_cat_pass_callback - remove es

github.com/tvheadend/tvheadend - fc40b2fe5531b6e91e2c20385b2f9c98149fb22b authored almost 7 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: cleanups for addr/port send to clients (NAT)

github.com/tvheadend/tvheadend - eea29c31e2b0f98c4bd8929af0f2dedfc425e25b authored almost 7 years ago by Jaroslav Kysela <[email protected]>
tcp: cleanups for ip_check functions

github.com/tvheadend/tvheadend - 3de659c83c589a95a9635096152ceaf8075cd966 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: show correct IP in RTSP messages for NAT

From: Mono Polimorph

github.com/tvheadend/tvheadend - 3c5285d1c966312c78dad911262d7975a642d81b authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descrambler: add DS_FATAL state, handle better TSS_NO_DESCRAMBLER flag

github.com/tvheadend/tvheadend - d65c9d212fd8b4d2026ae63ae4452011cc12d7d3 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: ddci - fixes in CAT callback

github.com/tvheadend/tvheadend - bcad71ba8b9b366686ebf8eb6a43d06eb037d490 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
mpegts: fix mpegts_input_cat_pass_callback - remove caids

github.com/tvheadend/tvheadend - 303683b75cb0b566f9b26704517ec7e2caea7400 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: use better check for the concurrent service decoding

github.com/tvheadend/tvheadend - eaa7bf56b293f0a861d6c317632f09da0ff47a9e authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: do not set TSS_NO_DESCRAMBLER flag, it breaks other caclients

github.com/tvheadend/tvheadend - 4f580731e03cb092f1576c0b1008e0229bb2a399 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
service: rebuild shared PCR 'stream' on load, too

github.com/tvheadend/tvheadend - 170f4810cc557eebc81e713ce5c081e64cb0fca7 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
service dialog: filter our PCR streams (dup), print CAIDs for CAT type, too

github.com/tvheadend/tvheadend - cc4588fe86fbc972be645779866b32a9fb1ed27d authored almost 7 years ago by Jaroslav Kysela <[email protected]>
tsdemux: fix the wrong PAT/PMT/EIT filter (commit 52afeb68b23cfc611aade4b66a0a0d3dd51ee753)

github.com/tvheadend/tvheadend - 3070a8c1a5de6d72760c9be487edc713c4dfba66 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: try to put back the service limit (now per one CAM)

github.com/tvheadend/tvheadend - 5a793db57e4a547d63dee3ea8e1f01f8183b089f authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: ddci - reimplement end: label correctly

github.com/tvheadend/tvheadend - 2ba494a3fd5be286689d9a0ffcdb1c161aaeab85 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: ddci - use cac_cat_update callback instead monitor for all EMM PIDs

github.com/tvheadend/tvheadend - baf42ea88b19ee49ac3d98428f254ae2ac8ab6d1 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
descrambler: remove redundant code in descrambler_cat_data()

github.com/tvheadend/tvheadend - 03fe085007277451e72bc7258e5a68252937d911 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
caclient: add caclient_cat_update() function (and callback)

github.com/tvheadend/tvheadend - cbd75690a1feb0adab17d81e42991b648e4cdadc authored almost 7 years ago by Jaroslav Kysela <[email protected]>
dvbcam: ddci - use mpegts_apids_t instead own implementation for ECM PIDs

github.com/tvheadend/tvheadend - 6d95d6338dd5eb81f07d5e7e64c15b0203c3a216 authored almost 7 years ago by Jaroslav Kysela <[email protected]>
Fixed compilation with disabled DD CI support

Signed-off-by: Jasmin Jessich <[email protected]>

github.com/tvheadend/tvheadend - 84d37e9d46de2a8becc109fa4dc290caac9513b1 authored almost 7 years ago by Jasmin Jessich <[email protected]>
Remove mpegts_input_open_service_pid

- When dvbcam_service_start is executed the first time c->pid is 0.
dvbcam_service_start is no...

github.com/tvheadend/tvheadend - 3941379efb5fdf3b521d984ab6d04220d7c64075 authored almost 7 years ago by Jasmin Jessich <[email protected]>
Added ECM PIDs subscribing

- dvbcam_service_start can be now executed repeatedly. This happens due to
PMT changes (e.g.: ...

github.com/tvheadend/tvheadend - f5fe4bdf447ee92a6032121b668a76ffc715a961 authored almost 7 years ago by Jasmin Jessich <[email protected]>
mpegts: cat monitor - manage correctly EMM PID list

github.com/tvheadend/tvheadend - 5fcabf698893fb1bb615527cec84d090a971fce0 authored almost 7 years ago by Jaroslav Kysela <[email protected]>