Commit graph

5911 commits

Author SHA1 Message Date
Jaroslav Kysela
273835ff46 mpegts: add linked tuner feature
The DvbSky S952 drivers have numerous tuning bugs and one of it is
that if two tuners are not used together, streaming from one tuner
can "hang".

This change implements a workaround which makes the second (linked)
tuner alive (tuning is joined with these two linked tuners).
2015-01-17 18:12:18 +01:00
Jaroslav Kysela
37eb9d2cfd remove debug line in api_mpegts.c 2015-01-16 18:53:46 +01:00
Jaroslav Kysela
ed513c0d6f DVR: Add per-user filters for all DVR entries (including timerec and autorec), fixes #2533 2015-01-16 17:46:43 +01:00
Jaroslav Kysela
a65f6179e5 dvr autorec: handle filter rules also for series autorecs 2015-01-16 10:36:08 +01:00
J. Dierkse
fc57f52aeb Update timeshift_filemgr.c
It seems that in currently the timeshift_unlimited_period boolean is completely ignored when it comes to taking action on removing files or reporting a full buffer. This small patch should fix that, so that when the timeshift_unlimited_period boolean is set to true, tvheadend no longer evaluates the period of the current timeshift.
2015-01-15 14:18:03 +01:00
Jaroslav Kysela
2820a7cf41 doc: add more text to Skip initial Scan - networks 2015-01-15 14:14:52 +01:00
Jaroslav Kysela
65fd96395a prop: skip completely the PT_NONE variables, fixes #2601 2015-01-14 20:58:23 +01:00
Jaroslav Kysela
f48e390437 DVB network grid: add 'Force Scan' functionality 2015-01-14 15:49:53 +01:00
Jaroslav Kysela
d9f4230881 dvb psi: NIT/SDT/VCT callback add/handle services only for active muxes 2015-01-14 13:44:58 +01:00
Jaroslav Kysela
30cc0a73bd dvb psi: change the NIT parser to handle correctly new mux descriptors, fixes #2605 2015-01-14 13:16:46 +01:00
Jaroslav Kysela
eb5cfaa6e9 dvb network: Add EIT local time option, fixes #2617 2015-01-14 09:47:12 +01:00
Jaroslav Kysela
04fcdce37d SAT>IP: remove debug printf 2015-01-13 20:33:49 +01:00
Jaroslav Kysela
6f6f20eac0 packet: return zero for pktbuf_len() when pktbuf ptr is NULL 2015-01-13 20:22:06 +01:00
Carlo Landmeter
4949382c87 lock: posix needs fcntl.h 2015-01-13 18:52:03 +01:00
Carlo Landmeter
0d5194c17c queue: check if list_move is already defined 2015-01-13 18:52:03 +01:00
Joakim Gissberg
b497168ab4 transcoding: Code cosmetics 2015-01-13 18:51:33 +01:00
Joakim Gissberg
b2132d72c2 transcoding: Remove deprecated bandwith property. Code cosmetics 2015-01-13 18:51:33 +01:00
Joakim Gissberg
baec61b674 transcoding: Fix mpeg2 video bitrate limiter/quantizer. Tweaking of misc default settings 2015-01-13 18:51:33 +01:00
Joakim Gissberg
7b01d9c1f0 Transcoding: Add audio bitrate limiter, video quantizer, tweaking of default encoder settings 2015-01-13 18:51:33 +01:00
Joakim Gissberg
ad8b61ba5a transcoding: Remove redundant double default definition 2015-01-13 18:51:33 +01:00
Joakim Gissberg
619654f1f4 transcoding: Add video bitrate limiter for h.264/VP8/MPEG2 2015-01-13 18:51:33 +01:00
Jaroslav Kysela
ef9556efff SAT>IP: Remove double teardown workaround (wasn't working) 2015-01-13 16:38:20 +01:00
Jaroslav Kysela
d9b781771d SAT>IP: implement extra shutdown (teardown) workaround for IDL4K firmware (gssbox) 2015-01-13 16:32:25 +01:00
Jaroslav Kysela
0818adf576 httpc: add more traces 2015-01-13 16:31:48 +01:00
Jaroslav Kysela
1723e733f5 AAC ADTS header - fix comments for AOT 2015-01-13 16:07:42 +01:00
Jaroslav Kysela
e9eadac057 Another ADTS header fix in transcoding (length) 2015-01-13 10:22:16 +01:00
Jaroslav Kysela
26b18fe141 Another ADTS header fix (AOT) 2015-01-13 10:18:27 +01:00
Jaroslav Kysela
33f72a3483 dvb psi: fix build without DVB 2015-01-13 10:06:49 +01:00
Jaroslav Kysela
940ab268e5 AAC ADTS header fixes (reported by Simon Bond) 2015-01-12 22:05:36 +01:00
Jaroslav Kysela
45eec90f11 transcode: fix the video timeout in globalheaders, including AAC ADTS header fix 2015-01-12 22:00:44 +01:00
Jaroslav Kysela
0a7ce2caf5 subscription: fix the mux data timeout 2015-01-12 14:37:13 +01:00
Joakim Gissberg
98b5304be6 hdhomerun: Upgrade libhdhomerun 2015-01-12 13:50:49 +01:00
Damian Gołda
0196790734 Issue 1625 - Option for Windows-compatible filenames - trim trailing spaces and dots, fixes #1625 2015-01-12 09:54:20 +01:00
Damian Gołda
028826b7df Issue 1625 - Option for Windows-compatible filenames * trim trailing spaces and dots 2015-01-12 09:51:23 +01:00
Jaroslav Kysela
76558d286a httpc: add hc_id to distinguish connections 2015-01-11 22:23:22 +01:00
Jaroslav Kysela
bfa463df8b dvb_psi: prefer HD simulcast LCNs (if present), fixes #2610 2015-01-11 21:52:51 +01:00
Jaroslav Kysela
eed4d8cdc5 dvb_psi: nit,sdt,vct callbacks - operate on all muxes with same tsid, fixes #2605 2015-01-11 21:43:22 +01:00
Sam Stenvall
f5c8e4ce86 accept "%c" placeholder for channel icons to use unmangled channel
name
2015-01-09 13:34:03 +01:00
Sam Stenvall
396700797b [utils] add url_encode() function 2015-01-09 13:34:03 +01:00
Jaroslav Kysela
f1631752c4 SAT>IP: Do not use SHUTDOWN for immediate tune requests 2015-01-09 12:39:11 +01:00
Damian Gołda
022e8d45a5 Issue 1625 - Option for Windows-compatible filenames 2015-01-08 22:22:03 +01:00
Damian Gołda
f8de301910 Issue 1625 - Option for remove unsafe characters from filename while keeping Umlaute and other national characters 2015-01-08 22:22:03 +01:00
Jaroslav Kysela
6f18074477 mpegts mux: improve log for missing in PAT/SDT 2015-01-08 22:14:17 +01:00
Sam Stenvall
c51b16224f [dvr] add "directory" option to auto and time recorder entries to
override directory settings for matching recordings.

Useful for e.g. recording multiple different shows into a single
directory (e.g. news).

Fixes #2123, fixes #2448
2015-01-07 15:56:15 +01:00
Mariusz Bialonczyk
09bd4c4d0e help: add missing information about new OSCam mode 2015-01-07 15:56:15 +01:00
Joakim Gissberg
ba36e4584d Upgrade to FFmpeg 2.5.2 2015-01-07 15:56:15 +01:00
Jaroslav Kysela
0872d71c12 dvb_psi: fix the service re-enable procedure 2015-01-07 15:54:14 +01:00
Jaroslav Kysela
900b20e280 SAT>IP: Trace RTP discontinuity 2015-01-07 15:53:49 +01:00
Jaroslav Kysela
1afee1663a service check: text cleanups, add help text, re-enable service when they're broadcasted again, fixes #2595 2015-01-06 10:33:19 +01:00
Jaroslav Kysela
1027f294d0 transcode: fix AAC encoding (wrong ADTS header - typo in source) 2015-01-05 15:36:44 +01:00