]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
BtbN [Tue, 15 Jan 2013 14:27:44 +0000 (15:27 +0100)]
Convert prefix to a , seperated list of multiple prefixes
BtbN [Tue, 15 Jan 2013 11:32:54 +0000 (12:32 +0100)]
Add commandline option to switch on IPv6 support
BtbN [Tue, 15 Jan 2013 04:32:02 +0000 (05:32 +0100)]
Make access system ipv6 aware
BtbN [Tue, 15 Jan 2013 02:25:21 +0000 (03:25 +0100)]
Make htsp_server and webui IPv6 ready
BtbN [Tue, 15 Jan 2013 02:05:21 +0000 (03:05 +0100)]
Make http server IPv6 ready
BtbN [Tue, 15 Jan 2013 01:41:16 +0000 (02:41 +0100)]
Make tcp code use sockaddr_storage instead of sockaddr_in
BtbN [Tue, 15 Jan 2013 01:18:13 +0000 (02:18 +0100)]
Make tcp_server_create IPv6 aware
BtbN [Mon, 14 Jan 2013 23:58:12 +0000 (00:58 +0100)]
.c files are not executable
Adam Sutton [Mon, 14 Jan 2013 16:19:42 +0000 (16:19 +0000)]
timeshift: Add processing of the SMT_START index
Adam Sutton [Mon, 14 Jan 2013 16:23:38 +0000 (16:23 +0000)]
timeshift: fix bug in relative seeking from live.
Denis Pellizzon [Sat, 12 Jan 2013 11:28:20 +0000 (12:28 +0100)]
Fix #1504 - Set IE8 compatibility mode to fix extjs IE9 issues.
Also add missing <head> tag.
Adam Sutton [Mon, 14 Jan 2013 13:07:28 +0000 (13:07 +0000)]
timeshift: fix some sob/eob problems.
Adam Sutton [Sun, 13 Jan 2013 21:52:36 +0000 (21:52 +0000)]
timeshift: add abs seek and proper 90kHz/1MHz conversions.
Adam Sutton [Sun, 13 Jan 2013 22:27:21 +0000 (22:27 +0000)]
Merge remote-tracking branch 'origin/pr/221'
Adam Sutton [Sun, 13 Jan 2013 22:23:13 +0000 (22:23 +0000)]
Merge remote-tracking branch 'origin/pr/222'
Adam Sutton [Sun, 13 Jan 2013 22:22:54 +0000 (22:22 +0000)]
Merge remote-tracking branch 'origin/pr/224'
Adam Sutton [Sun, 13 Jan 2013 22:19:52 +0000 (22:19 +0000)]
Fix #1529 - webUI should show timeshift periods as minutes.
Adam Sutton [Sun, 13 Jan 2013 22:11:13 +0000 (22:11 +0000)]
docs: update timeshift documentation.
Sergey Linnik [Sun, 13 Jan 2013 08:46:31 +0000 (12:46 +0400)]
add saving prevcaid to service config
oneadvent [Sun, 13 Jan 2013 00:36:16 +0000 (18:36 -0600)]
adding help file for timeshift tab (under configure)
Adam Sutton [Sat, 12 Jan 2013 20:13:33 +0000 (20:13 +0000)]
build: ensure proper path is cleaned of .git files.
John Törnblom [Sat, 12 Jan 2013 14:50:32 +0000 (15:50 +0100)]
libav: detect versions that are to old for libav muxing
Adam Sutton [Sat, 12 Jan 2013 13:29:02 +0000 (13:29 +0000)]
timeshift: fix printing error.
Adam Sutton [Sat, 12 Jan 2013 13:26:47 +0000 (13:26 +0000)]
timeshift: fix start of buffer bug and add some useful debug.
Jason Millard [Sat, 12 Jan 2013 03:08:28 +0000 (22:08 -0500)]
add cflags support to configure script
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 22:09:27 +0000 (22:09 +0000)]
build: correction to ensure old data is removed.
Adam Sutton [Fri, 11 Jan 2013 21:34:40 +0000 (21:34 +0000)]
build: remove use of submodule for dvb-scan data
Revert back to manually fetching, though now its a git report its somewhat
simpler and we'll avoid using a separate script.
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'