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

SAT>IP Client: add configurable grace timeout

github.com/tvheadend/tvheadend - 08c4c753644e83751b5f2a8f46514eb661031cc8 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts: implemented weighted PID subscriptions (sequential PMT scan)

github.com/tvheadend/tvheadend - 2623cc52d9b42b5e2b421d9afa26b4489da5acb0 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts table: added MT_ONESHOT, change pmt scan weight

github.com/tvheadend/tvheadend - 4fce2564682822c741b44d54a22d1002a47e2a73 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts: add weight to the pid subscription

github.com/tvheadend/tvheadend - db3101400dbcad28df659fa231a8154270ac5f97 authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb: Added LNA settings to DVB-T for DVBAPI v5.9+, fixes #2784

github.com/tvheadend/tvheadend - 304948676875375c22ec3a60e5be2887972cbcb8 authored over 9 years ago by Jaroslav Kysela <[email protected]>
subscriptions: reschedule - add warning when a service instance goes to the bad state

github.com/tvheadend/tvheadend - d1e6a61a2959681786f337deae77d3f9cc2f9432 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts_mux_unsubscribe_by_name: fixed nasty bug - used another link ptr

github.com/tvheadend/tvheadend - 2f2d7cef4201b7737a59683cbf99f3b3e6060a8d authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts input: move active list of services from input to mux, fixes #2801

In last changes, the mux filter was removed from the main TS packet
decoder loop. Also, it is no...

github.com/tvheadend/tvheadend - 3f4c630ecce96aa0490b8545f2f723684499281a authored over 9 years ago by Jaroslav Kysela <[email protected]>
main: init dispatch_clock early

github.com/tvheadend/tvheadend - 0e4a41168f2a8660c72889cc7814245f821b95ae authored over 9 years ago by Jaroslav Kysela <[email protected]>
gtimer check fix - wrong fcn redirects

github.com/tvheadend/tvheadend - dc311fd3f88b17afd540ca621f965bff3a30b2a9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
gtimer check: little cleanup (show the previous caller id)

github.com/tvheadend/tvheadend - 209d02282bf1994d365a4aa71409b142ed7af877 authored over 9 years ago by Jaroslav Kysela <[email protected]>
subscriptions: fix the weight init issue caused by last commits

github.com/tvheadend/tvheadend - 03f044a72bcb1a9ec740211caeeb7cd5ef98e650 authored over 9 years ago by Jaroslav Kysela <[email protected]>
added gtimer check framework

github.com/tvheadend/tvheadend - 4112e4b30bb20716ce32c5b8931e9942822e163c authored over 9 years ago by Jaroslav Kysela <[email protected]>
remove unused ffmpeg_lock

github.com/tvheadend/tvheadend - 79e5ff8d4b3a4ea91b96398e797340637d81ac9f authored over 9 years ago by Jaroslav Kysela <[email protected]>
epgdb: deferred write

github.com/tvheadend/tvheadend - 99920b83e367d9d51e3541c52da2d26eae4ec6a7 authored over 9 years ago by Jaroslav Kysela <[email protected]>
spawn: another reap fix (zero return code), fixes #2800

github.com/tvheadend/tvheadend - d4f1c108fea418f443d614ad541209e48ec1cbdc authored over 9 years ago by Jaroslav Kysela <[email protected]>
tcp: a little optimization in tcp_server_done() and more debug msgs

github.com/tvheadend/tvheadend - 536736daaa5c89345760dbb05a2031270e95555f authored over 9 years ago by Jaroslav Kysela <[email protected]>
implemented deferred_unlink() for DVR

github.com/tvheadend/tvheadend - 2b00b887849aec61c4aa36aee61a22dad389fde5 authored over 9 years ago by Jaroslav Kysela <[email protected]>
added tasklets

github.com/tvheadend/tvheadend - c4d8b7a3fe93e5f89b325d411bd20e937cd1398a authored over 9 years ago by Jaroslav Kysela <[email protected]>
profile: add priority settings, fixes #2783

github.com/tvheadend/tvheadend - c649ef2bdfa71a662e2685a385443f3c2cfd46e6 authored over 9 years ago by Jaroslav Kysela <[email protected]>
muxer: change mime types for mpegts stream to audio|video/mp2t, fixes #2775

see: http://www.w3.org/2013/12/byte-stream-format-registry/

