]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
9 years agoopenssl: SHA1 and RAND cleanups, use uuid_random instead RAND_bytes in access_ticket_...
Jaroslav Kysela [Thu, 10 Sep 2015 12:47:07 +0000 (14:47 +0200)] 
openssl: SHA1 and RAND cleanups, use uuid_random instead RAND_bytes in access_ticket_create()

9 years agoimagecache: Add re-fetch images button, fixes #2996
Jaroslav Kysela [Thu, 10 Sep 2015 12:24:45 +0000 (14:24 +0200)] 
imagecache: Add re-fetch images button, fixes #2996

9 years agoidnode, imagecache: introduce simple node system
Jaroslav Kysela [Thu, 10 Sep 2015 12:12:04 +0000 (14:12 +0200)] 
idnode, imagecache: introduce simple node system

9 years agoDVR: fix possible wrong memory access in pvr_generate_filename()
Jaroslav Kysela [Thu, 10 Sep 2015 07:06:01 +0000 (09:06 +0200)] 
DVR: fix possible wrong memory access in pvr_generate_filename()

9 years agoidnode api: fix the broken locking in api_idnode_load()
Jaroslav Kysela [Tue, 8 Sep 2015 18:10:56 +0000 (20:10 +0200)] 
idnode api: fix the broken locking in api_idnode_load()

9 years agoDVR: Use the system limits for the filename length, fixes #3038
Jaroslav Kysela [Tue, 8 Sep 2015 17:03:55 +0000 (19:03 +0200)] 
DVR: Use the system limits for the filename length, fixes #3038

9 years agoidnode: idnode_uuid_as_str cleanups
Jaroslav Kysela [Tue, 8 Sep 2015 12:48:21 +0000 (14:48 +0200)] 
idnode: idnode_uuid_as_str cleanups

10 years agoidnode: fix idnode_list_set2, fixes #3040
Jaroslav Kysela [Fri, 4 Sep 2015 15:31:11 +0000 (17:31 +0200)] 
idnode: fix idnode_list_set2, fixes #3040

10 years agoavahi: try to fix crash when avahi client cannot be created, fixes #3041
Jaroslav Kysela [Fri, 4 Sep 2015 14:56:08 +0000 (16:56 +0200)] 
avahi: try to fix crash when avahi client cannot be created, fixes #3041

10 years agosocket activation: saner IPv6 address comparison when looking for a matching descriptor
Tomas Smetana [Thu, 3 Sep 2015 09:54:40 +0000 (11:54 +0200)] 
socket activation: saner IPv6 address comparison when looking for a matching descriptor

10 years agoapi: channel tags - fix ugly mutex bug resulting in wrong channel tag list
Jaroslav Kysela [Fri, 4 Sep 2015 14:08:49 +0000 (16:08 +0200)] 
api: channel tags - fix ugly mutex bug resulting in wrong channel tag list

10 years agointl: transifex update
Jaroslav Kysela [Wed, 2 Sep 2015 19:12:19 +0000 (21:12 +0200)] 
intl: transifex update

10 years agoAdd systemd socket activation support
Tomas Smetana [Thu, 27 Aug 2015 16:33:24 +0000 (18:33 +0200)] 
Add systemd socket activation support

10 years agofixed some unlocalizable strings in the code
Mario Di Raimondo [Fri, 28 Aug 2015 21:09:15 +0000 (23:09 +0200)] 
fixed some unlocalizable strings in the code

10 years agoAdded the "comment" and "episode" fields.
agitate [Sat, 11 Jul 2015 19:01:46 +0000 (20:01 +0100)] 
Added the "comment" and "episode" fields.

10 years agoxmltv: handle timezone attached to time with no space padding
dhead666 [Tue, 1 Sep 2015 14:15:16 +0000 (17:15 +0300)] 
xmltv: handle timezone attached to time with no space padding

10 years agoreduce amount of atomic operations
Sam Stenvall [Wed, 2 Sep 2015 11:15:54 +0000 (14:15 +0300)] 
reduce amount of atomic operations

