]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
13 years agoMove some table stuff over to dvb_mux_t
Andreas Öman [Wed, 5 Dec 2012 11:03:58 +0000 (12:03 +0100)] 
Move some table stuff over to dvb_mux_t

13 years agoMerge pull request #182 from krka/recorder_schedule_split
Andreas Öman [Wed, 5 Dec 2012 09:24:59 +0000 (01:24 -0800)] 
Merge pull request #182 from krka/recorder_schedule_split

Recorder schedule split

13 years agoMove more code from th_dvb_mux_instance_t to dvb_mux_t
Andreas Öman [Wed, 5 Dec 2012 09:05:55 +0000 (10:05 +0100)] 
Move more code from th_dvb_mux_instance_t to dvb_mux_t

  uint32_t dm_network_id;
  uint16_t dm_transport_stream_id;
  char *dm_network_name;     /* Name of network, from NIT table */
  char *dm_default_authority;

13 years agoAdd proper sort order for recording schedule 182/head
Kristofer Karlsson [Wed, 5 Dec 2012 08:24:44 +0000 (09:24 +0100)] 
Add proper sort order for recording schedule

13 years agoSplit recorder schedule view
Kristofer Karlsson [Wed, 5 Dec 2012 07:51:53 +0000 (08:51 +0100)] 
Split recorder schedule view

Now there are two separate categories:
finished (and missed) recordings and upcoming recordings.

13 years agoRemove unused tdmi_satconf_link
Andreas Öman [Wed, 5 Dec 2012 08:26:07 +0000 (09:26 +0100)] 
Remove unused tdmi_satconf_link

13 years agoMove mux configuration stuff into dvb_mux_t
Andreas Öman [Wed, 5 Dec 2012 08:24:10 +0000 (09:24 +0100)] 
Move mux configuration stuff into dvb_mux_t

This also disables sat_conf stuff (LNB switches, etc) but we will
have to solve that in a different manner anyway

13 years agobuild: use AUTOBUILD_CONFIGURE_EXTRA in debian build rules.
Adam Sutton [Tue, 4 Dec 2012 23:18:01 +0000 (23:18 +0000)] 
build: use AUTOBUILD_CONFIGURE_EXTRA in debian build rules.

13 years agoIssue #1423 - ensure that XMLTV grabber search does not crash.
Adam Sutton [Tue, 4 Dec 2012 20:13:16 +0000 (20:13 +0000)] 
Issue #1423 - ensure that XMLTV grabber search does not crash.

It appears that if paths are duplicated in the PATH env variable the
internal search algorithm failed to detect this and could crash due to
an assert in the internal modlue registration code.

13 years agoMore members to dvb_network_t
Andreas Öman [Tue, 4 Dec 2012 15:59:08 +0000 (16:59 +0100)] 
More members to dvb_network_t

13 years agodvb: Add dvb_network_t and start to migrate stuff there from dvb_adapter_t
Andreas Öman [Tue, 4 Dec 2012 15:47:28 +0000 (16:47 +0100)] 
dvb: Add dvb_network_t and start to migrate stuff there from dvb_adapter_t

13 years ago[PR-180] Fixed Sony CXD2820R identification for SNR enabling
Vuolter [Fri, 30 Nov 2012 18:02:09 +0000 (19:02 +0100)] 
[PR-180] Fixed Sony CXD2820R identification for SNR enabling

13 years ago[PR-178] Close file pointer after the call to fb_size(fp)
Jernej Fijačko [Thu, 29 Nov 2012 12:15:21 +0000 (13:15 +0100)] 
[PR-178] Close file pointer after the call to fb_size(fp)

13 years agoIssue #1407 - forgot to strip unused escapes from ISO 6937.
Adam Sutton [Thu, 29 Nov 2012 10:51:25 +0000 (10:51 +0000)] 
Issue #1407 - forgot to strip unused escapes from ISO 6937.

13 years agoIssue #1407 - skip unused ISO 8859 control codes.
Adam Sutton [Thu, 29 Nov 2012 09:57:20 +0000 (09:57 +0000)] 
Issue #1407 - skip unused ISO 8859 control codes.

This had the effect of placing unwanted spaces into various channel
names where the broadcaster was sending these control chars.

Thanks to Rene Herbrich for diagnosing this.