github.com/tvheadend/tvheadend - 84ee61634dd655b3c8828a5f5c88e87b4372bcf4 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts: fix linked inputs (abort), fixes #2791

github.com/tvheadend/tvheadend - 3e56c175e3292a075ad687ad44d343d7323c4aca authored over 9 years ago by Jaroslav Kysela <[email protected]>
SAT>IP Client: do not save config in the load procedure

github.com/tvheadend/tvheadend - 706beee703d2de3096cc3e6ed96f0e156d7be953 authored over 9 years ago by Jaroslav Kysela <[email protected]>
config: do not take ECHILD as error from spawn_reap()

github.com/tvheadend/tvheadend - 8cb63d919b23cd0e8cf9f7df55bb8773d66aef43 authored over 9 years ago by Jaroslav Kysela <[email protected]>
spawn: fix spawn_reaper - handle errors

github.com/tvheadend/tvheadend - 98464be5922242446e7edf373c98efdf00b6e868 authored over 9 years ago by Jaroslav Kysela <[email protected]>
spawn_reap: wait for specified pid, check correctly return codes from waitpid(), fixes #2766

github.com/tvheadend/tvheadend - 926e04eaccb9d839d611f9e6a3056bd2690bb5b2 authored over 9 years ago by Jaroslav Kysela <[email protected]>
opentv: process all channels

github.com/tvheadend/tvheadend - 9d042c24185d46deef4fa0db5328457ab1547304 authored over 9 years ago by Jaroslav Kysela <[email protected]>
EIT: process all channels, fixes #2764, fixes #2743

github.com/tvheadend/tvheadend - 9270518314612d9529bfed3ff2746804c8b6b747 authored over 9 years ago by Jaroslav Kysela <[email protected]>
iptv: rewrite iptv_input_is_free() - use per IPTV network limits, fixes #2780

github.com/tvheadend/tvheadend - d4160380a26ecae1449ac6af3ac54ff6673b1327 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts: add mpegts_mux_t arg to mi_get_weight() callback

github.com/tvheadend/tvheadend - 6a110d871bcb5b0a4f9c17759269f062d928935b authored over 9 years ago by Jaroslav Kysela <[email protected]>
iptv_input_get_weight: remove unused code

github.com/tvheadend/tvheadend - 89bb07fe82ba927ea4321a02e68ead061871e279 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts: remove mi_is_free() callback, it is no longer used

github.com/tvheadend/tvheadend - f29a293e37c9ac87796aba64b0dcfcfd8033ece1 authored over 9 years ago by Jaroslav Kysela <[email protected]>
subscriptions: fix source_info leak in subscription_show_info()

github.com/tvheadend/tvheadend - a1844b88af3e85e926e1de6f5c1f2a6f8a8bab0d authored over 9 years ago by Jaroslav Kysela <[email protected]>
another satpos fix for source_info_t

github.com/tvheadend/tvheadend - 91ad9832ff2fbfe2e5dfee190d182a203ce1cffe authored over 9 years ago by Jaroslav Kysela <[email protected]>
Fix memory leak for struct source_info (si_satpos)

github.com/tvheadend/tvheadend - ef7946f5ee3dc33e88ef0da333eba89e47acb34c authored over 9 years ago by Jaroslav Kysela <[email protected]>
EIT: Fix possible wrong memory access in _eit_process_event()

github.com/tvheadend/tvheadend - bfec4e7f9cec79f2e042e4833d542b226e460ced authored over 9 years ago by Jaroslav Kysela <[email protected]>
bump version to 20

github.com/tvheadend/tvheadend - 7749976fed8c1ddcfcd295da28458128849c776b authored over 9 years ago by Glenn-1990 <[email protected]>
duplicate detect for autorecs

github.com/tvheadend/tvheadend - 60338204e15e9c9e2e4f3388914fcfd4c0dce492 authored over 9 years ago by Glenn-1990 <[email protected]>
SAT>IP Client: fix the slave tuners (wrong satellite position check)

github.com/tvheadend/tvheadend - 1b2e2c8482156ae95fd06dda9b699aad47be4ce1 authored over 9 years ago by Jaroslav Kysela <[email protected]>
another typo fix in dvb_mux_conf_str_dvbs()

github.com/tvheadend/tvheadend - a7cb06cd6bcadd18615429ab9ce9161b817fc33e authored over 9 years ago by Mariusz Bialonczyk <[email protected]>
dvb_mux_create0 - fix initial orbital position handling

