Ecosyste.ms: OpenCollective

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

github.com/tvheadend/tvheadend

Tvheadend is the leading TV streaming server for Linux with ATSC, DVB-C/C2, DVB-S/S2, DVB-T/T2, IPTV, SAT>IP and unix pipe input sources
https://github.com/tvheadend/tvheadend

epggrab: otamux - add subscriptions statistics, fixes #2927

f0cb852b3883fd6688daab83c972933a188e97af authored over 9 years ago by Jaroslav Kysela <[email protected]>
epggrab: fix mutex deadlock on exit, fixes #2939

5556f70c3e9ce09621c565b409d96d4ead865fc8 authored over 9 years ago by Jaroslav Kysela <[email protected]>
subscription: fix typo in unsubscribe log (client)

81f823593ff4d90b9800f9237e78f38d0f3404ed authored over 9 years ago by Jaroslav Kysela <[email protected]>
profile: improve profile selection for htsp

c475cd0795a531df02758459883853fe8a3ed849 authored over 9 years ago by Jaroslav Kysela <[email protected]>
htsp: add missing chain close call on error patch

d1f9d8e3f359ed9c8b88c1e8ed67f3400cf0d605 authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: css - add max-width 97% for hts-doc-text img

c97d5e2c4f4bbb66090e9644dca36533dd3881fa authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: css - fix hts-doc-text tr.even rule

327fb22a8df29ee191d2c3b665629ec5d75affb4 authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: docs - another update from tvheadend-documentation

ab89a31eff9e48d5876a6bdea6779a2537f3bbc6 authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: docs - align cells in tables acording markdown

73abc00a5dc7e9a1ee271aaa6cf3922aac896a96 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Adjust help dialog calls for better consistency

fec389b3bb841bd03ec38b8bf9e5b3db7c66d6e3 authored over 9 years ago by ProfYaffle <[email protected]>
docs: first import from tvheadend-documentation

a7c28156df6fa7d28af99ead06013f97f3ab9081 authored over 9 years ago by Jaroslav Kysela <[email protected]>
docs: move docs to en/ subtree

4ab50d4d5a91ac28ee8fbb170f978ef17fe5de82 authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: css better img positioning for tables

67138edf93cf80200a3730d9e799a22c523d03c9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
docs: remove old documentation script

c0500077779315e1ee6c8e566f8890bf6eff1834 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Tidying up orphaned webUI files

d291d1fd7ddee30b3c9ad3f21de9ac924ee0f594 authored over 9 years ago by ProfYaffle <[email protected]>
Additional screenshot

fb891155ed0d68aa67bcea15782ef3a111586093 authored over 9 years ago by ProfYaffle <[email protected]>
webui: css - another hts-doc styles reorganization

233e4240b2ea493d2f5e3b829bfd4fc0f000f45f authored over 9 years ago by Jaroslav Kysela <[email protected]>
Updated CSS for webUI help

12a284a59b019a6e83320e0c37b32ad041d519d4 authored over 9 years ago by ProfYaffle <[email protected]>
WEBUI: Add code to update the progress bars in the EPG view

fb6b56ce0f7a2edc5885c5e455e4ab07e27acfa2 authored over 9 years ago by Jaroslav Kysela <[email protected]>
profile: add 'Preferred Service Video Type'

db77cda80ef3f56474fd42b7476f7f58388f7ff8 authored over 9 years ago by Jaroslav Kysela <[email protected]>
service: update doc for priority

10010f85cb41f121626062bfff3cb3a88665120c authored over 9 years ago by Jaroslav Kysela <[email protected]>
Build system: some minor improvements

Added static hdhomerun build dir to .gitignore.
Delete data/dvb-scan on `make distclean`.
Add de...

518230bf20dbd855e72e41d8570e60f59fef64c1 authored over 9 years ago by stbenz <[email protected]>
service: allow set priority in range -10 to 10

96ef2f347e7b92cabb2dd2d0f807be003231147c authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: add build time and configure options to status page

8d6cb728ad98b3fc3a9f08aa04a492300b34e696 authored over 9 years ago by stbenz <[email protected]>
HTSP: Be more permissive for timerec entries, fixes #2924