13 years ago[PR-54] fix mistake in merging of the old PR code.
Adam Sutton [Wed, 28 Nov 2012 19:46:27 +0000 (19:46 +0000)] 
[PR-54] fix mistake in merging of the old PR code.

13 years ago[PR-54] updated code from the PR to be optional.
Adam Sutton [Wed, 28 Nov 2012 11:19:44 +0000 (11:19 +0000)] 
[PR-54] updated code from the PR to be optional.

I have decided to include this as there is some suggestion the performance
will be better on ARM (non-x86) processors where we currently have no
optimised code.

13 years ago[PR-54] Switch to libdvbcsa: update code word client and campt
Alain Kalker [Sat, 11 Feb 2012 16:35:03 +0000 (17:35 +0100)] 
[PR-54] Switch to libdvbcsa: update code word client and campt

As libdvbcsa works on packet payloads instead of full packets, I borrowed
the packet inspection code from FFdecsa.

Tested and found working with Irdeto2 CA system and OSCam's NewCamd emulation.

As the capmt code doesn't use key change notification, there might be a race
between key updates and decryption, when there is undecrypted data batched up.
This has not been tested yet, as I don't have a capmt cardserver.

13 years agosupport: minor addition to the configure.inc script for cc lib checking.
Adam Sutton [Wed, 28 Nov 2012 11:19:05 +0000 (11:19 +0000)] 
support: minor addition to the configure.inc script for cc lib checking.

13 years ago[PR-177] Added preferred CA pid support
Andrew White [Sun, 25 Nov 2012 22:11:51 +0000 (02:11 +0400)] 
[PR-177] Added preferred CA pid support

Added prefrerred CA pid field in user interface and use field value to store ECM only from stream which is answer ok. Field could be refreshed by program or manually.

13 years agodvb: updated adapter code to use th_pipe_t
Adam Sutton [Wed, 28 Nov 2012 09:30:58 +0000 (09:30 +0000)] 
dvb: updated adapter code to use th_pipe_t

13 years agoutil: Added new tvh_pipe() helper routine.
Adam Sutton [Tue, 27 Nov 2012 13:28:34 +0000 (13:28 +0000)] 
util: Added new tvh_pipe() helper routine.

13 years agorawts: Remove debug.
Adam Sutton [Fri, 2 Nov 2012 22:21:57 +0000 (22:21 +0000)] 
rawts: Remove debug.

13 years agoutil: Add util function to remove an entire directory tree (dangerous?).
Adam Sutton [Fri, 2 Nov 2012 16:32:28 +0000 (16:32 +0000)] 
util: Add util function to remove an entire directory tree (dangerous?).

13 years agoutil: Added a generic makedirs replacement for the 2 diff implementations.
Adam Sutton [Fri, 2 Nov 2012 15:37:11 +0000 (15:37 +0000)] 
util: Added a generic makedirs replacement for the 2 diff implementations.

13 years agoxmltv: was incorrectly blocking symlinked scripts.
Adam Sutton [Mon, 26 Nov 2012 14:54:18 +0000 (14:54 +0000)] 
xmltv: was incorrectly blocking symlinked scripts.

13 years agolog aspect ratio of recordings
John Törnblom [Mon, 26 Nov 2012 10:38:20 +0000 (11:38 +0100)] 
log aspect ratio of recordings

13 years agoif reconfiguration of the muxer fails, restart recording to a new file
John Törnblom [Mon, 26 Nov 2012 10:37:27 +0000 (11:37 +0100)] 
if reconfiguration of the muxer fails, restart recording to a new file

13 years agofix bug where recording stopped when the stream was reconfigured
John Törnblom [Mon, 26 Nov 2012 10:36:47 +0000 (11:36 +0100)] 
fix bug where recording stopped when the stream was reconfigured

13 years agomake sure pvr muxer is freed
John Törnblom [Mon, 26 Nov 2012 10:34:59 +0000 (11:34 +0100)] 
make sure pvr muxer is freed

13 years agoRe-apply previous fix to JSON escape processing required by opentv config files.
Adam Sutton [Wed, 21 Nov 2012 21:34:31 +0000 (21:34 +0000)] 
Re-apply previous fix to JSON escape processing required by opentv config files.

13 years agoDVB networks view, WIP
Andreas Öman [Mon, 19 Nov 2012 12:15:19 +0000 (13:15 +0100)] 
DVB networks view, WIP