github.com/tvheadend/tvheadend - 0af90088e3c64952278a9a3be2f2fbcb1737de2d authored over 9 years ago by Jaroslav Kysela <[email protected]>
fix typo in dvb_mux_conf_str_dvbs()

github.com/tvheadend/tvheadend - 1ca7ed5e892137d06bc2828313dc638ef809b83d authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb_ca: coding style update, don't call pthread_join when thread is off

github.com/tvheadend/tvheadend - 6b472cd99954cfd3cfdea5d2a1ad163657ec6a53 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts network: show the mux parameter changes more nicely

github.com/tvheadend/tvheadend - caa6f8ed264b38ac5eeead42d8a5170bbda371b9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
stream status: add possibility to clear statistics, introduce tvh_input_instance_t

github.com/tvheadend/tvheadend - bda5d8ce255bd0ce44d3b181eb1cbebc342ab44e authored over 9 years ago by Jaroslav Kysela <[email protected]>
libdvben50221 - fix detection

github.com/tvheadend/tvheadend - abb14095cbc2cbc44d8575936606941f3c1eaae7 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Introduce DVB CA support

github.com/tvheadend/tvheadend - f3582868d9df6a195c74ee59843bea5f796bedaf authored over 9 years ago by Damjan Marion <[email protected]>
mpegts service: fix compilation when \!ENABLE_MPEGTS_DVB

github.com/tvheadend/tvheadend - b1b9b426851f70fa04af3493e48a928554f52468 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Makefile.ffmpeg: replace make with \$(MAKE)

github.com/tvheadend/tvheadend - 4e1e9099463d01a1369ae4754ed94f1b5d47ca35 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Fix dvr_autorec_create_htsp to actually use "fulltext" parameter and not to always set fulltext to "1".

github.com/tvheadend/tvheadend - ce3a9a134716601be70cba9413218bb815eb798e authored over 9 years ago by Kai Sommerfeld <[email protected]>
Makefile.ffmpeg: upgrade to ffmpeg 2.6.2

github.com/tvheadend/tvheadend - e78b3f4e27b96365ab3f3fe7e7794b37fb98cbce authored over 9 years ago by Jaroslav Kysela <[email protected]>
transcoding: set AVFrame format, width and height, fixes #2763

ffmpeg 2.6 checks, if format, width and height is set in avcodec_encode_video2 and generates a w...

github.com/tvheadend/tvheadend - 01a095ceb5f76a3efffda421a6579821c68a412a authored over 9 years ago by stbenz <[email protected]>
Use llabs instead of abs on 64bit integers.

github.com/tvheadend/tvheadend - e3debcd4352922dcf1795c7d35ce54d00696ff6f authored over 9 years ago by Ullrich Kossow <[email protected]>
Corrected some unsigned int comparisons.

github.com/tvheadend/tvheadend - f2af011618302191b63aff16b8a092057c6e671a authored over 9 years ago by Ullrich Kossow <[email protected]>
Fixed include guard of src/satip/server.h

github.com/tvheadend/tvheadend - 310a77ce9300a238f9e7246b2165c55a583ec9c5 authored over 9 years ago by Ullrich Kossow <[email protected]>
hdhomerun: Upgrade libhdhomerun to 20150406

github.com/tvheadend/tvheadend - 203b48ed94c327887582f3e896712547f118943b authored over 9 years ago by Adrian Strilchuk <[email protected]>
revert previous change

github.com/tvheadend/tvheadend - 903ca33ed2640e89b73319409c9b11663576ee6f authored over 9 years ago by Jaroslav Kysela <[email protected]>
add satpos and subsription status

github.com/tvheadend/tvheadend - 22212863682734f9c938cb3ace0222b355fca895 authored over 9 years ago by Glenn-1990 <[email protected]>
mpegts: warn when the mux changed parameters

github.com/tvheadend/tvheadend - 04e5a9d26f0a9fc0267ba446e5550d8edfecb772 authored over 9 years ago by Jaroslav Kysela <[email protected]>
SAT>IP Server: parse fec also for DVB-C

github.com/tvheadend/tvheadend - c8ae8a9cb0d8e4470acd46cc8b0cf7a43ffa6bbd authored over 9 years ago by Jaroslav Kysela <[email protected]>
SAT>IP client: add RTCP workaround for broken servers (minisatip)