10 years agoalternate approach
Sam Stenvall [Wed, 2 Sep 2015 09:31:57 +0000 (12:31 +0300)] 
alternate approach

10 years agoinclude total bytes sent/received in subscription messages. Clients who want to poll...
Sam Stenvall [Tue, 1 Sep 2015 21:35:52 +0000 (00:35 +0300)] 
include total bytes sent/received in subscription messages. Clients who want to poll more frequently than once per second can use these fields to calculate the average bitrate regardless of polling frequency.

10 years agostore the byte count during the last second for each subscription and include it...
Sam Stenvall [Tue, 1 Sep 2015 21:34:56 +0000 (00:34 +0300)] 
store the byte count during the last second for each subscription and include it in subscription status messages. This way a client who wants to poll for the average bitrate of a subscription doesn't have to use the comet poller to get an accurate bitrate reading.

10 years agostore the total byte count since a subscription was started
Sam Stenvall [Tue, 1 Sep 2015 21:32:09 +0000 (00:32 +0300)] 
store the total byte count since a subscription was started

10 years agofactor out subscription byte count updates to separate functions. This has the added...
Sam Stenvall [Tue, 1 Sep 2015 21:30:35 +0000 (00:30 +0300)] 
factor out subscription byte count updates to separate functions. This has the added benefit of ensuring that all updates are done atomically (previously only a minority of them were).

10 years agocwc: improve the preferred PID validation
Jaroslav Kysela [Tue, 25 Aug 2015 14:18:11 +0000 (16:18 +0200)] 
cwc: improve the preferred PID validation

10 years agointl: Transifex update
Jaroslav Kysela [Wed, 12 Aug 2015 09:26:50 +0000 (11:26 +0200)] 
intl: Transifex update

10 years agoDVR: Fix empty title/subtitle bug when DVR entry is created manually
Jaroslav Kysela [Mon, 10 Aug 2015 12:58:39 +0000 (14:58 +0200)] 
DVR: Fix empty title/subtitle bug when DVR entry is created manually

10 years agoglobalheaders: increase maximum scan time to 3500ms
Jaroslav Kysela [Sun, 9 Aug 2015 20:10:02 +0000 (22:10 +0200)] 
globalheaders: increase maximum scan time to 3500ms

10 years agowebui: fix --http_root issues, fixes #3035
Jaroslav Kysela [Thu, 6 Aug 2015 13:41:33 +0000 (15:41 +0200)] 
webui: fix --http_root issues, fixes #3035

10 years agoDVR: cleanup _dvr_duplicate_event, fix possible NULL dereference, fixes #3036
Jaroslav Kysela [Thu, 6 Aug 2015 13:09:06 +0000 (15:09 +0200)] 
DVR: cleanup _dvr_duplicate_event, fix possible NULL dereference, fixes #3036

10 years agointl: transifex update
Jaroslav Kysela [Thu, 6 Aug 2015 12:25:59 +0000 (14:25 +0200)] 
intl: transifex update

10 years agorpm: add git to buildrequires
Jaroslav Kysela [Thu, 6 Aug 2015 12:20:51 +0000 (14:20 +0200)] 
rpm: add git to buildrequires

10 years agodistinguist 'May' and its short version
Mario Di Raimondo [Thu, 16 Jul 2015 16:47:34 +0000 (18:47 +0200)] 
distinguist 'May' and its short version

Add the possibiliy to translate the short version of May in other languages.

10 years agointl: fix strings according to en_GB
Jaroslav Kysela [Thu, 6 Aug 2015 12:05:26 +0000 (14:05 +0200)] 
intl: fix strings according to en_GB

10 years agointl: transifex update
Jaroslav Kysela [Thu, 6 Aug 2015 11:53:32 +0000 (13:53 +0200)] 
intl: transifex update

10 years agotsfix: add check and correction for wrong DVBSUB dts/pts
Jaroslav Kysela [Tue, 4 Aug 2015 07:39:20 +0000 (09:39 +0200)] 
tsfix: add check and correction for wrong DVBSUB dts/pts