97e8041cd42a4edae180644ccca6582720dd6023 authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb: set DELIVERY SYSTEM before satconf, fixes #2933

21d03bd28298d89af742a025ace262bc770e4fee authored over 9 years ago by Jaroslav Kysela <[email protected]>
transcoding: let ffmpeg decide the number of threads by itself

688c42f2e0ac43c55a281ff0f29b427a31506f51 authored over 9 years ago by stbenz <[email protected]>
transcoding: moved determination of audio encoder settings to external functions

cdbb45926f635a6892e21912eb6d62440a142b62 authored over 9 years ago by stbenz <[email protected]>
transcoding: handle change of audio format

Note, that this also introduces an audio encoder behavioural change. Before, if the number of in...

b7cce6a9779ba99496e14e85b15aa5c7f7addb4c authored over 9 years ago by stbenz <[email protected]>
transcoding: use avcodec_is_open instead of checking AVCodecContext.codec_id

844fe28524378319cdc0f921e74d60d2c48916cc authored over 9 years ago by stbenz <[email protected]>
Makefile.ffmpeg: upgrade to ffmpeg 2.6.3 and libvpx 1.4.0

07ca8659eb4ef861b66dada2194b0c49d3a29b9f authored over 9 years ago by stbenz <[email protected]>
libav: fix multi line log messages

9ab380107b4783832fa1e1baef1cddf0c50e55ca authored over 9 years ago by stbenz <[email protected]>
queue.h: use own copy of sys/queue.h v8.5, remove duplicate definitions

bf668e1c3a20e784c341957222463f39534c16ee authored over 9 years ago by Jaroslav Kysela <[email protected]>
ACL: another connection limit fix, fixes #2921

5cc371720334e889a3879f76ce6cf3c664b85709 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: Fix another thinko in the connection check

4d72204a15fff6655d1eb2251da3948d4de66b89 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: Handle user-access and user-limit errors correctly in dvr_entry_status()

f101b858e039fb2d58c580a11309aca8bd3d9cac authored over 9 years ago by Jaroslav Kysela <[email protected]>
ACL: Fix the streaming connection limit, more verbose logs when connlimit fails

cde8524dacf7c29379e240fd7535111de884a526 authored over 9 years ago by Jaroslav Kysela <[email protected]>
ACL: Add connection limit type

0cbfa37361011d5f5fa0a4368b63f686aba58292 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: add more fail reasons (user access and user limit)

82214a8986c853072e6bfac64985803c2806f041 authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb: ca - fix compilation, fixes #2920

f69ebde8630b2a65ac0d3227bf367f29dafd36d9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Fix Andreas Öman encoding issues (iso8859 to utf-8)

c38a6158a1f5cfd015c2ad4b78000de299617af9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
cwc: rewrite EMM filter and reassembly routines

c656bded4518e2a926398a737a9a4e24e5b88920 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: timerec - fix old typo (dte_owner), fixes #2915

14cf0574a04cf848428b1a71376dcc8c03b57152 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Chenge icon for password

66f5ec892e30e0a959390072ca36b9a9f98fc2e8 authored over 9 years ago by Piotr Kuchciak <[email protected]>
update CSS

d166cc249fb19644fb08a2679e47ac6a5bcc5a88 authored over 9 years ago by Piotr Kuchciak <[email protected]>
libav: fix build without libav

0f0fcd37ab16873178f9dc56fa6f73d10ba7da4e authored over 9 years ago by Jaroslav Kysela <[email protected]>
timeshift: fix little memory leak (skip/speed msgs)

bd4ac171fae6b2856d80a68da0d66bdd376c5d08 authored over 9 years ago by Jaroslav Kysela <[email protected]>
htsp: initialize streaming_skip_t variable properly

caa43337c91e4beaadb6533a7852f0dbdd6668d2 authored over 9 years ago by Jaroslav Kysela <[email protected]>
access: fix superuser access

f63239e33c152008c57065202dda42859ef8c1de authored over 9 years ago by Jaroslav Kysela <[email protected]>
tvh_write: another way to check for write timeouts

430c894c931270d6a351e055f8636220f77ec064 authored over 9 years ago by Jaroslav Kysela <[email protected]>
libav: fix the previous change (debug libav option)