13 years agoRemove unused Ext.grid.RowExpander
Andreas Öman [Fri, 16 Nov 2012 11:05:57 +0000 (12:05 +0100)] 
Remove unused Ext.grid.RowExpander

13 years agoFix DVB URI /dvbnetworks -> /dev/locations
Andreas Öman [Fri, 16 Nov 2012 11:05:06 +0000 (12:05 +0100)] 
Fix DVB URI /dvbnetworks -> /dev/locations

13 years agowebui: Upgrade CheckColumn to extjs 3.4
Andreas Öman [Fri, 16 Nov 2012 10:41:29 +0000 (11:41 +0100)] 
webui: Upgrade CheckColumn to extjs 3.4

13 years agodvb: Make sure to remember initialscan after restart
Andreas Öman [Fri, 16 Nov 2012 09:03:31 +0000 (10:03 +0100)] 
dvb: Make sure to remember initialscan after restart

13 years agodvb: Remove tdmi_time (unused)
Andreas Öman [Fri, 16 Nov 2012 08:50:38 +0000 (09:50 +0100)] 
dvb: Remove tdmi_time (unused)

13 years agodvb: Remove tdmi_got_adapter and tdmi_lost_adapter (unused)
Andreas Öman [Fri, 16 Nov 2012 08:49:17 +0000 (09:49 +0100)] 
dvb: Remove tdmi_got_adapter and tdmi_lost_adapter (unused)

13 years agodvb: Don't do initial scan on startup
Andreas Öman [Fri, 16 Nov 2012 08:45:15 +0000 (09:45 +0100)] 
dvb: Don't do initial scan on startup

13 years agodvb: Remove the idlescan feature
Andreas Öman [Fri, 16 Nov 2012 08:22:24 +0000 (09:22 +0100)] 
dvb: Remove the idlescan feature

13 years agoFix #1397 - only load adapter config if tab is enabled.
Adam Sutton [Tue, 20 Nov 2012 22:02:00 +0000 (22:02 +0000)] 
Fix #1397 - only load adapter config if tab is enabled.

13 years agoDisplay SNR (in dB) in status tab
Andreas Öman [Mon, 19 Nov 2012 14:21:39 +0000 (15:21 +0100)] 
Display SNR (in dB) in status tab

But only for adapters we know that support it

13 years agodvb/fe: Use double for uncorrected bits average
Andreas Öman [Mon, 19 Nov 2012 13:46:09 +0000 (14:46 +0100)] 
dvb/fe: Use double for uncorrected bits average

13 years agoFix linking issue
Andreas Öman [Mon, 19 Nov 2012 13:45:54 +0000 (14:45 +0100)] 
Fix linking issue

13 years agoUpgrade htsmsg code from Showtime's codebase
Andreas Öman [Mon, 19 Nov 2012 12:16:58 +0000 (13:16 +0100)] 
Upgrade htsmsg code from Showtime's codebase

We do this to get access to floating point in JSON

13 years agoHTPS: Maintain a global list of HTSP connections
Andreas Öman [Mon, 19 Nov 2012 08:17:44 +0000 (09:17 +0100)] 
HTPS: Maintain a global list of HTSP connections

This is useful for post mortem debugging

13 years agoHTSP: seems writer must deal with EAGAIN and EWOULDBLOCK
Andreas Öman [Mon, 19 Nov 2012 08:17:14 +0000 (09:17 +0100)] 
HTSP: seems writer must deal with EAGAIN and EWOULDBLOCK

13 years agomake sure the default file descriptor for the matroska muxer is an invalid one, not...
John Törnblom [Sat, 17 Nov 2012 14:35:40 +0000 (15:35 +0100)] 
make sure the default file descriptor for the matroska muxer is an invalid one, not stdout.

13 years agomake sure the recording has been started correctly before atempting to write packets...
John Törnblom [Sat, 17 Nov 2012 14:31:07 +0000 (15:31 +0100)] 
make sure the recording has been started correctly before atempting to write packets to the muxer.

13 years agomake sure the default file descriptor for the passthrough muxer is an invalid one...
John Törnblom [Sat, 17 Nov 2012 14:32:23 +0000 (15:32 +0100)] 
make sure the default file descriptor for the passthrough muxer is an invalid one, not stdout.

13 years agowebui: Fix mistake in previous update to iptv.js
Adam Sutton [Sat, 17 Nov 2012 12:43:41 +0000 (12:43 +0000)] 
webui: Fix mistake in previous update to iptv.js