10 years agoSAT>IP server: Fix the uuid length
Jaroslav Kysela [Mon, 3 Aug 2015 07:58:17 +0000 (09:58 +0200)] 
SAT>IP server: Fix the uuid length

10 years agoepggrab: fix double free in epggrab_module_grab_spawn(), fixes #3029
Jaroslav Kysela [Tue, 28 Jul 2015 14:43:10 +0000 (16:43 +0200)] 
epggrab: fix double free in epggrab_module_grab_spawn(), fixes #3029

10 years agosupport: fix package name typo in pbuilder README
Adam Sutton [Tue, 14 Jul 2015 21:00:12 +0000 (22:00 +0100)] 
support: fix package name typo in pbuilder README

10 years agolinuxdvb: fix typo in PILOT translation table def
Adam Sutton [Tue, 14 Jul 2015 20:09:59 +0000 (21:09 +0100)] 
linuxdvb: fix typo in PILOT translation table def

This results in tuning failures as PILOT_NONE maps to -1, which is
rejected by (some?) drivers.

10 years agobuild: tweak to deb list we build also added some docs about pbuilder
Adam Sutton [Thu, 9 Jul 2015 17:05:45 +0000 (18:05 +0100)] 
build: tweak to deb list we build also added some docs about pbuilder

10 years agointl: another transifex update, added ru and lv languages
Jaroslav Kysela [Sat, 11 Jul 2015 09:34:37 +0000 (11:34 +0200)] 
intl: another transifex update, added ru and lv languages

10 years agoDVR: optimize the string handling routines, extend chars limit, fixes #3010
Jaroslav Kysela [Fri, 10 Jul 2015 19:24:31 +0000 (21:24 +0200)] 
DVR: optimize the string handling routines, extend chars limit, fixes #3010

10 years agowebui: change mime type for m3u back to audio/x-mpegurl for VLC plugin, fixs #3008
Jaroslav Kysela [Fri, 10 Jul 2015 06:50:38 +0000 (08:50 +0200)] 
webui: change mime type for m3u back to audio/x-mpegurl for VLC plugin, fixs #3008

10 years agobuild: ignore build deps on host
Adam Sutton [Wed, 8 Jul 2015 21:50:24 +0000 (22:50 +0100)] 
build: ignore build deps on host

This was causing builds to break unecessarily

10 years agobuild: update to support all necessary builds
Adam Sutton [Wed, 8 Jul 2015 21:09:55 +0000 (22:09 +0100)] 
build: update to support all necessary builds

10 years agoWEBUI: E2 playlist (bouquet) - more improvements for /playlist/e2/tags, optimizations...
Jaroslav Kysela [Wed, 8 Jul 2015 20:16:45 +0000 (22:16 +0200)] 
WEBUI: E2 playlist (bouquet) - more improvements for /playlist/e2/tags, optimizations, fixes #3002

10 years agoWEBUI: E2 playlist (bouquet) - improvements (profile, taglist), fixes #3002
Jaroslav Kysela [Wed, 8 Jul 2015 16:30:25 +0000 (18:30 +0200)] 
WEBUI: E2 playlist (bouquet) - improvements (profile, taglist), fixes #3002

10 years agoWEBUI: add support for Enigma2 IPTV bouquets - /playlist/e2, fixes #3002
Jaroslav Kysela [Tue, 7 Jul 2015 20:12:42 +0000 (22:12 +0200)] 
WEBUI: add support for Enigma2 IPTV bouquets - /playlist/e2, fixes #3002

10 years agoWEBUI: improve playlists (added sorting, m3u[8] extensions, audio/mpegurl mime),...
Jaroslav Kysela [Tue, 7 Jul 2015 14:19:48 +0000 (16:19 +0200)] 
WEBUI: improve playlists (added sorting, m3u[8] extensions, audio/mpegurl mime), fixes #2991

