Commit graph

5979 commits

Author SHA1 Message Date
Jaroslav Kysela
362fb68002 mpegts parsers: cleanup the error forwarding 2015-01-31 17:35:35 +01:00
Jaroslav Kysela
bdfc4d779f tsdemux: move the error handling to the parsers.c 2015-01-31 16:55:40 +01:00
Jaroslav Kysela
e2f9483dbe dvr: use direct error flag handling 2015-01-31 16:53:07 +01:00
Jaroslav Kysela
94880c5b3e opentv: fix bug introduced with recent changes - missing EPG for some channels 2015-01-31 16:22:23 +01:00
Jaroslav Kysela
30d6fa5300 DVR: Add data errors field 2015-01-30 22:53:34 +01:00
Jaroslav Kysela
adcd748fc0 tsdemux: pass TS continuity errors to subscriptions 2015-01-30 21:49:37 +01:00
beralt
5eca4d7be8 tvhdhomerun: add modulation and symbolrate to channel tuning 2015-01-28 21:00:11 +01:00
Jaroslav Kysela
e6d124d110 mpegts mux: fix the copy-and-paste type (default value for AC-3 Detection), fixes 2015-01-28 20:59:38 +01:00
Jaroslav Kysela
927ebf2f0f dvb psi: add another AC-3 detection hack, fixes 2015-01-28 14:56:24 +01:00
Jaroslav Kysela
ebdd85f5ba parser: add support for ADTS data to SCT_AAC parser, fixes 2015-01-27 21:06:21 +01:00
Jaroslav Kysela
e95e23ab2f doc: tvadapters - little fix in the Full DiseqC description 2015-01-27 19:58:11 +01:00
Jaroslav Kysela
2f13317fa0 tvhcsa: fix compilation when TVHCSA is not enabled, fixes 2015-01-27 19:55:37 +01:00
Jaroslav Kysela
5a063fe71d linuxdvb: make Full DiseqC as default 2015-01-27 19:50:13 +01:00
Jaroslav Kysela
98783a5c9e SAT>IP: add parsing for RTCP status string ver=1.2 (DVB-C), fixes 2015-01-27 16:06:30 +01:00
Jaroslav Kysela
c664af6f60 mpegts mux dvb: fix the load sequence and possible memory leak 2015-01-27 12:22:42 +01:00
Jaroslav Kysela
3c0a279825 xml parser: skip UTF-8 BOM header, fixes 2015-01-27 11:48:03 +01:00
Jaroslav Kysela
b98e688f57 mpegts mux subscription: fix the live check (data timeout) 2015-01-26 20:58:39 +01:00
Jaroslav Kysela
0515caa92f tvhcsa: fix the read after allocated memory valgrind error 2015-01-26 20:13:01 +01:00
Jaroslav Kysela
62e2971020 opentv: fix complation with --disable-trace 2015-01-26 19:56:16 +01:00
Jaroslav Kysela
ee66809d18 mpegts input: linked inputs - optimization, trace fixes 2015-01-26 19:55:45 +01:00
Jaroslav Kysela
879b842ea1 esfilter: rename ONCE to ONE_TIME, improve doc 2015-01-26 15:00:04 +01:00
Jaroslav Kysela
f39ddd1f05 otamux: do not queue not enabled muxes 2015-01-25 20:32:35 +01:00
Jaroslav Kysela
22554c723d mpegts input: move linked input to advanced in WEB UI 2015-01-25 19:12:43 +01:00
Jaroslav Kysela
cde875ecb2 SAT>IP: corner case fixes, fixes
- fixed wait before next tune (flush the incoming rtsp replies)
- fixed mutex global_lock deadlock (satip_frontend_tuning_error)
2015-01-25 18:25:30 +01:00
Jaroslav Kysela
c3ec4b114d Makefile: add -ldl for static ffmpeg build to fix arm dependencies 2015-01-24 22:16:34 +01:00
Jaroslav Kysela
2b8ad616a4 profile: add matroska/mpegts muxers from libav 2015-01-24 21:55:01 +01:00
Jaroslav Kysela
1a9319571b filebundle: try to fix build error for older zlib.. 2015-01-24 20:58:57 +01:00
Jaroslav Kysela
a7d26442b1 filebundle: try to fix build error for older zlib.. 2015-01-24 20:47:37 +01:00
Jaroslav Kysela
078dff5b98 filebundle: try to fix build error for older zlib.. 2015-01-24 20:30:28 +01:00
Jaroslav Kysela
d83aefe0fe descrambler: fix mm_descrambler_lock deadlock in the CAT callback, fixes 2015-01-24 20:22:29 +01:00
Jaroslav Kysela
44a1df1fac mpegts network scan: remove from queue disabled muxes 2015-01-24 20:07:21 +01:00
Jaroslav Kysela
28337dcbbe SAT>IP: Add frequency filter for DVB-S/S2 2015-01-24 20:06:51 +01:00
Mariusz Bialonczyk
6a27c4ccab Fix 519ec96 (capmt: network mode: fix a crash when oscam is restarted)
When there was a further subscribing requests, the queued greeting could
be queued not as the first position in the queue, leading to problems
when subscribing the channel.
Now requesting to flush the queue in capmt_notify_server() to be sure
that the greeting go out to OSCam as a first command.
2015-01-24 14:56:34 +01:00
Jaroslav Kysela
3feccf34b5 filebundle: do not use extra input buffer 2015-01-23 21:30:23 +01:00
Lauri Myllari
9508a68aa1 hdhomerun: autodetect ATSC network type 2015-01-23 18:19:19 +01:00
Jaroslav Kysela
b1883ed51e opentv: add bouquet filter to avoid heavy LCN switches 2015-01-23 18:15:02 +01:00
Jaroslav Kysela
bca6214866 WEBUI: distinguish the disabled channels/tags by {}, fixes 2015-01-23 14:30:28 +01:00
Adam Sutton
dcdef424fc linuxdvb: appears some tuners are not supporting FE_GET_EVENT
This results in a terminal lockup as the ioctl() will loop indefinitely,
testing for != -1 was always a bad idea!
2015-01-22 15:12:25 +00:00
Adam Sutton
f88f2f33ff linuxdvb: fix possible bug with multi-frontend adapters 2015-01-22 15:12:09 +00:00
Mariusz Bialonczyk
519ec9677e capmt: network mode: fix a crash when oscam is restarted
Use capmt_queue_msg() after connecting instead of direct write to socket.
Fixes a crash when the channel is played and oscam is restarted.
2015-01-22 11:22:06 +01:00
Jaroslav Kysela
3077ffa4d3 epggrab: ota - add trigger button to webui 2015-01-21 20:56:22 +01:00
Jaroslav Kysela
1377fad8a0 linuxdvb: add Tune Before DiseqC option, fixes 2015-01-21 17:21:29 +01:00
Jaroslav Kysela
8174eb953d mux stop: pass the stop reason for OTA epggrab to avoid re-tuning on muxes with no data 2015-01-21 12:02:50 +01:00
Jaroslav Kysela
abea248bab otamux: do not requeue muxes with failed scan status 2015-01-20 20:40:11 +01:00
Jaroslav Kysela
8018b54d6b doc: some text for satellite config 2015-01-20 17:35:51 +01:00
Jaroslav Kysela
b28f37bf8a WEBUI: Fix the LovCombo regex handling - fixes 2015-01-20 15:21:14 +01:00
Jaroslav Kysela
e565e7cbf0 quick fix for the previous patch 2015-01-20 14:50:18 +01:00
Jaroslav Kysela
3ddf768edf WEBUI DVR: Fix the additional rows in the column header menus, fixes 2015-01-20 14:40:12 +01:00
Jaroslav Kysela
fc7d3d8484 WEBUI DVR upcoming: use channel field instead channelname, fixes 2015-01-20 13:38:33 +01:00
Jaroslav Kysela
a8a175136d channels: do not allow empty string channel names, fixes 2015-01-20 11:33:12 +01:00