13 years agomake sure there is metadata available before atempting to mux it with a recording
John Törnblom [Fri, 16 Nov 2012 15:27:29 +0000 (16:27 +0100)] 
make sure there is metadata available before atempting to mux it with a recording

13 years agohtsp: fix mistakes in fileSeek handler
Adam Sutton [Fri, 16 Nov 2012 11:06:46 +0000 (11:06 +0000)] 
htsp: fix mistakes in fileSeek handler

13 years ago[PR-175] capmt: add support for on-demand sockets per service id
Mariusz Bialonczyk [Sun, 7 Oct 2012 17:40:38 +0000 (19:40 +0200)] 
[PR-175] capmt: add support for on-demand sockets per service id

This commit fixes simultaneous channel decryption in capmt oscam mode.
Initial channel PMT data and PMT updates are sent to oscam via different
capmt socket connections (a socket is created per channel SID).
OScam is stopping decrypting when the socket is closed.

More details in this thread:
http://www.streamboard.tv/wbb2/thread.php?threadid=33323

Thanks to @posixx for days of testing :)

13 years ago[PR-175] capmt: ignoring removal requests, fix segfault
Mariusz Bialonczyk [Mon, 12 Nov 2012 18:05:36 +0000 (19:05 +0100)] 
[PR-175] capmt: ignoring removal requests, fix segfault

13 years agohtsp: Provide recording path relative to dvr storage path.
Adam Sutton [Thu, 15 Nov 2012 17:01:44 +0000 (17:01 +0000)] 
htsp: Provide recording path relative to dvr storage path.

This can be useful clients to build recording (folder) hierarchy such
as supported by XBMC.

13 years agohtsp: some re-structuring and additons to HTSP file support.
Adam Sutton [Thu, 15 Nov 2012 17:01:03 +0000 (17:01 +0000)] 
htsp: some re-structuring and additons to HTSP file support.

13 years agohtsp: bump version to 7 for 3.4 release.
Adam Sutton [Thu, 15 Nov 2012 16:06:25 +0000 (16:06 +0000)] 
htsp: bump version to 7 for 3.4 release.

13 years agodvb: Include signal status in adapter_msg if we are tuned
Andreas Öman [Thu, 15 Nov 2012 15:54:06 +0000 (16:54 +0100)] 
dvb: Include signal status in adapter_msg if we are tuned

13 years agoDisplay per-adapter status information in the Status tab in UI
Andreas Öman [Thu, 15 Nov 2012 15:41:05 +0000 (16:41 +0100)] 
Display per-adapter status information in the Status tab in UI

13 years agodvb: Actually set tdmi_uncorrected_blocks to FEC rate
Andreas Öman [Thu, 15 Nov 2012 13:08:41 +0000 (14:08 +0100)] 
dvb: Actually set tdmi_uncorrected_blocks to FEC rate

13 years agoHTSP: Use lseek() + read() instead of pread()
Andreas Öman [Thu, 15 Nov 2012 12:25:23 +0000 (13:25 +0100)] 
HTSP: Use lseek() + read() instead of pread()

Does not build out-of-the-box on lucid otherwise

13 years agoHTSP: Add option to serve files over HTSP
Andreas Öman [Thu, 15 Nov 2012 12:20:18 +0000 (13:20 +0100)] 
HTSP: Add option to serve files over HTSP

Currently this is only used to serve recorded files

13 years agoAdd tvh_strbegins() helper
Andreas Öman [Thu, 15 Nov 2012 12:20:07 +0000 (13:20 +0100)] 
Add tvh_strbegins() helper

13 years agoIssue #1393 - minor aesthetic change, remove trailing slash from user config DVR...
Adam Sutton [Sun, 11 Nov 2012 20:36:16 +0000 (20:36 +0000)] 
Issue #1393 - minor aesthetic change, remove trailing slash from user config DVR directory.

13 years agoIssue #1369 - move iptv service type store inside main tab function else it causes...
Adam Sutton [Sun, 11 Nov 2012 20:08:35 +0000 (20:08 +0000)] 
Issue #1369 - move iptv service type store inside main tab function else it causes a 401 error for non-admin UI users.