10 years agostreaming: optimize queue size handling as suggested in comment
Jaroslav Kysela [Tue, 7 Jul 2015 13:42:58 +0000 (15:42 +0200)] 
streaming: optimize queue size handling as suggested in comment

10 years agowebui: streaming - optimization for previous patch, fixes #2999
Jaroslav Kysela [Mon, 6 Jul 2015 20:09:32 +0000 (22:09 +0200)] 
webui: streaming - optimization for previous patch, fixes #2999

10 years agowebui: streaming - implement properly HEAD request for streaming URLs, fixes #2999
Jaroslav Kysela [Mon, 6 Jul 2015 19:58:39 +0000 (21:58 +0200)] 
webui: streaming - implement properly HEAD request for streaming URLs, fixes #2999

10 years agowebui: increase buffers for disposition
Jaroslav Kysela [Mon, 6 Jul 2015 19:14:47 +0000 (21:14 +0200)] 
webui: increase buffers for disposition

10 years agowebui: serve files with UTF-8 instead utf-8 filename encoding
Jaroslav Kysela [Mon, 6 Jul 2015 18:50:51 +0000 (20:50 +0200)] 
webui: serve files with UTF-8 instead utf-8 filename encoding

10 years agointl: another transifex update
Jaroslav Kysela [Sat, 4 Jul 2015 19:14:07 +0000 (21:14 +0200)] 
intl: another transifex update

10 years agoDVR: api - fix the crash when no language is set
Jaroslav Kysela [Sat, 4 Jul 2015 19:10:14 +0000 (21:10 +0200)] 
DVR: api - fix the crash when no language is set

10 years agoextra space
Mario Di Raimondo [Fri, 3 Jul 2015 15:48:13 +0000 (17:48 +0200)] 
extra space

There was an extra space in the phrase "Maximum PIDs" that prevented it to be merged with another similar. The space looks unuseful.

10 years agoDVR: return back title/subtitle set functions, fixes #2990
Jaroslav Kysela [Fri, 3 Jul 2015 14:42:14 +0000 (16:42 +0200)] 
DVR: return back title/subtitle set functions, fixes #2990

10 years agoservice mapper: Add per network tags
TheUlpio [Fri, 3 Jul 2015 09:44:28 +0000 (11:44 +0200)] 
service mapper: Add per network tags

10 years agointl: another transifex update
Jaroslav Kysela [Fri, 3 Jul 2015 10:01:45 +0000 (12:01 +0200)] 
intl: another transifex update

10 years agoconfigure: early error when a space is in the source path
Jaroslav Kysela [Fri, 3 Jul 2015 09:59:35 +0000 (11:59 +0200)] 
configure: early error when a space is in the source path

10 years agoDVR: Fix Important priority handling, fixes #2989
Jaroslav Kysela [Fri, 3 Jul 2015 09:33:22 +0000 (11:33 +0200)] 
DVR: Fix Important priority handling, fixes #2989

10 years agointl: one more missing string from mpegts input
Jaroslav Kysela [Thu, 2 Jul 2015 17:26:30 +0000 (19:26 +0200)] 
intl: one more missing string from mpegts input

10 years agointl: another transifex update
Jaroslav Kysela [Wed, 1 Jul 2015 19:50:26 +0000 (21:50 +0200)] 
intl: another transifex update

10 years agoWEBUI JS: epg refresh translation
Alexander Knöbel [Wed, 1 Jul 2015 17:53:09 +0000 (19:53 +0200)] 
WEBUI JS: epg refresh translation

10 years agohtsp: updateDvrEntry: add support for updating channel.
Kai Sommerfeld [Thu, 25 Jun 2015 17:52:21 +0000 (19:52 +0200)] 
htsp: updateDvrEntry: add support for updating channel.

10 years agointl: profile - mark more strings for translation
Jaroslav Kysela [Wed, 1 Jul 2015 13:41:14 +0000 (15:41 +0200)] 
intl: profile - mark more strings for translation

10 years agointl: update templates
Jaroslav Kysela [Tue, 30 Jun 2015 15:49:17 +0000 (17:49 +0200)] 
intl: update templates