ca84c71a8a3127aa7d74bd6c9ee55794ce60bba6 authored over 9 years ago by Jaroslav Kysela <[email protected]>
utils: tvh_write - add special socket error check

2b31be58bc49c4e2e1fc24f50e7f2489dfa570b5 authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: fix the attachment; filename encoding, fixes #2086

2fdfe4836dbc7a37a6504fabdd119b6368e17f31 authored over 9 years ago by Jaroslav Kysela <[email protected]>
config: make server name configureable (avahi, satips)

057a006c91ce6d2acd4bde03ea06ae62a36eb9e3 authored over 9 years ago by Damjan Marion <[email protected]>
iptv: rtsp - a little cosmetic fix

beb8b999b3d61e2d40564bfd72c1861031e81b2c authored over 9 years ago by Jaroslav Kysela <[email protected]>
Add rtp_read callback, to forward headers to RTCP reader

00a19f1b7c38258080c9aac30f59ee2fd3fb02f1 authored over 9 years ago by Adrien CLERC <[email protected]>
… and use the callback

072ff3f4ce83b2c26cff245ea3576a406541702f authored over 9 years ago by Adrien CLERC <[email protected]>
Use the correct host to send rtcp reports

1ce56a9bc3f18c8ca9fcaf05221465063b8fb6f5 authored over 9 years ago by Adrien CLERC <[email protected]>
Send the receiver report with the udp connection, using the peer information

8a4c8cefa77537cda7a00b687378fdc98d8da350 authored over 9 years ago by Adrien CLERC <[email protected]>
Add adapted RTCP code for 4.0 release

c47070a1098b43672d3cea9bf946bae1f822a912 authored over 9 years ago by Adrien CLERC <[email protected]>
Add rtcp info to the rtsp_priv struct init and free rtcp info from rtsp start and stop

ae3188651a3b9685cf8b6fbe0ab34ae9978663ab authored over 9 years ago by Adrien CLERC <[email protected]>
Parse RTCP server port, it is mandatory to send RTCP reports

768b008758eb836a8bc4f3605094b43ade15c072 authored over 9 years ago by Adrien CLERC <[email protected]>
Remember the server address:port in the RTCP connection

fb7f7c25105b72e738e4a3634c44a69fc06d5cde authored over 9 years ago by Adrien CLERC <[email protected]>
libav: add debug log option and webui

e6998d5d59aabde0e8532b80c31b75d4ea0932a9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
access: fix the username check in htsp access routine

bd9a4c4369aedf7f7b523cf029b4f4297f3683cd authored over 9 years ago by Jaroslav Kysela <[email protected]>
WEBUI: debugging - fix trace detection

884872251036df9c2ac8185795790b2d77e561ec authored over 9 years ago by Jaroslav Kysela <[email protected]>
htsp: add more trace subsystems to dump the communication - htsp-req,htsp-ans,htsp-sub

f8dc92c6631b80a57f5afdd35fd13ee086893645 authored over 9 years ago by Jaroslav Kysela <[email protected]>
HTSP: Fix the files/path field for dvrentry, fixes #2894

c90fb4180b6f06bf6d5bf28b3697e726dc9a6a92 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: webui api - always set (overwrite) the owner/creator fields

5555bc683b64c6327b0314b1c07f379f5257a1e2 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: webui api - ensure that owner is set for dvr_entry_create() call, fixes #2908

fa3b0257ad192912b8abd193ffd6a14812afb230 authored over 9 years ago by Jaroslav Kysela <[email protected]>
remove unused function get_device_connection()

dce545142f3f1431ce33b52bbd9b6b2240e1c841 authored over 9 years ago by Jaroslav Kysela <[email protected]>
transcoding: allow to 'not change' the resolution (use 0 value), fixes #2910

5b6ed5e75f56618dd3c32cc93cf964d830875375 authored over 9 years ago by Jaroslav Kysela <[email protected]>
Separate passwords from ACL

581a2c00bcdcecdb023e7764a18a02430d114b56 authored over 9 years ago by Jaroslav Kysela <[email protected]>
ACL: allow multiple channel ranges per user

d8c329644c84d4295812f4691b93185900097d21 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: config - update pathname according checkboxes (for old configs)

145ca5200f6d13ea098b7b0846a5738c41be8b9a authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: quickfix for previous patch, fixes #2904