13 years agofix 'use after free' of the htsp logname when the connection to the client is lost.
John Törnblom [Wed, 14 Nov 2012 10:00:50 +0000 (11:00 +0100)] 
fix 'use after free' of the htsp logname when the connection to the client is lost.

13 years agoMerge remote-tracking branch 'upstream/master'
John Törnblom [Thu, 8 Nov 2012 20:35:09 +0000 (21:35 +0100)] 
Merge remote-tracking branch 'upstream/master'

13 years agoHTSP: Plug possible memory leak at HTSP disconnect
Andreas Öman [Thu, 8 Nov 2012 13:21:39 +0000 (14:21 +0100)] 
HTSP: Plug possible memory leak at HTSP disconnect

If subscriber is slow we will leak memory because buffered packets
will not be free'd upon HTSP session close

13 years agoTweak to the full mux configuration, all USB is now filtered mode by default.
Adam Sutton [Wed, 7 Nov 2012 23:02:10 +0000 (23:02 +0000)] 
Tweak to the full mux configuration, all USB is now filtered mode by default.

13 years agoTarball generation script.
Adam Sutton [Wed, 7 Nov 2012 11:40:40 +0000 (11:40 +0000)] 
Tarball generation script.

13 years agoFix mistake in EPG episode numbering serialisation.
Adam Sutton [Wed, 7 Nov 2012 10:45:58 +0000 (10:45 +0000)] 
Fix mistake in EPG episode numbering serialisation.

13 years agoservice: Plug memory leak
Andreas Öman [Wed, 7 Nov 2012 08:28:18 +0000 (09:28 +0100)] 
service: Plug memory leak

13 years agosubscriptions: Plug possible memleak
Andreas Öman [Wed, 7 Nov 2012 08:27:58 +0000 (09:27 +0100)] 
subscriptions: Plug possible memleak

13 years agoPlug memory leak
Andreas Öman [Tue, 6 Nov 2012 11:48:50 +0000 (12:48 +0100)] 
Plug memory leak

13 years agoh264parser: Treat SPS and PPS id as unsigned
Andreas Öman [Mon, 5 Nov 2012 13:27:00 +0000 (14:27 +0100)] 
h264parser: Treat SPS and PPS id as unsigned

There is a change of crash otherwise if we get a corrupt bitstream

13 years agoHTSP: Handle partial write()s
Andreas Öman [Mon, 5 Nov 2012 12:05:43 +0000 (13:05 +0100)] 
HTSP: Handle partial write()s

13 years agoRestructure dvb adapter init to cope with configuration that is needed before we...
Adam Sutton [Mon, 5 Nov 2012 10:38:05 +0000 (10:38 +0000)] 
Restructure dvb adapter init to cope with configuration that is needed before we can decide whether to use full mux mode or not.

13 years agoMinor formatting fix.
Adam Sutton [Mon, 5 Nov 2012 10:17:34 +0000 (10:17 +0000)] 
Minor formatting fix.

13 years agoFix #1377 - check for EOVERFLOW when reading from DVB device.
Adam Sutton [Mon, 5 Nov 2012 10:13:24 +0000 (10:13 +0000)] 
Fix #1377 - check for EOVERFLOW when reading from DVB device.

This can be returned as a result of a failure to read quickly enough from
the DVR device. This appears to happen quite regularly on channel zap for
certain cards. It's non-fatal and the system will auto recover immediately.

For now I've left the exit on other error in, but have added an error
message so we know its happening (the biggest problem was this was happening
silently before).

This may also relate to #1134, so might be worth back porting to 3.2.

13 years agofixed a minor typo (mostly cosmetics)
John Törnblom [Sun, 4 Nov 2012 19:05:40 +0000 (20:05 +0100)] 
fixed a minor typo (mostly cosmetics)

13 years agofixed file suffix for pass-through recording
John Törnblom [Thu, 1 Nov 2012 12:11:11 +0000 (13:11 +0100)] 
fixed file suffix for pass-through recording

13 years agoIssue #1376 - add option to manually disable full mux rx.
Adam Sutton [Wed, 31 Oct 2012 17:29:42 +0000 (17:29 +0000)] 
Issue #1376 - add option to manually disable full mux rx.

It appears this mode can cause problems on some systems, particulary
related to USB tuners. Can cause high CPU load.

13 years ago[PR-173] Stype fix for NET POA Cabo network
Tiago Pierezan Camargo [Thu, 25 Oct 2012 00:17:05 +0000 (22:17 -0200)] 
[PR-173] Stype fix for NET POA Cabo network

