Commit graph

2471 commits

Author SHA1 Message Date
Bernhard Froehlich
99e5d63e81 Add missing includes for shutdown(2) and SHUT_RDWR on FreeBSD.
tvheadend-3.4/src/cwc.c: In function 'cwc_session':
tvheadend-3.4/src/cwc.c:1139: warning: implicit declaration of function 'shutdown'
tvheadend-3.4/src/cwc.c:1139: error: 'SHUT_RDWR' undeclared (first use in this function)
tvheadend-3.4/src/cwc.c:1139: error: (Each undeclared identifier is reported only once
tvheadend-3.4/src/cwc.c:1139: error: for each function it appears in.)
tvheadend-3.4/src/cwc.c: In function 'cwc_entry_update':
tvheadend-3.4/src/cwc.c:2369: error: 'SHUT_RDWR' undeclared
2013-05-31 14:19:25 +01:00
Bernhard Froehlich
3103e1814a Add missing include for FreeBSD which has AF_INET6 defined
in sys/socket.h

tvheadend-3.4/src/access.c: In function 'netmask_verify':
tvheadend-3.4/src/access.c:164: error: dereferencing pointer to incomplete type
tvheadend-3.4/src/access.c:164: error: 'AF_INET6' undeclared (first use in this function)
tvheadend-3.4/src/access.c:164: error: (Each undeclared identifier is reported only once
tvheadend-3.4/src/access.c:164: error: for each function it appears in.)
tvheadend-3.4/src/access.c:177: error: dereferencing pointer to incomplete type
tvheadend-3.4/src/access.c:177: error: 'AF_INET' undeclared (first use in this function)
tvheadend-3.4/src/access.c:193: error: dereferencing pointer to incomplete type
tvheadend-3.4/src/access.c: In function 'access_set_prefix':
tvheadend-3.4/src/access.c:422: error: 'AF_INET6' undeclared (first use in this function)
tvheadend-3.4/src/access.c: In function 'access_record_build':
tvheadend-3.4/src/access.c:554: error: 'AF_INET6' undeclared (first use in this function)
2013-05-31 14:19:24 +01:00
Bernhard Froehlich
cf2963e566 Fix kqueue parts of the poll wrapper API 2013-05-31 11:48:40 +02:00
Bernhard Froehlich
b5b97be842 Merge WIP implementation for poll wrapper API
Obtained from:	533a6cc918
2013-05-31 11:46:21 +02:00
Adam Sutton
d5a86bf8e9 linuxdvb: started to add service saving (very rough) 2013-05-30 22:30:16 +01:00
Adam Sutton
0d82be3664 linuxdvb: mux scanning is now working and I will not re-run unless reqd 2013-05-30 21:47:42 +01:00
Adam Sutton
7465423cb6 mpegts linuxdvb: starting to get more complete config load/save 2013-05-30 20:55:11 +01:00
Adam Sutton
578c3fc545 mpegts linuxdvb: starting to get working scanning on DVB-T
Moved DVB mux config into dvb_support
Updated table processing to include proper section tracking
Fixed some problem in the MPEG-TS core
Updates to get scanning working in LinuxDVB
2013-05-30 16:09:47 +01:00
Adam Sutton
0aca536db1 Merge remote-tracking branch 'origin/pr/275' 2013-05-29 23:44:39 +01:00
Adam Sutton
51eeb9af0d linuxdvb: starting to see data input working
there are a lot of hacks in at the moment, need to go through and tidy
everything up.
2013-05-29 14:22:22 +01:00
Adam Sutton
3cb6be346f mpegts linuxdvb: add routine to create mmi's on the fly 2013-05-28 16:27:09 +01:00
Adam Sutton
e0c4695239 linuxdvb: starting to add network/input connection
Still just early stages, but should be able to start thinking about
getting something tuning soon.
2013-05-26 21:02:17 +01:00
Adam Sutton
0fbdb43ac2 linuxdvb: starting to get config load/save for device tree
I think eventually I will re-work this to one file per entry similar
to the other trees (like network). But this will do for now.
2013-05-25 21:46:37 +01:00
Adam Sutton
5c420b613a linuxdvb: starting to add network/mux information 2013-05-24 21:20:56 +01:00
Bernhard Froehlich
1a458ae763 Fix warning because of wrong time_t format specifier on FreeBSD i386
and fix places where format specifier is hardcoded for time_t and
correctly use PRItime_t instead.