github.com/tvheadend/tvheadend - daaebf916a35c9a9c4dbd73f9a408b5c7bf3e6e5 authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb: notify user that tuners with same types cannot be used simultaneously when they're assigned to one adapter

github.com/tvheadend/tvheadend - 6751ade06eee9f158317cbec150ae4c92cd54933 authored over 9 years ago by Jaroslav Kysela <[email protected]>
avoid leaving dangling children by killing spawned processes recursively

github.com/tvheadend/tvheadend - 14f03b8efbc40b840eda8e203a6002d6c3f24250 authored over 9 years ago by Sam Stenvall <[email protected]>
initialize PKG_CONFIG varible if empty, fixes previous commit

github.com/tvheadend/tvheadend - 02427fe00c362b4c2f39d9e36ef406673f3557a0 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Use $PKG_CONFIG instead of pkg-config

This allows to use prefixed versions of pkg-config for cross-compilation.

github.com/tvheadend/tvheadend - 098213f54564c4d6692725fcea9ed9c4b18d1eaf authored over 9 years ago by Niels Ole Salscheider <[email protected]>
Remove extra characters in title of skynz provider and set skynz lang to eng

github.com/tvheadend/tvheadend - ad5d5690d1c781a6170b42ab698e98312de30e10 authored over 9 years ago by Dave Jaggar <[email protected]>
Provider file for Sky New Zealand

github.com/tvheadend/tvheadend - ecdf96828da48815cef245b8af8b85e08863afc1 authored over 9 years ago by Dave Jaggar <[email protected]>
Huffman dictionary for Sky New Zealand

github.com/tvheadend/tvheadend - fdbcbcf01527948cefc8663cd9b886fb84a335b4 authored over 9 years ago by Dave Jaggar <[email protected]>
Genre map for Sky New Zealand

github.com/tvheadend/tvheadend - d000264e284d06f65fe47417e082e7e4fedf1c0b authored over 9 years ago by Dave Jaggar <[email protected]>
epggrab: set minimal epggrab_epgdb_periodicsave value to 3600, fixes #2765

github.com/tvheadend/tvheadend - 79ec2df4ddaaf31bad38611b374067fb109ef6d3 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts: show pids for complete/incomplete tables, move scan needs more time msg to trace

github.com/tvheadend/tvheadend - 2a792c4e4cf4bff81a4b6d32270f25baff6158dc authored over 9 years ago by Jaroslav Kysela <[email protected]>
dvb_psi_lib: remove the wrong pmt hack - causes scan FAIL issues in this form

github.com/tvheadend/tvheadend - e138492f5e5724bbb938746dc68771b20d67b952 authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb: allow to force using old linuxdvb ioctls, fixes#2759

github.com/tvheadend/tvheadend - 995aaf895b175d1c0b5ef52860f78f443449e84a authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts: improve streaming latency for low-bandwidth subscriptions

github.com/tvheadend/tvheadend - d58afc04154623303ed7fb883d7ed31a8a9f9fdf authored over 9 years ago by Jaroslav Kysela <[email protected]>
SAT>IP Server: rtsp/options - handle also '*' url

github.com/tvheadend/tvheadend - c7a87457cf4b9dd195d43c9a06e868e62d4f26eb authored over 9 years ago by Jaroslav Kysela <[email protected]>
globalheaders: when an elementary stream is disabled, notify via debug log

github.com/tvheadend/tvheadend - 2518d4f82168d36523ff29d7332695a8b10d68ff authored over 9 years ago by Jaroslav Kysela <[email protected]>
SAT>IP Server: export active connection for webui

github.com/tvheadend/tvheadend - e4f034aed3ec1fda9439e741e8690a839b5b68ea authored over 9 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: subscribe at least one PID (PAT)

github.com/tvheadend/tvheadend - 1c885f100dbc6e16b511f22e106f5743b4e9d905 authored over 9 years ago by Jaroslav Kysela <[email protected]>
http: add protocol version and command to dump_request()

github.com/tvheadend/tvheadend - d63c36a36e5b0da92db777954d44e88b227e518f authored over 9 years ago by Jaroslav Kysela <[email protected]>
changelog added to rpm spec file

github.com/tvheadend/tvheadend - ffe92dfed1b0a6a4494b6adaf51879ef45c708ba authored over 9 years ago by Bob Lightfoot <[email protected]>
opentv: add boundary check to _opentv_parse_event()

github.com/tvheadend/tvheadend - b9888130578873bc9eb07a12151012b74415f3ac authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts mux+service: export uuid for parent network and mux