13 years ago[PR-172] Fix compilatioin issues on OpenWRT
Alexey I. Froloff [Wed, 24 Oct 2012 17:10:15 +0000 (21:10 +0400)] 
[PR-172] Fix compilatioin issues on OpenWRT

Fix SHA1_* function names
Fix unused variables and functions

13 years agoRefs #1355, Refs #1356 - Fix problem with DVR dup detect.
Adam Sutton [Wed, 31 Oct 2012 13:40:35 +0000 (13:40 +0000)] 
Refs #1355, Refs #1356 - Fix problem with DVR dup detect.

I have completely removed global duplicate detection at this stage until
such time as I can do things properly. This means a user can ALWAYS manually
override and force a recording of a show.

For now duplicate detection only exists within the context or a series
link. So it will only record the "first?" instance of a given episode in
a give series link.

This is still a bit of a hack until I provide the user with the ability
to control the configuration and implement all the hooks properly.

13 years agoRefs #1226 - remove block to creating empty channels.
Adam Sutton [Wed, 31 Oct 2012 13:21:36 +0000 (13:21 +0000)] 
Refs #1226 - remove block to creating empty channels.

13 years agoRef #1352 - check return value of setuid/setgid calls.
Adam Sutton [Wed, 31 Oct 2012 13:17:07 +0000 (13:17 +0000)] 
Ref #1352 - check return value of setuid/setgid calls.

Also slightly changed the logic so its possible to fork as non-root, though
you must explicitly list your username and group with -u and -g as I do not
want to break built in defaults for compatibility.

13 years agoFix mistake in dd_progid parsing.
Adam Sutton [Wed, 31 Oct 2012 10:34:13 +0000 (10:34 +0000)] 
Fix mistake in dd_progid parsing.

13 years agoAdd protection to stop opentv crashing on bad title descriptor. Relates to #1367.
Adam Sutton [Tue, 30 Oct 2012 17:27:54 +0000 (17:27 +0000)] 
Add protection to stop opentv crashing on bad title descriptor. Relates to #1367.

13 years agoAdded quantal and removed hardy from latest dev builds.
Adam Sutton [Wed, 24 Oct 2012 20:09:38 +0000 (21:09 +0100)] 
Added quantal and removed hardy from latest dev builds.

13 years agoHTSP: Add possibility to subscribe to a channelName
Andreas Öman [Tue, 30 Oct 2012 09:37:04 +0000 (10:37 +0100)] 
HTSP: Add possibility to subscribe to a channelName

13 years agoDon't pass uninitialized mem to epoll_ctl()
Andreas Öman [Tue, 30 Oct 2012 09:36:43 +0000 (10:36 +0100)] 
Don't pass uninitialized mem to epoll_ctl()

13 years agofix timing issues with rawtsinput (file input).
John Törnblom [Sat, 27 Oct 2012 17:14:39 +0000 (19:14 +0200)] 
fix timing issues with rawtsinput (file input).

13 years agoHTTP: make sure we don't send (and deref) packets before the mime type etc has been...
John Törnblom [Thu, 25 Oct 2012 17:37:34 +0000 (19:37 +0200)] 
HTTP: make sure we don't send (and deref) packets before the mime type etc has been send

13 years agoHTSP: Rename htsp.c to htsp_server.c
Andreas Öman [Thu, 25 Oct 2012 11:25:06 +0000 (13:25 +0200)] 
HTSP: Rename htsp.c to htsp_server.c

13 years agoPlug some memory leaks
Andreas Öman [Thu, 25 Oct 2012 09:51:03 +0000 (11:51 +0200)] 
Plug some memory leaks

13 years agohttp: Let full mux dump use the normal straeming code
Andreas Öman [Thu, 25 Oct 2012 07:53:12 +0000 (09:53 +0200)] 
http: Let full mux dump use the normal straeming code

Fix some locking issues in the http streaming code

13 years agodvb: Run adapters in full mux mode if we can
Andreas Öman [Thu, 25 Oct 2012 07:51:16 +0000 (09:51 +0200)] 
dvb: Run adapters in full mux mode if we can

13 years agodvb: Stub the raw_setup()
Andreas Öman [Thu, 25 Oct 2012 06:52:35 +0000 (08:52 +0200)] 
dvb: Stub the raw_setup()