]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
Mark Clarkstone [Fri, 19 Feb 2016 18:08:39 +0000 (18:08 +0000)]
Tooltips: And another..
Mark Clarkstone [Fri, 19 Feb 2016 18:06:52 +0000 (18:06 +0000)]
Tooltips: Fixed another small mistake >.<
Mark Clarkstone [Fri, 19 Feb 2016 18:05:35 +0000 (18:05 +0000)]
Tooltips: Added missing space..
Mark Clarkstone [Fri, 19 Feb 2016 17:55:54 +0000 (17:55 +0000)]
Wizard: Fixed another tiny mistake..
Jaroslav Kysela [Fri, 19 Feb 2016 17:12:44 +0000 (18:12 +0100)]
transifex update
Mark Clarkstone [Fri, 19 Feb 2016 16:48:20 +0000 (16:48 +0000)]
Wizard: Fixed some goofs. Thanks @ProfYaffle.
Mark Clarkstone [Thu, 18 Feb 2016 18:43:51 +0000 (18:43 +0000)]
Wizard: Added/changed more text..
Mark Clarkstone [Tue, 16 Feb 2016 13:29:04 +0000 (13:29 +0000)]
Wizard: Small change.
Mark Clarkstone [Tue, 16 Feb 2016 13:14:54 +0000 (13:14 +0000)]
Wizard: Scan status text.
Mark Clarkstone [Tue, 16 Feb 2016 09:28:02 +0000 (09:28 +0000)]
Wizard: More minor changes..
Mark Clarkstone [Fri, 12 Feb 2016 10:58:02 +0000 (10:58 +0000)]
Wizard: More corrections.
Mark Clarkstone [Thu, 11 Feb 2016 15:51:06 +0000 (15:51 +0000)]
Wizard: Some more texts..
Jaroslav Kysela [Fri, 19 Feb 2016 17:09:37 +0000 (18:09 +0100)]
DVR: format strings - replace " with ' to pass proper arguments
Jaroslav Kysela [Fri, 19 Feb 2016 17:07:41 +0000 (18:07 +0100)]
htsstr: fix htsstr_argsplit() - fixes #3573
Jaroslav Kysela [Fri, 19 Feb 2016 16:22:23 +0000 (17:22 +0100)]
DVR: accept char limiting for title and subtitle formatters, fixes #3541.
Jaroslav Kysela [Fri, 19 Feb 2016 16:01:30 +0000 (17:01 +0100)]
DVR: limit the filename length to 255 if windows compatible filenames are checked, fixes #3541
- unfortunately pathconf(filename, _PC_NAME_MAX) returns a large value
for VFAT (internal unicode handling)
Jaroslav Kysela [Fri, 19 Feb 2016 15:53:20 +0000 (16:53 +0100)]
access/htsp: add HTSP anonymize function, fixes #3502
Jaroslav Kysela [Fri, 19 Feb 2016 13:16:49 +0000 (14:16 +0100)]
timeshift: fix possible pipe overflow (and deadlock) on exit
Jaroslav Kysela [Fri, 19 Feb 2016 13:15:02 +0000 (14:15 +0100)]
subscriptions: set ths_current_instance to NULL in subscription_unlink_service0(), fixes #3577
spdfrk [Thu, 18 Feb 2016 19:33:51 +0000 (20:33 +0100)]
Fix incomplete packet handling
A calculation error (offset / length) was made which only was a problem for incomplete packets. Also some slight optimization was possible.
Jaroslav Kysela [Thu, 18 Feb 2016 17:29:43 +0000 (18:29 +0100)]
Makefile.ffmpeg: upgrade ffmpeg to 2.8.5, x264, x265
Jaroslav Kysela [Thu, 18 Feb 2016 17:17:45 +0000 (18:17 +0100)]
Makefile.ffmpeg: handle EXTRAARG for configure
Jaroslav Kysela [Thu, 18 Feb 2016 16:51:29 +0000 (17:51 +0100)]
wrappers: add sys/syscall.h include
Jaroslav Kysela [Thu, 18 Feb 2016 14:26:48 +0000 (15:26 +0100)]
SAT>IP server: improve descramble service selection (pmt based)
Jaroslav Kysela [Thu, 18 Feb 2016 12:08:57 +0000 (13:08 +0100)]
mpegts network: turn on skipinitscan & autodiscovery
Jaroslav Kysela [Wed, 17 Feb 2016 20:25:45 +0000 (21:25 +0100)]
parsers: mpeg2video - implement packet backlog
Jaroslav Kysela [Wed, 17 Feb 2016 16:57:56 +0000 (17:57 +0100)]
mpeg2 video parser: cleanups
Adam Sutton [Wed, 17 Feb 2016 11:28:43 +0000 (11:28 +0000)]
debian: add ca-certificates to dep list as we need for github access
Jaroslav Kysela [Wed, 17 Feb 2016 07:58:54 +0000 (08:58 +0100)]
main: move hts_settings_done at the end of the shutdown sequence
Jaroslav Kysela [Tue, 16 Feb 2016 09:53:44 +0000 (10:53 +0100)]
SAT>IP client: fix timeout handling for fast switch, more traces
Jaroslav Kysela [Tue, 16 Feb 2016 07:39:04 +0000 (08:39 +0100)]
dvb_convert_date - fix tmzone handling (signess), fixes #3567
Jaroslav Kysela [Sun, 14 Feb 2016 17:49:41 +0000 (18:49 +0100)]
tvhdhomerun: fix memory leak in tvhdhomerun_frontend_update_pids()
Jaroslav Kysela [Sun, 14 Feb 2016 17:47:26 +0000 (18:47 +0100)]
settings: fix memory leak in hts_settings_save()
Jaroslav Kysela [Sun, 14 Feb 2016 11:04:22 +0000 (12:04 +0100)]
wizard: fix wrong memory access (delayed save)
Jaroslav Kysela [Sun, 14 Feb 2016 08:51:04 +0000 (09:51 +0100)]
dvb_convert_date: convert tmzone to seconds from minutes, fixes #3567
Jaroslav Kysela [Fri, 12 Feb 2016 12:56:42 +0000 (13:56 +0100)]
cosmetic
Jaroslav Kysela [Fri, 12 Feb 2016 12:29:49 +0000 (13:29 +0100)]
update intl templates for transifex
Jaroslav Kysela [Fri, 12 Feb 2016 12:25:28 +0000 (13:25 +0100)]
mpegts network: implement EIT time offset (extend localtime flag), fixes #3566
Jaroslav Kysela [Fri, 12 Feb 2016 10:44:56 +0000 (11:44 +0100)]
idnode: more idnode_save_check calls (mpegts_network)
Jaroslav Kysela [Thu, 11 Feb 2016 21:57:55 +0000 (22:57 +0100)]
idnode.h: fix compilation error (twice idnode_save_t typedefs)
Jaroslav Kysela [Thu, 11 Feb 2016 20:43:08 +0000 (21:43 +0100)]
timeshift: fix compilation (latest idnode changes)
Jaroslav Kysela [Thu, 11 Feb 2016 19:28:41 +0000 (20:28 +0100)]
settings: fix the save in gzip format
Jaroslav Kysela [Thu, 11 Feb 2016 15:31:54 +0000 (16:31 +0100)]
idnode: delayed save (3 seconds)
Jaroslav Kysela [Thu, 11 Feb 2016 14:02:55 +0000 (15:02 +0100)]
idnode: a better mechanism to not save idnode data in the destroy phase
Jaroslav Kysela [Thu, 11 Feb 2016 13:46:54 +0000 (14:46 +0100)]
settings: use gzip for the mux/service settings
Jaroslav Kysela [Thu, 11 Feb 2016 12:52:57 +0000 (13:52 +0100)]
settings: merge mux config / service config into one file
Jaroslav Kysela [Wed, 10 Feb 2016 17:01:01 +0000 (18:01 +0100)]
idnode: add idnode_save_check mechanism to save queued entry on removal
Jaroslav Kysela [Wed, 10 Feb 2016 16:08:22 +0000 (17:08 +0100)]
idnode: change config save mechanism (do I/O outside global_lock)
Jaroslav Kysela [Wed, 10 Feb 2016 13:58:47 +0000 (14:58 +0100)]
idnode: move save calls to another thread
Jaroslav Kysela [Wed, 10 Feb 2016 08:15:25 +0000 (09:15 +0100)]
transifex update
Mark Clarkstone [Tue, 9 Feb 2016 19:02:09 +0000 (19:02 +0000)]
Wizard: Fix the markdown and add more notes.
Mark Clarkstone [Tue, 9 Feb 2016 18:11:43 +0000 (18:11 +0000)]
Tooltips and wizard: Mistakes were made, mistakes were corrected. Many thanks once again @ProfYaffle.
Mark Clarkstone [Tue, 9 Feb 2016 14:41:46 +0000 (14:41 +0000)]
Fix various mistakes.
Jaroslav Kysela [Tue, 9 Feb 2016 19:49:48 +0000 (20:49 +0100)]
fix pts_diff() function (same a b values)
Jaroslav Kysela [Tue, 9 Feb 2016 19:49:24 +0000 (20:49 +0100)]
mpegts input: cosmetic code change
Jaroslav Kysela [Tue, 9 Feb 2016 18:51:21 +0000 (19:51 +0100)]
m3u/hls: fix the #EXT-X-STREAM-INF: parsing, improve stream selection for hls
Jaroslav Kysela [Tue, 9 Feb 2016 13:48:12 +0000 (14:48 +0100)]
transifex update
Jaroslav Kysela [Tue, 9 Feb 2016 13:40:52 +0000 (14:40 +0100)]
htsp server: cleanup for htsp_error messages, internationalization
Jaroslav Kysela [Tue, 9 Feb 2016 13:11:26 +0000 (14:11 +0100)]
htsp server: fix stopDvrEntry method (copy-and-paste error)
Jaroslav Kysela [Tue, 9 Feb 2016 13:10:38 +0000 (14:10 +0100)]
DVR: implement move between failed and finished in webui, fixes #3556
Jaroslav Kysela [Tue, 9 Feb 2016 10:15:51 +0000 (11:15 +0100)]
htsp server: allow to update the DVR config for DVR/auto/time entries, fixes #3497
Jaroslav Kysela [Tue, 9 Feb 2016 09:57:41 +0000 (10:57 +0100)]
htsp server: add stopDvrEntry method, little htsp_success() optimizations
Ben Efrati [Mon, 8 Feb 2016 20:07:18 +0000 (22:07 +0200)]
Fix compilation error when using Android NDK
src/wrappers.c: In function 'tvhtread_renice':
src/wrappers.c:210:2: error: #warning "Implement renice for your
platform!" [-Werror=cpp]
#warning "Implement renice for your platform!"
^
cc1: all warnings being treated as errors
Jaroslav Kysela [Mon, 8 Feb 2016 17:13:15 +0000 (18:13 +0100)]
picons: add picon scheme (force service type to 1), fixes #3555
Jaroslav Kysela [Mon, 8 Feb 2016 15:59:22 +0000 (16:59 +0100)]
wizard: use markdown for description formatting
Mark Clarkstone [Sat, 6 Feb 2016 17:28:45 +0000 (17:28 +0000)]
Another bunch of changes to the wizard texts..
Mark Clarkstone [Sat, 6 Feb 2016 11:40:57 +0000 (11:40 +0000)]
Some more changes..
Mark Clarkstone [Sat, 6 Feb 2016 11:36:49 +0000 (11:36 +0000)]
Fix various mistakes pointed out by a fresh set of eyes, many thanks @ProfYaffle!
Mark Clarkstone [Fri, 5 Feb 2016 19:27:55 +0000 (19:27 +0000)]
More changes to the wizard..
Mark Clarkstone [Thu, 4 Feb 2016 20:19:44 +0000 (20:19 +0000)]
First of many changes to the wizard..
Mark Clarkstone [Thu, 4 Feb 2016 13:31:50 +0000 (13:31 +0000)]
Tooltips: Same as before, lots more tooltips and a few changes to existing ones.
Jaroslav Kysela [Mon, 8 Feb 2016 13:41:06 +0000 (14:41 +0100)]
wizard: fix the username/password handling, last page
Jaroslav Kysela [Mon, 8 Feb 2016 09:37:56 +0000 (10:37 +0100)]
htsp server: fix --disable-timeshift
Jaroslav Kysela [Mon, 8 Feb 2016 09:26:17 +0000 (10:26 +0100)]
makedirs: pass subsystem, add mstrict command, fixes #3459
Jaroslav Kysela [Mon, 8 Feb 2016 08:41:11 +0000 (09:41 +0100)]
wizard: don't crash when unexpected network type is entered, fixes #3561
Glenn-1990 [Sun, 7 Feb 2016 20:43:01 +0000 (21:43 +0100)]
fix async mode
Jaroslav Kysela [Fri, 5 Feb 2016 11:34:11 +0000 (12:34 +0100)]
opentv: another copy-and-paste fix (title)
Jaroslav Kysela [Thu, 4 Feb 2016 12:34:25 +0000 (13:34 +0100)]
opentv: fix copy-and-paste error for latest EPG changes
Mark Clarkstone [Thu, 4 Feb 2016 10:14:29 +0000 (10:14 +0000)]
Tooltips: Some more..
Mark Clarkstone [Thu, 4 Feb 2016 09:36:55 +0000 (09:36 +0000)]
Tooltips: Fix another mistake..
Mark Clarkstone [Thu, 4 Feb 2016 09:21:55 +0000 (09:21 +0000)]
Tooltips: Add missing comma..
Mark Clarkstone [Wed, 3 Feb 2016 16:42:58 +0000 (16:42 +0000)]
Tooltips: Lots more descriptions and some changes to existing ones.
Mark Clarkstone [Thu, 28 Jan 2016 17:13:52 +0000 (17:13 +0000)]
Tooltips: Some more tooltips and a few changes to the others..
Scott Harris [Thu, 4 Feb 2016 01:19:52 +0000 (12:19 +1100)]
Fix crash when selecting once per day in duplicate handling. fixes #3552
lekma [Wed, 3 Feb 2016 07:55:46 +0000 (08:55 +0100)]
Makefile: move inline patch outside of makefile. - add a PATCH command to Makefile.static - move patch to dedicated support/patches folder
Jaroslav Kysela [Thu, 4 Feb 2016 08:15:33 +0000 (09:15 +0100)]
utils: makedirs - don't call chmod() in makedirs() when mode is ok
Jaroslav Kysela [Wed, 3 Feb 2016 16:50:41 +0000 (17:50 +0100)]
tvhdhomerun: add discovery thread (interval 15 seconds), fixes #3549
Jaroslav Kysela [Wed, 3 Feb 2016 14:07:32 +0000 (15:07 +0100)]
parsers: cosmetic - readability
Jaroslav Kysela [Wed, 3 Feb 2016 13:56:34 +0000 (14:56 +0100)]
hevc parser: cosmetic fixes
Jaroslav Kysela [Wed, 3 Feb 2016 13:54:57 +0000 (14:54 +0100)]
parsers.c: add is_ssc inline fcn - cosmetic, code readability
Jaroslav Kysela [Wed, 3 Feb 2016 13:47:15 +0000 (14:47 +0100)]
iptv auto: add parsing of tvh-epg #EXTINF tag, see commit for all strings, fixes #3225
Jaroslav Kysela [Tue, 2 Feb 2016 10:40:04 +0000 (11:40 +0100)]
epg: add compression support for epgdb.v2 file
Jaroslav Kysela [Mon, 1 Feb 2016 20:39:50 +0000 (21:39 +0100)]
epg: move from 'merge' to 'complete update' behaviour
Jaroslav Kysela [Sun, 31 Jan 2016 16:29:00 +0000 (17:29 +0100)]
epg: don't merge info (initial), cosmetic changes
Jaroslav Kysela [Wed, 3 Feb 2016 09:32:19 +0000 (10:32 +0100)]
parser: make backlog function configurable
Jaroslav Kysela [Wed, 3 Feb 2016 08:42:25 +0000 (09:42 +0100)]
parser: copy metadata to the first frame, fixes #3320
Jaroslav Kysela [Tue, 2 Feb 2016 14:09:53 +0000 (15:09 +0100)]
httpc: fix req conn-close ans conn-keep-alive handling, fixes #3548
Jaroslav Kysela [Tue, 2 Feb 2016 10:44:21 +0000 (11:44 +0100)]
httpc: fix compilation for testsuite
Jaroslav Kysela [Mon, 1 Feb 2016 20:59:48 +0000 (21:59 +0100)]
SAT>IP server: --disable-iptv fixes
Jaroslav Kysela [Mon, 1 Feb 2016 20:57:10 +0000 (21:57 +0100)]
wizard: another code shuffling to make --disable-iptv work, fixes #3521