]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
BtbN [Fri, 11 Jan 2013 22:11:52 +0000 (23:11 +0100)]
Add a new button to service list which auto-mapps channels by service-name
Adam Sutton [Fri, 11 Jan 2013 20:50:19 +0000 (20:50 +0000)]
build: ensure git submodule with dvb-scan data is updated.
Adam Sutton [Fri, 11 Jan 2013 13:30:29 +0000 (13:30 +0000)]
dvb: ignore disabled adapters when finding EPG services.
Adam Sutton [Fri, 11 Jan 2013 12:26:30 +0000 (12:26 +0000)]
eit: fix a bug in EIT extended descriptor parsing.
Adam Sutton [Fri, 11 Jan 2013 11:47:58 +0000 (11:47 +0000)]
Merge remote-tracking branch 'origin/pr/219'
Adam Sutton [Fri, 11 Jan 2013 11:35:41 +0000 (11:35 +0000)]
Fix #1493 - timeshift: fix deadlock issue if streaming fails to start.
Adam Sutton [Fri, 11 Jan 2013 11:06:30 +0000 (11:06 +0000)]
build: Some tidying up of the build system
mainly this is just cleaning up the output from the build commands
but also added debian/changelog to ignore file to stop it being
accidentally committed back.
Adam Sutton [Fri, 11 Jan 2013 10:01:51 +0000 (10:01 +0000)]
timeshift: ensure that timeshift_enabled flag is properly honoured.
Adam Sutton [Thu, 10 Jan 2013 17:10:28 +0000 (17:10 +0000)]
dvbscan: switch to using the new linuxtv scan git repo.
Adam Sutton [Thu, 10 Jan 2013 17:04:31 +0000 (17:04 +0000)]
Fix #1083 - add inotify monitoring of recordings.
Should a recording be moved (within same dir) the DVR DB will be
updated.
Should it be moved (out of directory) or deleted entirely, it will
simply be marked as missing.
The parent directories are also monitored should they be moved
or deleted.
Adam Sutton [Thu, 10 Jan 2013 14:51:53 +0000 (14:51 +0000)]
dvr: report error if a recordings file is missing.
Sergey Linnik [Thu, 10 Jan 2013 21:34:11 +0000 (01:34 +0400)]
fix processing big non english eit packets
increase size of buffers for localized strings because in utf-8 they may
be bigger than 256 bytes
Dave Chapman [Thu, 10 Jan 2013 21:08:10 +0000 (21:08 +0000)]
Second attempt at protecting TRANSMISSION_MODE_4K from users with old versions of the DVB API. We just assume that it was introduced with the current API (5.3) as it is very unlikely anyone will actually come across such a broadcast.
Dave Chapman [Thu, 10 Jan 2013 20:59:14 +0000 (20:59 +0000)]
Fix typo - ENABLE_ defines need to be tested with #if. Thanks to Glandos for spotting.
Andreas Öman [Thu, 10 Jan 2013 18:28:25 +0000 (19:28 +0100)]
HTSP: In response to subscribe() message, return if we support timeshift or not
Adam Sutton [Thu, 10 Jan 2013 11:02:15 +0000 (11:02 +0000)]
Fix #1491 - remove redundant include.
Adam Sutton [Thu, 10 Jan 2013 10:20:47 +0000 (10:20 +0000)]
support: formatting of configure output.
John Törnblom [Wed, 9 Jan 2013 22:01:11 +0000 (23:01 +0100)]
libav: link with libavcodec
Andreas Öman [Wed, 9 Jan 2013 22:23:21 +0000 (23:23 +0100)]
timeshift: Fix possible deadlock (due to missing unlock)
Adam Sutton [Wed, 9 Jan 2013 21:42:09 +0000 (21:42 +0000)]
make: add option to reconfigure with previous options.
Adam Sutton [Wed, 9 Jan 2013 21:26:40 +0000 (21:26 +0000)]
timeshift: enable timeshift by default in the build.
Adam Sutton [Wed, 9 Jan 2013 12:30:11 +0000 (12:30 +0000)]
timeshift: finish timeshift skip support.
I now have a more complete skip support implemented. This includes
properly handling buffer ends. I have tested with a custom pvr.hts
in XBMC, but it does need plenty more.
Kristofer Karlsson [Tue, 8 Jan 2013 22:13:51 +0000 (23:13 +0100)]
timeshift: implemented skip
Adam Sutton [Sat, 5 Jan 2013 19:11:45 +0000 (19:11 +0000)]
timeshift: add new style capability check.
Adam Sutton [Fri, 28 Dec 2012 22:14:06 +0000 (22:14 +0000)]
timeshift: Reworked the reader engine to common up things and prepare for seek support.
Adam Sutton [Sun, 23 Dec 2012 21:33:17 +0000 (21:33 +0000)]
timeshift: Added on-demand buffer mode.
In this mode data will only be written to disk when paused and anything
in the buffer prior to the current play point will immediately be removed.
This implies that rewinding is never possible in this mode (though FF is)
and trying to do so will result in the buffer playback being paused.
Adam Sutton [Fri, 21 Dec 2012 21:43:29 +0000 (21:43 +0000)]
timeshift: reworked the configuration
general config stuff has now been removed and a new timeshift tab has been created
Kristofer Karlsson [Thu, 29 Nov 2012 10:02:00 +0000 (11:02 +0100)]
timeshift: Use more specific type for timeshift_index_data_t.data.
Kristofer Karlsson [Thu, 29 Nov 2012 09:55:48 +0000 (10:55 +0100)]
timeshift: Split timeshift_index_t in two separate datatypes.
Adam Sutton [Mon, 3 Dec 2012 14:59:47 +0000 (14:59 +0000)]
timeshift: Remove redundant (and faulty) code.
This appears to have been left in place from an older implementation. Ultimately the call to pthread_join will operate on uninit'd memory and could in certain circumstances cause a crash.
Thanks goes to Seri Al-Najjar <salnajjar@gmail.com> for spotting this.
Adam Sutton [Fri, 21 Dec 2012 21:50:05 +0000 (21:50 +0000)]
timeshift: fix use after free() bug.
Adam Sutton [Wed, 9 Jan 2013 12:14:46 +0000 (12:14 +0000)]
timeshift: fix memory leak in reader
I had failed to zero the ref count after reading from disk, this
will garauntee that the refcount never actually reaches zero and
is therefore the pkt is leaked.
Adam Sutton [Fri, 12 Oct 2012 16:24:27 +0000 (17:24 +0100)]
timeshift: early prototype of the new timeshift feature.
Currently this supports pause/resume, and speed control. FF up to 4x uses
full frame output, faster than that or reverse uses i-frame only output.
This causes problems with some players and needs work.
Also buffers are done at the subscription level which means the disk space
is not shared even if it holds the same content. And more importantly
this means you cannot yet record the timeshift buffer like on a standard
PVR.
Adam Sutton [Wed, 9 Jan 2013 21:26:20 +0000 (21:26 +0000)]
make: check if configure output is still likely to be valid.
Adam Sutton [Wed, 9 Jan 2013 17:34:27 +0000 (17:34 +0000)]
Merge remote-tracking branch 'origin/pr/217'
John Törnblom [Wed, 9 Jan 2013 15:45:14 +0000 (16:45 +0100)]
webui: expose a "play" url to the entire mux.
John Törnblom [Wed, 9 Jan 2013 15:37:44 +0000 (16:37 +0100)]
mkv: plug minor memory leak
John Törnblom [Wed, 9 Jan 2013 15:37:31 +0000 (16:37 +0100)]
http streaming: added a 'raw' container that works just like the passthrough muxer, but doesn't inject pmt/pat
this is used when subscribing to a complete dvb mux
Piotras [Wed, 9 Jan 2013 15:19:50 +0000 (15:19 +0000)]
add missing caids
John Törnblom [Wed, 9 Jan 2013 15:14:04 +0000 (16:14 +0100)]
collect bandwidth statistics on direct subscriptions
John Törnblom [Wed, 9 Jan 2013 15:00:57 +0000 (16:00 +0100)]
webui: show username, hostname and client name when subscribing to a complete mux
John Törnblom [Wed, 9 Jan 2013 14:59:32 +0000 (15:59 +0100)]
webui: show username, hostname and client name when subscriving to a service
Adam Sutton [Wed, 9 Jan 2013 13:44:48 +0000 (13:44 +0000)]
imagecache: restrict access to webui allowed users only.
Adam Sutton [Wed, 9 Jan 2013 11:01:31 +0000 (11:01 +0000)]
main: restore original signal handling removed in error.
Adam Sutton [Tue, 8 Jan 2013 23:10:29 +0000 (23:10 +0000)]
streaming: make sure raw streaming bypasses muxer.
John Törnblom [Tue, 8 Jan 2013 23:06:42 +0000 (00:06 +0100)]
mkv: fixed copy & pase typo
John Törnblom [Tue, 8 Jan 2013 22:50:09 +0000 (23:50 +0100)]
mkv: fixed typo causing endless loop when chapters are created
John Törnblom [Tue, 8 Jan 2013 22:15:27 +0000 (23:15 +0100)]
mkv: insert chapters upon various codec changes
Dave Chapman [Tue, 8 Jan 2013 22:49:17 +0000 (22:49 +0000)]
TRANSMISSION_MODE_4K did not exist prior to DVB API v5, use AUTO instead. Fixes issue 1510.
John Törnblom [Tue, 8 Jan 2013 17:18:23 +0000 (18:18 +0100)]
mkv: cosmetics
John Törnblom [Tue, 8 Jan 2013 17:02:04 +0000 (18:02 +0100)]
mkv: don't add a new chapter if the previous one was added less than 10s ago
John Törnblom [Tue, 8 Jan 2013 14:43:20 +0000 (15:43 +0100)]
dvr: add a marker when there is a commercial break
John Törnblom [Tue, 8 Jan 2013 14:41:12 +0000 (15:41 +0100)]
tsfix: sometimes, commersial skipping caused the audio/video to get out off sync. Lets just skip the packets for now.
John Törnblom [Tue, 8 Jan 2013 14:37:20 +0000 (15:37 +0100)]
added support for chapters insertion in tha muxer api
John Törnblom [Tue, 8 Jan 2013 14:29:21 +0000 (15:29 +0100)]
mkv: added support for chapter insertion
Magnus Röös [Tue, 8 Jan 2013 19:38:22 +0000 (20:38 +0100)]
dont use variables that goes out of scope
Change-Id: Ica5f05e63bb811141314cc24f4f68be245f364f6
Jacek Tomasiak [Tue, 8 Jan 2013 18:27:50 +0000 (18:27 +0000)]
restored old default port
Adam Sutton [Tue, 8 Jan 2013 16:35:41 +0000 (16:35 +0000)]
debian: add curl as build req
Adam Sutton [Tue, 8 Jan 2013 16:22:53 +0000 (16:22 +0000)]
main: rewrite of command line processing.
Adam Sutton [Tue, 8 Jan 2013 13:34:14 +0000 (13:34 +0000)]
channels: do not delete channel when last refd service is removed.
Adam Sutton [Tue, 8 Jan 2013 13:33:28 +0000 (13:33 +0000)]
Merge remote-tracking branch 'origin/pr/213'
Adam Sutton [Tue, 8 Jan 2013 13:30:11 +0000 (13:30 +0000)]
[PR-210] some tidying up of the webui debug option.
bowman-gh [Tue, 8 Jan 2013 11:56:04 +0000 (12:56 +0100)]
Fill out the private descriptor fields correctly (tsid and onid)
bowman-gh [Tue, 8 Jan 2013 11:13:49 +0000 (12:13 +0100)]
Fill out the private descriptor fields correctly (tsid and onid)
Vuolter [Mon, 7 Jan 2013 16:30:54 +0000 (17:30 +0100)]
Theme forgotten
Vuolter [Mon, 7 Jan 2013 15:24:44 +0000 (16:24 +0100)]
Added webui debug mode switcher
Adam Sutton [Mon, 7 Jan 2013 13:42:47 +0000 (13:42 +0000)]
[PR-206] dvb: extend the multi-frontend PR to include cleaner support.
Generally this is intended to be used such that a user can select which
frontend they wish to enable. However in theory with clever configuration,
configure one adapter then the other and enabling close fds and disabling
idle scan, it might be possible to use both frontends.
But since TVH doesn't do any form of arbitration strange errors might
occur if you try to access both frontends at the same time (which for
most such adapters is not possible).
Adam Sutton [Mon, 7 Jan 2013 21:25:13 +0000 (21:25 +0000)]
Merge remote-tracking branch 'origin/pr/206'
xxxnelly [Mon, 7 Jan 2013 20:37:25 +0000 (20:37 +0000)]
Adding sky UK mappings for NDS
John Törnblom [Mon, 7 Jan 2013 18:52:48 +0000 (19:52 +0100)]
dvr: added initial support for libavformat muxing
John Törnblom [Mon, 7 Jan 2013 15:50:30 +0000 (16:50 +0100)]
make skip commercials an option in the webif (default to on)
Adam Sutton [Mon, 7 Jan 2013 11:36:16 +0000 (11:36 +0000)]
Merge remote-tracking branch 'origin/pr/208'
Adam Sutton [Mon, 7 Jan 2013 11:36:15 +0000 (11:36 +0000)]
Merge remote-tracking branch 'origin/pr/207'
Sergey Linnik [Mon, 7 Jan 2013 11:01:00 +0000 (15:01 +0400)]
check wrong prefcapid
John Törnblom [Mon, 7 Jan 2013 10:55:37 +0000 (11:55 +0100)]
dvr: record the first commercial tagged packet, incase the detection was to early
John Törnblom [Mon, 7 Jan 2013 10:47:51 +0000 (11:47 +0100)]
Only do commercial detection (teletext rundown) on swedish TV4 and TV4 HD. TV4 Guld carry the same teletext pages but thier programming differ.
John Törnblom [Mon, 7 Jan 2013 10:45:21 +0000 (11:45 +0100)]
cosmetics: removed dead code
John Törnblom [Sun, 6 Jan 2013 21:31:08 +0000 (22:31 +0100)]
detect commercials on swedish TV4 and skip them while recording
John Törnblom [Sun, 30 Dec 2012 23:07:44 +0000 (00:07 +0100)]
improved/fixed the calculation of the htsp buffer delay
BtbN [Sun, 6 Jan 2013 22:01:22 +0000 (23:01 +0100)]
Add new dvb adapter enabled setting to extjs
BtbN [Sun, 6 Jan 2013 21:28:00 +0000 (22:28 +0100)]
Add new tda_enabled flag and close frontend after getting information so other frontends can be proped
Sergey Linnik [Sun, 6 Jan 2013 21:34:23 +0000 (01:34 +0400)]
add verimatrix to list of known caid names
BtbN [Sun, 6 Jan 2013 20:52:28 +0000 (21:52 +0100)]
Add variable frontend/demux to tda_add
Adam Sutton [Sun, 6 Jan 2013 20:47:26 +0000 (20:47 +0000)]
support: minor tweak to version script.
Adam Sutton [Sat, 5 Jan 2013 20:46:23 +0000 (20:46 +0000)]
muxers: re-org to clean up dirs.
Denis Pellizzon [Thu, 6 Dec 2012 20:48:58 +0000 (21:48 +0100)]
Fix #1497 - Added error checking if 'git describe --dirty' is not supported by the host.
Adam Sutton [Sun, 6 Jan 2013 20:26:41 +0000 (20:26 +0000)]
Merge remote-tracking branch 'origin/pr/205'
John Törnblom [Sun, 6 Jan 2013 17:56:39 +0000 (18:56 +0100)]
dvr: rearrange the pipes so that globalheaders gets the packets before tsfix (and the start time filter).
John Törnblom [Sun, 6 Jan 2013 17:49:40 +0000 (18:49 +0100)]
mkv: make sure the first cluster timecode is 'close to zero'.
when recording to disk, the subscription is started ~30s before the
scheduled event actually starts. This causes the pts time stamps to have an
offset of about 30s. This patch moves the start time filter condition
from the end of the pipeline to be a configurable property of the tsfix pipe.
Mariusz Bialonczyk [Sun, 6 Jan 2013 10:19:49 +0000 (11:19 +0100)]
Update documentation resource (capmt)
Adam Sutton [Sat, 5 Jan 2013 20:15:24 +0000 (20:15 +0000)]
http: fixed mistake since I changed webroot variable.
Adam Sutton [Sat, 5 Jan 2013 19:49:43 +0000 (19:49 +0000)]
htsp: provide webroot in htsp hello message.
Adam Sutton [Sat, 5 Jan 2013 19:12:09 +0000 (19:12 +0000)]
support: some minor updates to python lib and htspmon.
Adam Sutton [Sat, 5 Jan 2013 15:27:39 +0000 (15:27 +0000)]
Minor addition to the way the server capabilities are checked.
Adam Sutton [Sat, 5 Jan 2013 12:58:12 +0000 (12:58 +0000)]
imagecache: another silly mistake in timer periods.
Mariusz Bialonczyk [Fri, 4 Jan 2013 08:08:54 +0000 (09:08 +0100)]
capmt: don't start when disabled
Adam Sutton [Thu, 3 Jan 2013 19:37:53 +0000 (19:37 +0000)]
Merge remote-tracking branch 'origin/pr/204'
Adam Sutton [Thu, 3 Jan 2013 19:30:06 +0000 (19:30 +0000)]
htsp: bump version to 8
New imagecache URLs will break XBMCs pvr.hts which already reports v7.
Adam Sutton [Thu, 3 Jan 2013 11:52:36 +0000 (11:52 +0000)]
imagecache: fix re-fetch period mistake.
Adam Sutton [Wed, 2 Jan 2013 22:30:20 +0000 (22:30 +0000)]
htsp: make DVR file open compatible with webui URLs.