src/epg.c:1412: warning: format '%ld' expects type 'long int', but argument 7 has type 'time_t'
src/dvr/dvr_rec.c:596: warning: format '%ld' expects type 'long int', but argument 4 has type 'time_t'
src/epggrab/module/eit.c:536: warning: format '%lu' expects type 'long unsigned int', but argument 8 has type 'time_t'
2013-05-24 21:34:53 +02:00
Bernhard Froehlich
ae7d281898 Convert all #ifdef ENABLE_EPOLL to #if ENABLE_EPOLL 2013-05-24 19:31:10 +02:00
Bernhard Froehlich
5691e131a9 Sync with tvheadend/master and merge in changes. 2013-05-24 19:03:40 +02:00
Adam Sutton
be96d69e26 filebundle: correct possible bug with fb_scandir() on some FSs 2013-05-24 16:40:30 +01:00
Adam Sutton
3bc769589f linuxdvb: split the adapter source into 3 files. 2013-05-24 15:23:34 +01:00
Adam Sutton
7b7652619f prop: Added the concept of a RD-only property
Made use of the rd-only property for display only fields in the DVB
hardware tree.
2013-05-24 14:58:03 +01:00
Adam Sutton
8b82a82901 linuxdvb: starting to build up the DVB hardware tree
Still do not have anything working, just trying to get some groundwork done.
2013-05-24 13:59:19 +01:00
Dave Chapman
8c5f9af36b Do not export the episode URI if it starts with tvh:// - these are just for internal use within tvh. 2013-05-23 10:10:34 +01:00
Dave Chapman
833355d101 Add episodeUri and serieslinkUri to the HTSP eventAdd and eventUpdate messages. 2013-05-23 09:21:29 +01:00
Adam Sutton
15fa7adc22 htsp: update the EPG/HTSP hookup to send channelUpdate on next event change.
Previously this was only being output if the current event was updated.
2013-05-22 12:55:00 +01:00
Andreas Öman
a5a08aa1e5 Remove accidental code 2013-05-22 09:53:27 +02:00
CSchlipp
dcbfd1425a Change status.xml to default xml-style with only one element/tag per line
Change status.xml to default xml-style with only one element/tag per line.
Makes it a lot more easier to parse the file.
2013-05-22 09:49:33 +02:00
Andreas Öman
535fc25fcc HTSP: Add subscriptionFilterStream command 2013-05-22 09:47:25 +02:00
Adam Sutton
474e1b71dc linuxdvb: started to work on linuxdvb code.
Lots of in progress stuff but its been sat uncommitted for a few weeks
due to inactivity and I don't want to lose it due to stupidity!
2013-05-21 20:06:30 +01:00
Dave Chapman
29f715f685 Bump HTSP protocol version to 11 for the recent transcoding changes and the addition of the audio_type field 2013-05-13 11:23:26 +01:00
Dave Chapman
477fa0a846 Add saving/loading of audio_type, and also display it in the webui 2013-05-13 10:39:35 +01:00
Dave Chapman
4b86d2fd20 Parse the audio_type field of the iso639_language_descriptor - this indicates if the audio stream contains audio description for the hard of hearing. Use this value when regenerating the PMT for the passthrough muxer, and also include it in the HTSP stream description messages. 2013-05-13 09:27:01 +01:00
John Törblom
60bdb16c9d Added initial support for transcoding. 2013-05-12 14:47:05 +02:00
Adam Sutton
84c1c05d73 dvb: fix mistake in NIT processing.
This was stopping some DVB-C networks from being properly scanned.
2013-05-10 15:10:54 +01:00
Adam Sutton
00f0137bb6 mpegts: added missing LCN processing 2013-05-10 14:31:58 +01:00
Adam Sutton
080aafbf2c mpegts: lots more work on PSI processing.
I think most tables are now processed and are making the relevant calls
into the mpegts system to update/create entities.
2013-05-10 14:24:05 +01:00
Adam Sutton
ce6851e589 mpegts: fix NIT parsing bug 2013-05-09 17:25:18 +01:00
Adam Sutton
1fe5c7ac0e mpegts tsfile: lots of reworking to get psi processing working 2013-05-09 16:33:53 +01:00
User Decke
f385e5f2a9 Fix printf format modifier to build properly with CLANG.
src/htsp_server.c:485:55: error: format specifies type 'short' but the argument has type 'int' [-Werror,-Wformat]
        p += snprintf(url+p, sizeof(url)-p, "%s%s%s:%hd%s",
                                                    ~~^
                                                    %d
2013-05-08 15:19:45 +02:00
User Decke
7af59c9fee Fix sendfile() call on FreeBSD/i386
src/webui/webui.c:885: warning: passing argument 6 of 'sendfile' from incompatible pointer type
2013-05-08 15:19:45 +02:00
Bernhard Froehlich
c1193e81f0 Add missing include for ssize_t on FreeBSD.
src/tvhlog.h:48: error: expected declaration specifiers or '...' before 'ssize_t'
src/tvhlog.c:244: error: conflicting types for '_tvhlog_hexdump'
src/tvhlog.h:48: error: previous declaration of '_tvhlog_hexdump' was here
2013-05-08 15:19:45 +02:00
Bernhard Froehlich
303f92a61b Add kqueue support and make epoll optional. 2013-05-08 15:19:39 +02:00
Bernhard Froehlich
356917f9e2 Add kqueue support and make epoll optional. 2013-05-08 15:18:32 +02:00
Bernhard Froehlich
27e52c5c6f Fix IPv4 multicasting on FreeBSD and make IPv6 multicasting optional
because it's not yet supported on FreeBSD.
2013-05-04 16:34:03 +02:00
Bernhard Froehlich
006a1793b2 __u8 is not available on FreeBSD so use u_int8_t instead
tvheadend-3.4/src/dvb/diseqc.h:10: error: expected declaration specifiers or '...' before '__u8'
tvheadend-3.4/src/dvb/diseqc.h:11: error: expected declaration specifiers or '...' before '__u8'
2013-05-04 15:30:48 +02:00
Bernhard Froehlich
3de6b0cbe1 Use internal tvh_strdupa() because strdupa() is GNU only. 2013-05-04 15:10:04 +02:00
Bernhard Froehlich
f0ec040cf2 Add sendfile(2) support for FreeBSD. 2013-05-04 15:08:14 +02:00
Bernhard Froehlich
b94257e50b stime(2) is only available on Linux so make it optional. 2013-05-04 14:59:52 +02:00
Bernhard Froehlich
0efd76a2a6 Dumping NGREG in traphandler only if it is supported by the platform. 2013-05-04 14:57:29 +02:00
Bernhard Froehlich
7e92397f2c Add missing include for FreeBSD which has AF_INET and AF_INET6 defined in sys/socket.h
tvheadend-3.4/src/webui/extjs.c: In function 'service_update_iptv':
tvheadend-3.4/src/webui/extjs.c:1748: error: 'AF_INET' undeclared (first use in this function)
tvheadend-3.4/src/webui/extjs.c:1748: error: (Each undeclared identifier is reported only once
tvheadend-3.4/src/webui/extjs.c:1748: error: for each function it appears in.)
tvheadend-3.4/src/webui/extjs.c:1749: error: 'AF_INET6' undeclared (first use in this function)
tvheadend-3.4/src/webui/extjs.c: In function 'build_record_iptv':
tvheadend-3.4/src/webui/extjs.c:1776: error: 'AF_INET' undeclared (first use in this function)
tvheadend-3.4/src/webui/extjs.c:1780: error: 'AF_INET6' undeclared (first use in this function)
2013-05-04 14:32:57 +02:00
Bernhard Froehlich
f42c7d4639 Add missing include for FreeBSD which has AF_INET defined in sys/socket.h
tvheadend-3.4/src/webui/comet.c: In function 'comet_serverIpPort':
tvheadend-3.4/src/webui/comet.c:162: error: 'AF_INET' undeclared (first use in this function)
tvheadend-3.4/src/webui/comet.c:162: error: (Each undeclared identifier is reported only once
tvheadend-3.4/src/webui/comet.c:162: error: for each function it appears in.)
tvheadend-3.4/src/webui/comet.c:164: error: 'AF_INET6' undeclared (first use in this function)
2013-05-04 14:30:19 +02:00