38ac552cf6c82b2b3cac84b092f775adcf230ebb authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: autorec create - webapi - fix the default DVR config selection, fixes #2904

bc6efcf7a0cdb84f8cdde08a49150273e276c7e6 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: allow admin to edit owner/creator fields

ad7326ea506c68d679e99e9e4634d9e337bd5ab8 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: rec - for time strings, replace : with -

59732e04b596903ec8fb7f1223b535340295c1d5 authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: pathname format string - replace directory separator (slash) to minus, fixes #2906

9037150d3c3bbfe4e5ccde39f0e8ede31a0f649e authored over 9 years ago by Jaroslav Kysela <[email protected]>
epg: epg_episode_number_format - ensure to return null string, fixes #2907

39039f2f15eee8c17137390aa075521d744f7547 authored over 9 years ago by Jaroslav Kysela <[email protected]>
doc: Fix ffmpeg example %f

e079c44456679898797ae24e7897364b033c1e5b authored over 9 years ago by Jaroslav Kysela <[email protected]>
subscription: fix the oneshot override subscription cleanup

81c356ce1d5e810486a0620cdfb6d76b92c78402 authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb: add proper support for multiple frontends in one adapter directory

f27ac40cb170ef561cbc989d252fe4c43949e261 authored over 9 years ago by Jaroslav Kysela <[email protected]>
linuxdvb ca: set proper pmt message length for CAM (fix for the mpegts table code update)

90b25711cab60813974492cc46267d203e666a60 authored over 9 years ago by Jaroslav Kysela <[email protected]>
webui: http loop - add proper data timeout handling

46e83b8354e148e7306cc35a76121dd8ab1d5d38 authored over 9 years ago by Jaroslav Kysela <[email protected]>
HTSP: Fix filename for multiple files - dvrentry

db77f5188cde66d0780e82efa5558b4f54e61abe authored over 9 years ago by Jaroslav Kysela <[email protected]>
language codes: add back line removed by mistake

3f948e6d4a6bf80a2297d17c6dba2fd3b8eb5de7 authored over 9 years ago by Jaroslav Kysela <[email protected]>
intlconv_utf8safestr: do not return NULL but empty string when max_size is zero

63d4ae0116b5deb3d48147c40b09c1c13cac2e37 authored over 9 years ago by Jaroslav Kysela <[email protected]>
config: ensure that at least one preferred language is set (defaults to eng)

807b9c8cb71625ffb93f57d5f8395f1a94c8ec65 authored over 9 years ago by Jaroslav Kysela <[email protected]>
language: add lang_code_preferred() to properly handle NULL for lang_str_add

b06e24107fc917e208c1a28cc9979f5a292fc330 authored over 9 years ago by Jaroslav Kysela <[email protected]>
HTSP: allow to remove language settings

ec083c9bb21082ab59b216d9e32d428027d58965 authored over 9 years ago by Jaroslav Kysela <[email protected]>
HTSP: subtitle fixes - build dvrentry & update dvrentry

63c7b79d7731303541c058209535e9e5dce142c4 authored over 9 years ago by Jaroslav Kysela <[email protected]>
HTSP: show default language settings in the hello message

6c6a7970db0afaf359e47f309e3b64625644f9ed authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: handle properly subtitle update and coding fixes

ec2dea354f17c004801d8620dfe94cd4096bd47a authored over 9 years ago by Jaroslav Kysela <[email protected]>
HTSP: some language fixes

9bfa684ff53fe963306139c9ba3c431122886b4e authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: implement description update

11d44cf141c5eca2030d74a2973d44d8ce61fe57 authored over 9 years ago by Jaroslav Kysela <[email protected]>
rpm: more rpmfusion updates

83ba831e1ce457d9294a627bc6faeb449b31ef9e authored over 9 years ago by Jaroslav Kysela <[email protected]>
DVR: pathname format string fixes

5230b75cac574a5e3590d4cbac1dcbac9a1fb2b9 authored over 9 years ago by Jaroslav Kysela <[email protected]>
IPTV: RTP - add pkt_cb to iptv_rtp_read() - for RTCP

e808234552667a70a463235e1dce527e81f86aff authored over 9 years ago by Jaroslav Kysela <[email protected]>