]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
KillerOPS [Wed, 26 Dec 2012 10:26:15 +0000 (12:26 +0200)]
webui: add initial support for nStreamPlayer on Samsung SmartTv's
Adam Sutton [Thu, 20 Dec 2012 21:38:20 +0000 (21:38 +0000)]
Fix #1427 - webui: Added reverse proxy support.
This includes a next webroot command line argument (using -W) and
some minor mods to the core HTTP/WebUI code to support this. Most
of the mods are pretty trivial and hopefully nothing will break
too badly.
Adam Sutton [Wed, 19 Dec 2012 22:27:04 +0000 (22:27 +0000)]
Issue #1446 - fix --disable-linuxdvb.
Adam Sutton [Wed, 19 Dec 2012 21:32:55 +0000 (21:32 +0000)]
Issue #1446 - fix --disable-cwc checks.
Adam Sutton [Wed, 19 Dec 2012 22:17:18 +0000 (22:17 +0000)]
webui: add some processing of capabilities for dynamic tab inclusion.
Adam Sutton [Wed, 19 Dec 2012 21:21:05 +0000 (21:21 +0000)]
Add new capabilities field to determine what optional features are included.
Adam Sutton [Wed, 19 Dec 2012 20:46:35 +0000 (20:46 +0000)]
Issue #1403 - ensure adapter config is properly loaded.
Adam Sutton [Wed, 19 Dec 2012 20:04:56 +0000 (20:04 +0000)]
Issue #1458 - fix unint variable.
Adam Sutton [Fri, 14 Dec 2012 09:37:29 +0000 (09:37 +0000)]
Issue #1454 - correct stupid typo when changing code layout in filebundle.
Adam Sutton [Thu, 13 Dec 2012 21:29:22 +0000 (21:29 +0000)]
Issue #1454 - init strtok_r() state ptrs, older gcc whinges.
Jaroslav Kysela [Wed, 12 Dec 2012 13:45:27 +0000 (14:45 +0100)]
Issue #1453 - Fix autorec init issue (duplicate entries)
With previous init change, the scheduled events may be duplicated. Split
the dvr_autorec_init() to two phases:
1) load the autorec list
2) update the scheduled events after dvr db is initialized
Adam Sutton [Thu, 13 Dec 2012 20:57:09 +0000 (20:57 +0000)]
Issue #1454 - Remove usage of non re-entrant strtok()
Thanks to Jaroslav Kysela <perex@perex.cz> for providing the initial fix.
Adam Sutton [Sun, 9 Dec 2012 22:47:41 +0000 (22:47 +0000)]
dvr: ensure scheduled recordings are linked to autorec rule.
Adam Sutton [Thu, 6 Dec 2012 20:10:41 +0000 (20:10 +0000)]
Merge remote-tracking branch 'origin/pr/184'
Adam Sutton [Thu, 6 Dec 2012 19:47:32 +0000 (19:47 +0000)]
Fix mistake in CXD2820R check.
Kristofer Karlsson [Thu, 6 Dec 2012 19:30:23 +0000 (20:30 +0100)]
Differentiate recordings by icon
Kristofer Karlsson [Thu, 6 Dec 2012 19:25:38 +0000 (20:25 +0100)]
Split recorder schedule in three parts: upcoming, finished, failed
Adam Sutton [Wed, 5 Dec 2012 20:46:18 +0000 (20:46 +0000)]
htsp: add client version info in welcome message.
John Törnblom [Sat, 1 Dec 2012 11:50:00 +0000 (12:50 +0100)]
increment the pmt version on eatch reconfiguration of the passthrough muxer
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
Kristofer Karlsson [Wed, 5 Dec 2012 08:24:44 +0000 (09:24 +0100)]
Add proper sort order for recording schedule
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.
Adam Sutton [Tue, 4 Dec 2012 23:18:01 +0000 (23:18 +0000)]
build: use AUTOBUILD_CONFIGURE_EXTRA in debian build rules.
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.
Vuolter [Fri, 30 Nov 2012 18:02:09 +0000 (19:02 +0100)]
[PR-180] Fixed Sony CXD2820R identification for SNR enabling
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)
Adam Sutton [Thu, 29 Nov 2012 10:51:25 +0000 (10:51 +0000)]
Issue #1407 - forgot to strip unused escapes from ISO 6937.
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.
Adam Sutton [Wed, 28 Nov 2012 19:46:27 +0000 (19:46 +0000)]
[PR-54] fix mistake in merging of the old PR code.
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.
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.
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.
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.
Adam Sutton [Wed, 28 Nov 2012 09:30:58 +0000 (09:30 +0000)]
dvb: updated adapter code to use th_pipe_t
Adam Sutton [Tue, 27 Nov 2012 13:28:34 +0000 (13:28 +0000)]
util: Added new tvh_pipe() helper routine.
Adam Sutton [Fri, 2 Nov 2012 22:21:57 +0000 (22:21 +0000)]
rawts: Remove debug.
Adam Sutton [Fri, 2 Nov 2012 16:32:28 +0000 (16:32 +0000)]
util: Add util function to remove an entire directory tree (dangerous?).
Adam Sutton [Fri, 2 Nov 2012 15:37:11 +0000 (15:37 +0000)]
util: Added a generic makedirs replacement for the 2 diff implementations.
Adam Sutton [Mon, 26 Nov 2012 14:54:18 +0000 (14:54 +0000)]
xmltv: was incorrectly blocking symlinked scripts.
John Törnblom [Mon, 26 Nov 2012 10:38:20 +0000 (11:38 +0100)]
log aspect ratio of recordings
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
John Törnblom [Mon, 26 Nov 2012 10:36:47 +0000 (11:36 +0100)]
fix bug where recording stopped when the stream was reconfigured
John Törnblom [Mon, 26 Nov 2012 10:34:59 +0000 (11:34 +0100)]
make sure pvr muxer is freed
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.
Adam Sutton [Tue, 20 Nov 2012 22:02:00 +0000 (22:02 +0000)]
Fix #1397 - only load adapter config if tab is enabled.
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
Andreas Öman [Mon, 19 Nov 2012 13:46:09 +0000 (14:46 +0100)]
dvb/fe: Use double for uncorrected bits average
Andreas Öman [Mon, 19 Nov 2012 13:45:54 +0000 (14:45 +0100)]
Fix linking issue
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
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
Andreas Öman [Mon, 19 Nov 2012 08:17:14 +0000 (09:17 +0100)]
HTSP: seems writer must deal with EAGAIN and EWOULDBLOCK
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.
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.
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.
Adam Sutton [Sat, 17 Nov 2012 12:43:41 +0000 (12:43 +0000)]
webui: Fix mistake in previous update to iptv.js
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
Adam Sutton [Fri, 16 Nov 2012 11:06:46 +0000 (11:06 +0000)]
htsp: fix mistakes in fileSeek handler
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 :)
Mariusz Bialonczyk [Mon, 12 Nov 2012 18:05:36 +0000 (19:05 +0100)]
[PR-175] capmt: ignoring removal requests, fix segfault
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.
Adam Sutton [Thu, 15 Nov 2012 17:01:03 +0000 (17:01 +0000)]
htsp: some re-structuring and additons to HTSP file support.
Adam Sutton [Thu, 15 Nov 2012 16:06:25 +0000 (16:06 +0000)]
htsp: bump version to 7 for 3.4 release.
Andreas Öman [Thu, 15 Nov 2012 15:54:06 +0000 (16:54 +0100)]
dvb: Include signal status in adapter_msg if we are tuned
Andreas Öman [Thu, 15 Nov 2012 15:41:05 +0000 (16:41 +0100)]
Display per-adapter status information in the Status tab in UI
Andreas Öman [Thu, 15 Nov 2012 13:08:41 +0000 (14:08 +0100)]
dvb: Actually set tdmi_uncorrected_blocks to FEC rate
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
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
Andreas Öman [Thu, 15 Nov 2012 12:20:07 +0000 (13:20 +0100)]
Add tvh_strbegins() helper
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.
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.
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.
John Törnblom [Thu, 8 Nov 2012 20:35:09 +0000 (21:35 +0100)]
Merge remote-tracking branch 'upstream/master'
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
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.
Adam Sutton [Wed, 7 Nov 2012 11:40:40 +0000 (11:40 +0000)]
Tarball generation script.
Adam Sutton [Wed, 7 Nov 2012 10:45:58 +0000 (10:45 +0000)]
Fix mistake in EPG episode numbering serialisation.
Andreas Öman [Wed, 7 Nov 2012 08:28:18 +0000 (09:28 +0100)]
service: Plug memory leak
Andreas Öman [Wed, 7 Nov 2012 08:27:58 +0000 (09:27 +0100)]
subscriptions: Plug possible memleak
Andreas Öman [Tue, 6 Nov 2012 11:48:50 +0000 (12:48 +0100)]
Plug memory leak
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
Andreas Öman [Mon, 5 Nov 2012 12:05:43 +0000 (13:05 +0100)]
HTSP: Handle partial write()s
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.
Adam Sutton [Mon, 5 Nov 2012 10:17:34 +0000 (10:17 +0000)]
Minor formatting fix.
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.
John Törnblom [Sun, 4 Nov 2012 19:05:40 +0000 (20:05 +0100)]
fixed a minor typo (mostly cosmetics)
John Törnblom [Thu, 1 Nov 2012 12:11:11 +0000 (13:11 +0100)]
fixed file suffix for pass-through recording
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.
Tiago Pierezan Camargo [Thu, 25 Oct 2012 00:17:05 +0000 (22:17 -0200)]
[PR-173] Stype fix for NET POA Cabo network
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
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.
Adam Sutton [Wed, 31 Oct 2012 13:21:36 +0000 (13:21 +0000)]
Refs #1226 - remove block to creating empty channels.
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.
Adam Sutton [Wed, 31 Oct 2012 10:34:13 +0000 (10:34 +0000)]
Fix mistake in dd_progid parsing.
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.
Adam Sutton [Wed, 24 Oct 2012 20:09:38 +0000 (21:09 +0100)]
Added quantal and removed hardy from latest dev builds.
Andreas Öman [Tue, 30 Oct 2012 09:37:04 +0000 (10:37 +0100)]
HTSP: Add possibility to subscribe to a channelName
Andreas Öman [Tue, 30 Oct 2012 09:36:43 +0000 (10:36 +0100)]
Don't pass uninitialized mem to epoll_ctl()
John Törnblom [Sat, 27 Oct 2012 17:14:39 +0000 (19:14 +0200)]
fix timing issues with rawtsinput (file input).
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
Andreas Öman [Thu, 25 Oct 2012 11:25:06 +0000 (13:25 +0200)]
HTSP: Rename htsp.c to htsp_server.c