10 years agoWEBUI JS: mark another strings for DVR (confirmation)
Jaroslav Kysela [Tue, 30 Jun 2015 15:48:31 +0000 (17:48 +0200)] 
WEBUI JS: mark another strings for DVR (confirmation)

10 years agoACL: rename 'WWW Language' to 'Web Interface Language'
Jaroslav Kysela [Tue, 30 Jun 2015 08:45:32 +0000 (10:45 +0200)] 
ACL: rename 'WWW Language' to 'Web Interface Language'

10 years agoepg: fix possible NULL dereference cause by previous genre changes
Jaroslav Kysela [Tue, 30 Jun 2015 07:05:35 +0000 (09:05 +0200)] 
epg: fix possible NULL dereference cause by previous genre changes

10 years agoepggrab/module: fix memory leak
Jaroslav Kysela [Tue, 30 Jun 2015 07:05:10 +0000 (09:05 +0200)] 
epggrab/module: fix memory leak

10 years agoACL: Add WWW language selection (only edit form), fixes #2976
Jaroslav Kysela [Mon, 29 Jun 2015 14:45:12 +0000 (16:45 +0200)] 
ACL: Add WWW language selection (only edit form), fixes #2976

10 years agointl: internationalize epg genre strings
Jaroslav Kysela [Mon, 29 Jun 2015 14:00:32 +0000 (16:00 +0200)] 
intl: internationalize epg genre strings

10 years agoACL/all: handle the per user language settings for all operations
Jaroslav Kysela [Mon, 29 Jun 2015 13:04:47 +0000 (15:04 +0200)] 
ACL/all: handle the per user language settings for all operations

10 years agoEIT EPG: Fix EPG when is broadcasted on different PID for Bulsatcom Simulcrypt channe...
zinonino [Thu, 18 Jun 2015 02:40:29 +0000 (05:40 +0300)] 
EIT EPG: Fix EPG when is broadcasted on different PID for Bulsatcom Simulcrypt channels from Dolce

10 years agompegts: fix the possible live service check malfunction (wrong system time), fixes...
Jaroslav Kysela [Sun, 28 Jun 2015 18:23:11 +0000 (20:23 +0200)] 
mpegts: fix the possible live service check malfunction (wrong system time), fixes #2964

10 years agointl: locale - fix the dvb / locale table (added missing languages)
Jaroslav Kysela [Sun, 28 Jun 2015 18:17:34 +0000 (20:17 +0200)] 
intl: locale - fix the dvb / locale table (added missing languages)

10 years agointl: added es fa nl hu languages
Jaroslav Kysela [Sun, 28 Jun 2015 14:56:23 +0000 (16:56 +0200)] 
intl: added es fa nl hu languages

10 years agointl: another transifex update
Jaroslav Kysela [Sun, 28 Jun 2015 09:07:58 +0000 (11:07 +0200)] 
intl: another transifex update

10 years agotasklet: fix for static tasklets, optimize disk space callback
Jaroslav Kysela [Sun, 28 Jun 2015 09:06:14 +0000 (11:06 +0200)] 
tasklet: fix for static tasklets, optimize disk space callback

10 years agoWEBUI JS: CSS - add defines for config icons
Jaroslav Kysela [Sun, 28 Jun 2015 08:28:06 +0000 (10:28 +0200)] 
WEBUI JS: CSS - add defines for config icons

10 years agoWEBUI: add icons for config tabs
Piotr Kuchciak [Fri, 26 Jun 2015 12:00:01 +0000 (14:00 +0200)] 
WEBUI: add icons for config tabs

10 years agoFix invalid memory usage in mpegts/iptv, mpegts/tsfile, subscriptions, and tvhtime
Kyle Sanderson [Sat, 27 Jun 2015 01:38:42 +0000 (18:38 -0700)] 
Fix invalid memory usage in mpegts/iptv, mpegts/tsfile, subscriptions, and tvhtime