github.com/tvheadend/tvheadend - 08c4af7e6ab7fc420ba6e5f2fa7e0fa7f9071948 authored over 9 years ago by Jaroslav Kysela <[email protected]>
htsp server: fix epg query (missing title filter), add fulltext flag

github.com/tvheadend/tvheadend - fabd01191db6d648c6ce3bfcce4227e6896e18ad authored over 9 years ago by Jaroslav Kysela <[email protected]>
simpleui: fix search, fixes #2753

github.com/tvheadend/tvheadend - ad4dd4fa502dd7b3663c607b4bd57f99bb8d2788 authored over 9 years ago by Jaroslav Kysela <[email protected]>
cosmetic: remove old tvh_strlcatf() and rename tvh_strlcatf2() as tvh_strlcatf()

github.com/tvheadend/tvheadend - 9a8242a082412dfbac6c80a4c4097367c62a9081 authored over 9 years ago by Jaroslav Kysela <[email protected]>
subscription: cleanup the subscription messages

github.com/tvheadend/tvheadend - 4eeecb2a0f01be87036bb092d9c1b8714558d6d7 authored over 9 years ago by Jaroslav Kysela <[email protected]>
subscription: do not call subscription_schedule recursively() - mux subscriptions, fixes #2750

github.com/tvheadend/tvheadend - 3b9253679bee83a5393c614a616a86ddb41cf6b1 authored over 9 years ago by Jaroslav Kysela <[email protected]>
SAT>IP server: change default fec to auto for dvb-c

github.com/tvheadend/tvheadend - f6d9813ff5e71ef375f22629e76321c77d48744b authored over 9 years ago by Jaroslav Kysela <[email protected]>
pid-count.py: improve sync

github.com/tvheadend/tvheadend - 3e4c8e7314ab090fd0e7f4c48359ef5290109b2d authored over 9 years ago by Jaroslav Kysela <[email protected]>
descrambler: fix another thinko (and crash)

github.com/tvheadend/tvheadend - e4cdd3ca0fd84161af2c2a31f2ce198a12545baa authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: about page: 2015 year

github.com/tvheadend/tvheadend - 722c9250ac6a83b39c71e559fb46ffe5c8df7c06 authored over 9 years ago by Jaroslav Kysela <[email protected]>
lang codes: add syn

github.com/tvheadend/tvheadend - 169b71bb72342438fdc82d6168cf33846de610c9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts.h - undefine mpegts_psi_section_t (duplicate with dvb.h)

github.com/tvheadend/tvheadend - 1f79d9dd5f6e6446e9f475a011e75a21476bfaea authored over 9 years ago by Jaroslav Kysela <[email protected]>
Patching rpm spec file so the arm architecture builds properly modified: rpm/tvheadend.spec.in

github.com/tvheadend/tvheadend - b427d7ecbacd7a636069ee2c1140e9a20c2a5a39 authored over 9 years ago by Bob Lightfoot <[email protected]>
SAT>IP Server: clean/extend the doc

github.com/tvheadend/tvheadend - 6bc1a6fe7458e2a95c1cf89e4a6bfc6ef1f63eaf authored over 9 years ago by Jaroslav Kysela <[email protected]>
doc: more words to the channel / Auto EPG checkbox

github.com/tvheadend/tvheadend - 0d4f44385c8e3f6d036d02b4871a1ab9708bfb82 authored over 9 years ago by Jaroslav Kysela <[email protected]>
tvhdhomerun: lock tuners when in use

github.com/tvheadend/tvheadend - 1ccdcd33a2367425ed3d604f02a93ad5c8bd742f authored over 9 years ago by Ben Fennema <[email protected]>
epg: allow epg source to be set with auto epg channel unchecked

github.com/tvheadend/tvheadend - 266b28cfd1543fedae7678efdf1801e1af883add authored over 9 years ago by Ben Fennema <[email protected]>
SAT>IP Client: do not show 12345678 error

github.com/tvheadend/tvheadend - baab7707a2c985b8b3fe33efdf8acc69b7ec9103 authored over 9 years ago by Jaroslav Kysela <[email protected]>
mpegts pass muxer: recode the PAT rewritter to use psi library functions

github.com/tvheadend/tvheadend - 3fab60a1b69984325b72b2f2f985ace0b0c48349 authored over 9 years ago by Jaroslav Kysela <[email protected]>