]>
git.ipfire.org Git - thirdparty/tvheadend.git/log
Jaroslav Kysela [Sat, 13 Jun 2015 07:07:40 +0000 (09:07 +0200)]
htsp: add missing chain close call on error patch
Jaroslav Kysela [Fri, 12 Jun 2015 19:17:53 +0000 (21:17 +0200)]
webui: css - add max-width 97% for hts-doc-text img
Jaroslav Kysela [Fri, 12 Jun 2015 19:12:54 +0000 (21:12 +0200)]
webui: css - fix hts-doc-text tr.even rule
Jaroslav Kysela [Fri, 12 Jun 2015 18:56:03 +0000 (20:56 +0200)]
webui: docs - another update from tvheadend-documentation
Jaroslav Kysela [Fri, 12 Jun 2015 18:53:15 +0000 (20:53 +0200)]
webui: docs - align cells in tables acording markdown
ProfYaffle [Fri, 12 Jun 2015 12:47:16 +0000 (13:47 +0100)]
Adjust help dialog calls for better consistency
Jaroslav Kysela [Fri, 12 Jun 2015 11:25:12 +0000 (13:25 +0200)]
docs: first import from tvheadend-documentation
Jaroslav Kysela [Fri, 12 Jun 2015 11:23:25 +0000 (13:23 +0200)]
docs: move docs to en/ subtree
Jaroslav Kysela [Fri, 12 Jun 2015 11:00:28 +0000 (13:00 +0200)]
webui: css better img positioning for tables
Jaroslav Kysela [Fri, 12 Jun 2015 10:49:59 +0000 (12:49 +0200)]
docs: remove old documentation script
ProfYaffle [Thu, 11 Jun 2015 09:43:43 +0000 (10:43 +0100)]
Tidying up orphaned webUI files
ProfYaffle [Thu, 11 Jun 2015 09:42:55 +0000 (10:42 +0100)]
Additional screenshot
Jaroslav Kysela [Fri, 12 Jun 2015 10:46:13 +0000 (12:46 +0200)]
webui: css - another hts-doc styles reorganization
ProfYaffle [Thu, 11 Jun 2015 09:41:34 +0000 (10:41 +0100)]
Updated CSS for webUI help
Jaroslav Kysela [Tue, 9 Jun 2015 19:44:25 +0000 (21:44 +0200)]
WEBUI: Add code to update the progress bars in the EPG view
Jaroslav Kysela [Tue, 9 Jun 2015 18:52:26 +0000 (20:52 +0200)]
profile: add 'Preferred Service Video Type'
Jaroslav Kysela [Tue, 9 Jun 2015 17:03:36 +0000 (19:03 +0200)]
service: update doc for priority
stbenz [Tue, 9 Jun 2015 14:58:59 +0000 (16:58 +0200)]
Build system: some minor improvements
Added static hdhomerun build dir to .gitignore.
Delete data/dvb-scan on `make distclean`.
Add dependency for Makefile to static hdhomerun and ffmpeg, so they get rebuilt when the Makefile changes.
Removed some clutter from the build output of static hdhomerun and ffmpeg.
Updated static libvorbis.
Jaroslav Kysela [Tue, 9 Jun 2015 16:54:12 +0000 (18:54 +0200)]
service: allow set priority in range -10 to 10
stbenz [Tue, 9 Jun 2015 11:23:30 +0000 (13:23 +0200)]
webui: add build time and configure options to status page
Jaroslav Kysela [Tue, 9 Jun 2015 13:20:37 +0000 (15:20 +0200)]
HTSP: Be more permissive for timerec entries, fixes #2924
Jaroslav Kysela [Tue, 9 Jun 2015 13:01:07 +0000 (15:01 +0200)]
linuxdvb: set DELIVERY SYSTEM before satconf, fixes #2933
stbenz [Tue, 2 Jun 2015 17:18:48 +0000 (19:18 +0200)]
Makefile.ffmpeg: upgrade to ffmpeg 2.6.3 and libvpx 1.4.0
stbenz [Fri, 5 Jun 2015 20:21:08 +0000 (22:21 +0200)]
transcoding: use avcodec_is_open instead of checking AVCodecContext.codec_id
stbenz [Fri, 5 Jun 2015 12:21:05 +0000 (14:21 +0200)]
transcoding: handle change of audio format
Note, that this also introduces an audio encoder behavioural change. Before, if the number of input channels was lower than the audio channels setting, the input channel number was used instead of the setting. Now, if the number of input channels is lower, the audio is upmixed to the configured number of channels, as the number of channels of the input may change to be the same as the audio channels setting.
stbenz [Fri, 5 Jun 2015 10:55:34 +0000 (12:55 +0200)]
transcoding: moved determination of audio encoder settings to external functions
stbenz [Fri, 5 Jun 2015 09:55:35 +0000 (11:55 +0200)]
transcoding: let ffmpeg decide the number of threads by itself
stbenz [Tue, 2 Jun 2015 17:20:40 +0000 (19:20 +0200)]
libav: fix multi line log messages
Jaroslav Kysela [Sun, 7 Jun 2015 18:47:16 +0000 (20:47 +0200)]
queue.h: use own copy of sys/queue.h v8.5, remove duplicate definitions
Jaroslav Kysela [Sun, 7 Jun 2015 17:32:22 +0000 (19:32 +0200)]
ACL: another connection limit fix, fixes #2921
Jaroslav Kysela [Fri, 5 Jun 2015 20:42:28 +0000 (22:42 +0200)]
DVR: Fix another thinko in the connection check
Jaroslav Kysela [Fri, 5 Jun 2015 20:28:27 +0000 (22:28 +0200)]
DVR: Handle user-access and user-limit errors correctly in dvr_entry_status()
Jaroslav Kysela [Fri, 5 Jun 2015 20:25:25 +0000 (22:25 +0200)]
ACL: Fix the streaming connection limit, more verbose logs when connlimit fails
Jaroslav Kysela [Thu, 4 Jun 2015 20:08:19 +0000 (22:08 +0200)]
ACL: Add connection limit type
Jaroslav Kysela [Thu, 4 Jun 2015 18:59:57 +0000 (20:59 +0200)]
DVR: add more fail reasons (user access and user limit)
Jaroslav Kysela [Thu, 4 Jun 2015 17:36:49 +0000 (19:36 +0200)]
linuxdvb: ca - fix compilation, fixes #2920
Jaroslav Kysela [Thu, 4 Jun 2015 17:04:17 +0000 (19:04 +0200)]
Fix Andreas Öman encoding issues (iso8859 to utf-8)
Jaroslav Kysela [Thu, 4 Jun 2015 10:47:12 +0000 (12:47 +0200)]
cwc: rewrite EMM filter and reassembly routines
Jaroslav Kysela [Wed, 3 Jun 2015 20:44:02 +0000 (22:44 +0200)]
DVR: timerec - fix old typo (dte_owner), fixes #2915
Piotr Kuchciak [Tue, 2 Jun 2015 20:32:53 +0000 (22:32 +0200)]
update CSS
Piotr Kuchciak [Tue, 2 Jun 2015 17:03:12 +0000 (19:03 +0200)]
Chenge icon for password
Jaroslav Kysela [Tue, 2 Jun 2015 20:23:47 +0000 (22:23 +0200)]
libav: fix build without libav
Jaroslav Kysela [Tue, 2 Jun 2015 20:22:30 +0000 (22:22 +0200)]
timeshift: fix little memory leak (skip/speed msgs)
Jaroslav Kysela [Tue, 2 Jun 2015 19:39:22 +0000 (21:39 +0200)]
htsp: initialize streaming_skip_t variable properly
Jaroslav Kysela [Tue, 2 Jun 2015 19:08:21 +0000 (21:08 +0200)]
access: fix superuser access
Jaroslav Kysela [Tue, 2 Jun 2015 18:42:24 +0000 (20:42 +0200)]
tvh_write: another way to check for write timeouts
Jaroslav Kysela [Tue, 2 Jun 2015 18:23:24 +0000 (20:23 +0200)]
libav: fix the previous change (debug libav option)
Jaroslav Kysela [Tue, 2 Jun 2015 15:56:14 +0000 (17:56 +0200)]
utils: tvh_write - add special socket error check
Jaroslav Kysela [Tue, 2 Jun 2015 14:43:52 +0000 (16:43 +0200)]
webui: fix the attachment; filename encoding, fixes #2086
Damjan Marion [Sun, 31 May 2015 15:21:36 +0000 (17:21 +0200)]
config: make server name configureable (avahi, satips)
Jaroslav Kysela [Tue, 2 Jun 2015 13:40:10 +0000 (15:40 +0200)]
iptv: rtsp - a little cosmetic fix
Adrien CLERC [Sun, 31 May 2015 13:41:58 +0000 (15:41 +0200)]
… and use the callback
Adrien CLERC [Sun, 31 May 2015 13:41:47 +0000 (15:41 +0200)]
Add rtp_read callback, to forward headers to RTCP reader
Adrien CLERC [Sun, 31 May 2015 13:41:10 +0000 (15:41 +0200)]
Use the correct host to send rtcp reports
Adrien CLERC [Sun, 31 May 2015 13:11:54 +0000 (15:11 +0200)]
Send the receiver report with the udp connection, using the peer information
Adrien CLERC [Sun, 31 May 2015 13:11:20 +0000 (15:11 +0200)]
Remember the server address:port in the RTCP connection
Adrien CLERC [Sun, 31 May 2015 13:06:13 +0000 (15:06 +0200)]
Parse RTCP server port, it is mandatory to send RTCP reports
Adrien CLERC [Wed, 20 May 2015 13:16:07 +0000 (15:16 +0200)]
Add rtcp info to the rtsp_priv struct init and free rtcp info from rtsp start and stop
Adrien CLERC [Wed, 20 May 2015 13:15:06 +0000 (15:15 +0200)]
Add adapted RTCP code for 4.0 release
Jaroslav Kysela [Tue, 2 Jun 2015 10:36:23 +0000 (12:36 +0200)]
libav: add debug log option and webui
Jaroslav Kysela [Tue, 2 Jun 2015 09:26:24 +0000 (11:26 +0200)]
access: fix the username check in htsp access routine
Jaroslav Kysela [Tue, 2 Jun 2015 09:00:53 +0000 (11:00 +0200)]
WEBUI: debugging - fix trace detection
Jaroslav Kysela [Tue, 2 Jun 2015 08:04:10 +0000 (10:04 +0200)]
htsp: add more trace subsystems to dump the communication - htsp-req,htsp-ans,htsp-sub
Jaroslav Kysela [Tue, 2 Jun 2015 06:54:47 +0000 (08:54 +0200)]
HTSP: Fix the files/path field for dvrentry, fixes #2894
Jaroslav Kysela [Mon, 1 Jun 2015 19:42:39 +0000 (21:42 +0200)]
DVR: webui api - always set (overwrite) the owner/creator fields
Jaroslav Kysela [Mon, 1 Jun 2015 19:40:50 +0000 (21:40 +0200)]
DVR: webui api - ensure that owner is set for dvr_entry_create() call, fixes #2908
Jaroslav Kysela [Mon, 1 Jun 2015 19:02:53 +0000 (21:02 +0200)]
remove unused function get_device_connection()
Jaroslav Kysela [Mon, 1 Jun 2015 17:51:06 +0000 (19:51 +0200)]
transcoding: allow to 'not change' the resolution (use 0 value), fixes #2910
Jaroslav Kysela [Mon, 1 Jun 2015 16:25:30 +0000 (18:25 +0200)]
Separate passwords from ACL
Jaroslav Kysela [Mon, 1 Jun 2015 14:27:04 +0000 (16:27 +0200)]
ACL: allow multiple channel ranges per user
Jaroslav Kysela [Mon, 1 Jun 2015 12:47:26 +0000 (14:47 +0200)]
DVR: config - update pathname according checkboxes (for old configs)
Jaroslav Kysela [Mon, 1 Jun 2015 12:31:08 +0000 (14:31 +0200)]
DVR: quickfix for previous patch, fixes #2904
Jaroslav Kysela [Mon, 1 Jun 2015 12:02:23 +0000 (14:02 +0200)]
DVR: autorec create - webapi - fix the default DVR config selection, fixes #2904
Jaroslav Kysela [Mon, 1 Jun 2015 06:54:56 +0000 (08:54 +0200)]
DVR: allow admin to edit owner/creator fields
Jaroslav Kysela [Sun, 31 May 2015 21:19:30 +0000 (23:19 +0200)]
DVR: rec - for time strings, replace : with -
Jaroslav Kysela [Sun, 31 May 2015 18:41:23 +0000 (20:41 +0200)]
DVR: pathname format string - replace directory separator (slash) to minus, fixes #2906
Jaroslav Kysela [Sun, 31 May 2015 18:28:51 +0000 (20:28 +0200)]
epg: epg_episode_number_format - ensure to return null string, fixes #2907
Jaroslav Kysela [Sun, 31 May 2015 13:52:55 +0000 (15:52 +0200)]
doc: Fix ffmpeg example %f
Jaroslav Kysela [Sun, 31 May 2015 09:27:59 +0000 (11:27 +0200)]
subscription: fix the oneshot override subscription cleanup
Jaroslav Kysela [Sat, 30 May 2015 20:06:06 +0000 (22:06 +0200)]
linuxdvb: add proper support for multiple frontends in one adapter directory
Jaroslav Kysela [Sat, 30 May 2015 20:04:57 +0000 (22:04 +0200)]
linuxdvb ca: set proper pmt message length for CAM (fix for the mpegts table code update)
Jaroslav Kysela [Sat, 30 May 2015 17:52:01 +0000 (19:52 +0200)]
webui: http loop - add proper data timeout handling
Jaroslav Kysela [Fri, 29 May 2015 20:52:04 +0000 (22:52 +0200)]
HTSP: Fix filename for multiple files - dvrentry
Jaroslav Kysela [Fri, 29 May 2015 18:55:03 +0000 (20:55 +0200)]
language codes: add back line removed by mistake
Jaroslav Kysela [Fri, 29 May 2015 18:41:11 +0000 (20:41 +0200)]
intlconv_utf8safestr: do not return NULL but empty string when max_size is zero
Jaroslav Kysela [Fri, 29 May 2015 16:54:16 +0000 (18:54 +0200)]
config: ensure that at least one preferred language is set (defaults to eng)
Jaroslav Kysela [Fri, 29 May 2015 16:50:53 +0000 (18:50 +0200)]
language: add lang_code_preferred() to properly handle NULL for lang_str_add
Jaroslav Kysela [Fri, 29 May 2015 16:39:43 +0000 (18:39 +0200)]
HTSP: allow to remove language settings
Jaroslav Kysela [Fri, 29 May 2015 16:09:46 +0000 (18:09 +0200)]
HTSP: subtitle fixes - build dvrentry & update dvrentry
Jaroslav Kysela [Fri, 29 May 2015 16:06:29 +0000 (18:06 +0200)]
HTSP: show default language settings in the hello message
Jaroslav Kysela [Fri, 29 May 2015 16:02:19 +0000 (18:02 +0200)]
DVR: handle properly subtitle update and coding fixes
Jaroslav Kysela [Fri, 29 May 2015 15:47:40 +0000 (17:47 +0200)]
HTSP: some language fixes
Jaroslav Kysela [Fri, 29 May 2015 15:38:05 +0000 (17:38 +0200)]
DVR: implement description update
Jaroslav Kysela [Thu, 28 May 2015 13:05:56 +0000 (15:05 +0200)]
rpm: more rpmfusion updates
Jaroslav Kysela [Fri, 29 May 2015 08:19:39 +0000 (10:19 +0200)]
DVR: pathname format string fixes
Jaroslav Kysela [Thu, 28 May 2015 12:22:24 +0000 (14:22 +0200)]
IPTV: RTP - add pkt_cb to iptv_rtp_read() - for RTCP
Ben Fennema [Mon, 25 May 2015 21:28:35 +0000 (14:28 -0700)]
dvr: remove legal character ' from unsafe/windows compatible filenames list
Dreamcat4 [Thu, 21 May 2015 20:50:54 +0000 (21:50 +0100)]
Add trusty (14.04 LTS) build target
So that ubuntu package names will appear as '4.0.0-11~gd149c5b~trusty amd64'
Jaroslav Kysela [Thu, 28 May 2015 12:00:53 +0000 (14:00 +0200)]
DVR: Add invalid target (file not created) to the status
Jaroslav Kysela [Thu, 28 May 2015 11:42:33 +0000 (13:42 +0200)]
DVR: Fix empty format string issues, and missing $n