10 years agoFix memleaks in descrambler and utils
Kyle Sanderson [Sat, 27 Jun 2015 01:37:47 +0000 (18:37 -0700)] 
Fix memleaks in descrambler and utils

10 years agoFix pointer -> char (NUL) comparisons in dvr_rec and mpegts/scanfile.
Kyle Sanderson [Sat, 27 Jun 2015 01:36:54 +0000 (18:36 -0700)] 
Fix pointer -> char (NUL) comparisons in dvr_rec and mpegts/scanfile.

10 years agointl: another transifex update
Jaroslav Kysela [Fri, 26 Jun 2015 20:45:33 +0000 (22:45 +0200)] 
intl: another transifex update

10 years agointl: merged en strings (thanks ProfYaffle) - 3rd
Jaroslav Kysela [Fri, 26 Jun 2015 20:04:56 +0000 (22:04 +0200)] 
intl: merged en strings (thanks ProfYaffle) - 3rd

10 years agoDVR: fix dvr_get_disk_space_tcb deadlock (global_lock)
Jaroslav Kysela [Fri, 26 Jun 2015 13:39:43 +0000 (15:39 +0200)] 
DVR: fix dvr_get_disk_space_tcb deadlock (global_lock)

10 years agoWEBUI JS: General config - split base/imgcache/sat>ip srv
Jaroslav Kysela [Thu, 25 Jun 2015 17:30:51 +0000 (19:30 +0200)] 
WEBUI JS: General config - split base/imgcache/sat>ip srv

10 years agointl: another transifex update
Jaroslav Kysela [Thu, 25 Jun 2015 17:32:36 +0000 (19:32 +0200)] 
intl: another transifex update

10 years agoadd link to internationalization to README.md
Jaroslav Kysela [Thu, 25 Jun 2015 12:10:14 +0000 (14:10 +0200)] 
add link to internationalization to README.md

10 years agolocale: fix possible out-of-array access, fixes #2972
Jaroslav Kysela [Thu, 25 Jun 2015 11:55:06 +0000 (13:55 +0200)] 
locale: fix possible out-of-array access, fixes #2972

10 years agoWEBUI JS: use same style for login/disk space as for tab descriptors
Jaroslav Kysela [Thu, 25 Jun 2015 08:34:34 +0000 (10:34 +0200)] 
WEBUI JS: use same style for login/disk space as for tab descriptors

10 years agointl: another transifex update
Jaroslav Kysela [Wed, 24 Jun 2015 21:03:11 +0000 (23:03 +0200)] 
intl: another transifex update

10 years agoWEBUI JS: Add free/total qtip for disk space (small correction)
Jaroslav Kysela [Wed, 24 Jun 2015 21:00:41 +0000 (23:00 +0200)] 
WEBUI JS: Add free/total qtip for disk space (small correction)

10 years agoWEBUI JS: Add free/total qtip for disk space
Jaroslav Kysela [Wed, 24 Jun 2015 20:58:21 +0000 (22:58 +0200)] 
WEBUI JS: Add free/total qtip for disk space

10 years agoWEBUI JS: Add tooltips for 'Play' column - DVR
Jaroslav Kysela [Wed, 24 Jun 2015 20:55:27 +0000 (22:55 +0200)] 
WEBUI JS: Add tooltips for 'Play' column - DVR

10 years agoWEBUI JS: Show the disk space (free/total)
Jaroslav Kysela [Wed, 24 Jun 2015 19:32:00 +0000 (21:32 +0200)] 
WEBUI JS: Show the disk space (free/total)

10 years agoWEBUI JS: more tooltip additions for grid headers
Jaroslav Kysela [Wed, 24 Jun 2015 17:59:15 +0000 (19:59 +0200)] 
WEBUI JS: more tooltip additions for grid headers

10 years agomuxer/makedirs: fix mode (ulimit) - fixes #2969
Jaroslav Kysela [Wed, 24 Jun 2015 17:42:09 +0000 (19:42 +0200)] 
muxer/makedirs: fix mode (ulimit) - fixes #2969