]> git.ipfire.org Git - thirdparty/tvheadend.git/log
thirdparty/tvheadend.git
10 years agohtsp: add missing chain close call on error patch
Jaroslav Kysela [Sat, 13 Jun 2015 07:07:40 +0000 (09:07 +0200)] 
htsp: add missing chain close call on error patch

10 years agowebui: css - add max-width 97% for hts-doc-text img
Jaroslav Kysela [Fri, 12 Jun 2015 19:17:53 +0000 (21:17 +0200)] 
webui: css - add max-width 97% for hts-doc-text img

10 years agowebui: css - fix hts-doc-text tr.even rule
Jaroslav Kysela [Fri, 12 Jun 2015 19:12:54 +0000 (21:12 +0200)] 
webui: css - fix hts-doc-text tr.even rule

10 years agowebui: docs - another update from tvheadend-documentation
Jaroslav Kysela [Fri, 12 Jun 2015 18:56:03 +0000 (20:56 +0200)] 
webui: docs - another update from tvheadend-documentation

10 years agowebui: docs - align cells in tables acording markdown
Jaroslav Kysela [Fri, 12 Jun 2015 18:53:15 +0000 (20:53 +0200)] 
webui: docs - align cells in tables acording markdown

10 years agoAdjust help dialog calls for better consistency
ProfYaffle [Fri, 12 Jun 2015 12:47:16 +0000 (13:47 +0100)] 
Adjust help dialog calls for better consistency

10 years agodocs: first import from tvheadend-documentation
Jaroslav Kysela [Fri, 12 Jun 2015 11:25:12 +0000 (13:25 +0200)] 
docs: first import from tvheadend-documentation

10 years agodocs: move docs to en/ subtree
Jaroslav Kysela [Fri, 12 Jun 2015 11:23:25 +0000 (13:23 +0200)] 
docs: move docs to en/ subtree

10 years agowebui: css better img positioning for tables
Jaroslav Kysela [Fri, 12 Jun 2015 11:00:28 +0000 (13:00 +0200)] 
webui: css better img positioning for tables

10 years agodocs: remove old documentation script
Jaroslav Kysela [Fri, 12 Jun 2015 10:49:59 +0000 (12:49 +0200)] 
docs: remove old documentation script

10 years agoTidying up orphaned webUI files
ProfYaffle [Thu, 11 Jun 2015 09:43:43 +0000 (10:43 +0100)] 
Tidying up orphaned webUI files

10 years agoAdditional screenshot
ProfYaffle [Thu, 11 Jun 2015 09:42:55 +0000 (10:42 +0100)] 
Additional screenshot

10 years agowebui: css - another hts-doc styles reorganization
Jaroslav Kysela [Fri, 12 Jun 2015 10:46:13 +0000 (12:46 +0200)] 
webui: css - another hts-doc styles reorganization

10 years agoUpdated CSS for webUI help
ProfYaffle [Thu, 11 Jun 2015 09:41:34 +0000 (10:41 +0100)] 
Updated CSS for webUI help

10 years agoWEBUI: Add code to update the progress bars in the EPG view
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

10 years agoprofile: add 'Preferred Service Video Type'
Jaroslav Kysela [Tue, 9 Jun 2015 18:52:26 +0000 (20:52 +0200)] 
profile: add 'Preferred Service Video Type'

10 years agoservice: update doc for priority
Jaroslav Kysela [Tue, 9 Jun 2015 17:03:36 +0000 (19:03 +0200)] 
service: update doc for priority

10 years agoBuild system: some minor improvements
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.

10 years agoservice: allow set priority in range -10 to 10
Jaroslav Kysela [Tue, 9 Jun 2015 16:54:12 +0000 (18:54 +0200)] 
service: allow set priority in range -10 to 10

10 years agowebui: add build time and configure options to status page
stbenz [Tue, 9 Jun 2015 11:23:30 +0000 (13:23 +0200)] 
webui: add build time and configure options to status page

10 years agoHTSP: Be more permissive for timerec entries, fixes #2924
Jaroslav Kysela [Tue, 9 Jun 2015 13:20:37 +0000 (15:20 +0200)] 
HTSP: Be more permissive for timerec entries, fixes #2924

10 years agolinuxdvb: set DELIVERY SYSTEM before satconf, fixes #2933
Jaroslav Kysela [Tue, 9 Jun 2015 13:01:07 +0000 (15:01 +0200)] 
linuxdvb: set DELIVERY SYSTEM before satconf, fixes #2933

10 years agoMakefile.ffmpeg: upgrade to ffmpeg 2.6.3 and libvpx 1.4.0
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

10 years agotranscoding: use avcodec_is_open instead of checking AVCodecContext.codec_id
stbenz [Fri, 5 Jun 2015 20:21:08 +0000 (22:21 +0200)] 
transcoding: use avcodec_is_open instead of checking AVCodecContext.codec_id

10 years agotranscoding: handle change of audio format
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.

10 years agotranscoding: moved determination of audio encoder settings to external functions
stbenz [Fri, 5 Jun 2015 10:55:34 +0000 (12:55 +0200)] 
transcoding: moved determination of audio encoder settings to external functions

10 years agotranscoding: let ffmpeg decide the number of threads by itself
stbenz [Fri, 5 Jun 2015 09:55:35 +0000 (11:55 +0200)] 
transcoding: let ffmpeg decide the number of threads by itself

10 years agolibav: fix multi line log messages
stbenz [Tue, 2 Jun 2015 17:20:40 +0000 (19:20 +0200)] 
libav: fix multi line log messages

10 years agoqueue.h: use own copy of sys/queue.h v8.5, remove duplicate definitions
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

10 years agoACL: another connection limit fix, fixes #2921
Jaroslav Kysela [Sun, 7 Jun 2015 17:32:22 +0000 (19:32 +0200)] 
ACL: another connection limit fix, fixes #2921

10 years agoDVR: Fix another thinko in the connection check
Jaroslav Kysela [Fri, 5 Jun 2015 20:42:28 +0000 (22:42 +0200)] 
DVR: Fix another thinko in the connection check

10 years agoDVR: Handle user-access and user-limit errors correctly in dvr_entry_status()
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()

10 years agoACL: Fix the streaming connection limit, more verbose logs when connlimit fails
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

10 years agoACL: Add connection limit type
Jaroslav Kysela [Thu, 4 Jun 2015 20:08:19 +0000 (22:08 +0200)] 
ACL: Add connection limit type

10 years agoDVR: add more fail reasons (user access and user limit)
Jaroslav Kysela [Thu, 4 Jun 2015 18:59:57 +0000 (20:59 +0200)] 
DVR: add more fail reasons (user access and user limit)

10 years agolinuxdvb: ca - fix compilation, fixes #2920
Jaroslav Kysela [Thu, 4 Jun 2015 17:36:49 +0000 (19:36 +0200)] 
linuxdvb: ca - fix compilation, fixes #2920

10 years agoFix Andreas Öman encoding issues (iso8859 to utf-8)
Jaroslav Kysela [Thu, 4 Jun 2015 17:04:17 +0000 (19:04 +0200)] 
Fix Andreas Öman encoding issues (iso8859 to utf-8)

10 years agocwc: rewrite EMM filter and reassembly routines
Jaroslav Kysela [Thu, 4 Jun 2015 10:47:12 +0000 (12:47 +0200)] 
cwc: rewrite EMM filter and reassembly routines

10 years agoDVR: timerec - fix old typo (dte_owner), fixes #2915
Jaroslav Kysela [Wed, 3 Jun 2015 20:44:02 +0000 (22:44 +0200)] 
DVR: timerec - fix old typo (dte_owner), fixes #2915

10 years agoupdate CSS
Piotr Kuchciak [Tue, 2 Jun 2015 20:32:53 +0000 (22:32 +0200)] 
update CSS

10 years agoChenge icon for password
Piotr Kuchciak [Tue, 2 Jun 2015 17:03:12 +0000 (19:03 +0200)] 
Chenge icon for password

10 years agolibav: fix build without libav
Jaroslav Kysela [Tue, 2 Jun 2015 20:23:47 +0000 (22:23 +0200)] 
libav: fix build without libav

10 years agotimeshift: fix little memory leak (skip/speed msgs)
Jaroslav Kysela [Tue, 2 Jun 2015 20:22:30 +0000 (22:22 +0200)] 
timeshift: fix little memory leak (skip/speed msgs)

10 years agohtsp: initialize streaming_skip_t variable properly
Jaroslav Kysela [Tue, 2 Jun 2015 19:39:22 +0000 (21:39 +0200)] 
htsp: initialize streaming_skip_t variable properly

10 years agoaccess: fix superuser access
Jaroslav Kysela [Tue, 2 Jun 2015 19:08:21 +0000 (21:08 +0200)] 
access: fix superuser access

10 years agotvh_write: another way to check for write timeouts
Jaroslav Kysela [Tue, 2 Jun 2015 18:42:24 +0000 (20:42 +0200)] 
tvh_write: another way to check for write timeouts

10 years agolibav: fix the previous change (debug libav option)
Jaroslav Kysela [Tue, 2 Jun 2015 18:23:24 +0000 (20:23 +0200)] 
libav: fix the previous change (debug libav option)

10 years agoutils: tvh_write - add special socket error check
Jaroslav Kysela [Tue, 2 Jun 2015 15:56:14 +0000 (17:56 +0200)] 
utils: tvh_write - add special socket error check

10 years agowebui: fix the attachment; filename encoding, fixes #2086
Jaroslav Kysela [Tue, 2 Jun 2015 14:43:52 +0000 (16:43 +0200)] 
webui: fix the attachment; filename encoding, fixes #2086

10 years agoconfig: make server name configureable (avahi, satips)
Damjan Marion [Sun, 31 May 2015 15:21:36 +0000 (17:21 +0200)] 
config: make server name configureable (avahi, satips)

10 years agoiptv: rtsp - a little cosmetic fix
Jaroslav Kysela [Tue, 2 Jun 2015 13:40:10 +0000 (15:40 +0200)] 
iptv: rtsp - a little cosmetic fix

10 years ago… and use the callback
Adrien CLERC [Sun, 31 May 2015 13:41:58 +0000 (15:41 +0200)] 
… and use the callback

10 years agoAdd rtp_read callback, to forward headers to RTCP reader
Adrien CLERC [Sun, 31 May 2015 13:41:47 +0000 (15:41 +0200)] 
Add rtp_read callback, to forward headers to RTCP reader

10 years agoUse the correct host to send rtcp reports
Adrien CLERC [Sun, 31 May 2015 13:41:10 +0000 (15:41 +0200)] 
Use the correct host to send rtcp reports

10 years agoSend the receiver report with the udp connection, using the peer information
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

10 years agoRemember the server address:port in the RTCP connection
Adrien CLERC [Sun, 31 May 2015 13:11:20 +0000 (15:11 +0200)] 
Remember the server address:port in the RTCP connection

10 years agoParse RTCP server port, it is mandatory to send RTCP reports
Adrien CLERC [Sun, 31 May 2015 13:06:13 +0000 (15:06 +0200)] 
Parse RTCP server port, it is mandatory to send RTCP reports

10 years agoAdd rtcp info to the rtsp_priv struct init and free rtcp info from rtsp start and...
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

10 years agoAdd adapted RTCP code for 4.0 release
Adrien CLERC [Wed, 20 May 2015 13:15:06 +0000 (15:15 +0200)] 
Add adapted RTCP code for 4.0 release

10 years agolibav: add debug log option and webui
Jaroslav Kysela [Tue, 2 Jun 2015 10:36:23 +0000 (12:36 +0200)] 
libav: add debug log option and webui

10 years agoaccess: fix the username check in htsp access routine
Jaroslav Kysela [Tue, 2 Jun 2015 09:26:24 +0000 (11:26 +0200)] 
access: fix the username check in htsp access routine

10 years agoWEBUI: debugging - fix trace detection
Jaroslav Kysela [Tue, 2 Jun 2015 09:00:53 +0000 (11:00 +0200)] 
WEBUI: debugging - fix trace detection

10 years agohtsp: add more trace subsystems to dump the communication - htsp-req,htsp-ans,htsp-sub
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

10 years agoHTSP: Fix the files/path field for dvrentry, fixes #2894
Jaroslav Kysela [Tue, 2 Jun 2015 06:54:47 +0000 (08:54 +0200)] 
HTSP: Fix the files/path field for dvrentry, fixes #2894

10 years agoDVR: webui api - always set (overwrite) the owner/creator fields
Jaroslav Kysela [Mon, 1 Jun 2015 19:42:39 +0000 (21:42 +0200)] 
DVR: webui api - always set (overwrite) the owner/creator fields

10 years agoDVR: webui api - ensure that owner is set for dvr_entry_create() call, fixes #2908
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

10 years agoremove unused function get_device_connection()
Jaroslav Kysela [Mon, 1 Jun 2015 19:02:53 +0000 (21:02 +0200)] 
remove unused function get_device_connection()

10 years agotranscoding: allow to 'not change' the resolution (use 0 value), fixes #2910
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

10 years agoSeparate passwords from ACL
Jaroslav Kysela [Mon, 1 Jun 2015 16:25:30 +0000 (18:25 +0200)] 
Separate passwords from ACL

10 years agoACL: allow multiple channel ranges per user
Jaroslav Kysela [Mon, 1 Jun 2015 14:27:04 +0000 (16:27 +0200)] 
ACL: allow multiple channel ranges per user

10 years agoDVR: config - update pathname according checkboxes (for old configs)
Jaroslav Kysela [Mon, 1 Jun 2015 12:47:26 +0000 (14:47 +0200)] 
DVR: config - update pathname according checkboxes (for old configs)

10 years agoDVR: quickfix for previous patch, fixes #2904
Jaroslav Kysela [Mon, 1 Jun 2015 12:31:08 +0000 (14:31 +0200)] 
DVR: quickfix for previous patch, fixes #2904

10 years agoDVR: autorec create - webapi - fix the default DVR config selection, 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

10 years agoDVR: allow admin to edit owner/creator fields
Jaroslav Kysela [Mon, 1 Jun 2015 06:54:56 +0000 (08:54 +0200)] 
DVR: allow admin to edit owner/creator fields

10 years agoDVR: rec - for time strings, replace : with -
Jaroslav Kysela [Sun, 31 May 2015 21:19:30 +0000 (23:19 +0200)] 
DVR: rec - for time strings, replace : with -

10 years agoDVR: pathname format string - replace directory separator (slash) to minus, fixes...
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

10 years agoepg: epg_episode_number_format - ensure to return null string, fixes #2907
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

10 years agodoc: Fix ffmpeg example %f
Jaroslav Kysela [Sun, 31 May 2015 13:52:55 +0000 (15:52 +0200)] 
doc: Fix ffmpeg example %f

10 years agosubscription: fix the oneshot override subscription cleanup
Jaroslav Kysela [Sun, 31 May 2015 09:27:59 +0000 (11:27 +0200)] 
subscription: fix the oneshot override subscription cleanup

10 years agolinuxdvb: add proper support for multiple frontends in one adapter directory
Jaroslav Kysela [Sat, 30 May 2015 20:06:06 +0000 (22:06 +0200)] 
linuxdvb: add proper support for multiple frontends in one adapter directory

10 years agolinuxdvb ca: set proper pmt message length for CAM (fix for the mpegts table code...
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)

10 years agowebui: http loop - add proper data timeout handling
Jaroslav Kysela [Sat, 30 May 2015 17:52:01 +0000 (19:52 +0200)] 
webui: http loop - add proper data timeout handling

10 years agoHTSP: Fix filename for multiple files - dvrentry
Jaroslav Kysela [Fri, 29 May 2015 20:52:04 +0000 (22:52 +0200)] 
HTSP: Fix filename for multiple files - dvrentry

10 years agolanguage codes: add back line removed by mistake
Jaroslav Kysela [Fri, 29 May 2015 18:55:03 +0000 (20:55 +0200)] 
language codes: add back line removed by mistake

10 years agointlconv_utf8safestr: do not return NULL but empty string when max_size is zero
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

10 years agoconfig: ensure that at least one preferred language is set (defaults to eng)
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)

10 years agolanguage: add lang_code_preferred() to properly handle NULL for lang_str_add
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

10 years agoHTSP: allow to remove language settings
Jaroslav Kysela [Fri, 29 May 2015 16:39:43 +0000 (18:39 +0200)] 
HTSP: allow to remove language settings

10 years agoHTSP: subtitle fixes - build dvrentry & update dvrentry
Jaroslav Kysela [Fri, 29 May 2015 16:09:46 +0000 (18:09 +0200)] 
HTSP: subtitle fixes - build dvrentry & update dvrentry

10 years agoHTSP: show default language settings in the hello message
Jaroslav Kysela [Fri, 29 May 2015 16:06:29 +0000 (18:06 +0200)] 
HTSP: show default language settings in the hello message

10 years agoDVR: handle properly subtitle update and coding fixes
Jaroslav Kysela [Fri, 29 May 2015 16:02:19 +0000 (18:02 +0200)] 
DVR: handle properly subtitle update and coding fixes

10 years agoHTSP: some language fixes
Jaroslav Kysela [Fri, 29 May 2015 15:47:40 +0000 (17:47 +0200)] 
HTSP: some language fixes

10 years agoDVR: implement description update
Jaroslav Kysela [Fri, 29 May 2015 15:38:05 +0000 (17:38 +0200)] 
DVR: implement description update

10 years agorpm: more rpmfusion updates
Jaroslav Kysela [Thu, 28 May 2015 13:05:56 +0000 (15:05 +0200)] 
rpm: more rpmfusion updates

10 years agoDVR: pathname format string fixes
Jaroslav Kysela [Fri, 29 May 2015 08:19:39 +0000 (10:19 +0200)] 
DVR: pathname format string fixes

10 years agoIPTV: RTP - add pkt_cb to iptv_rtp_read() - for RTCP
Jaroslav Kysela [Thu, 28 May 2015 12:22:24 +0000 (14:22 +0200)] 
IPTV: RTP - add pkt_cb to iptv_rtp_read() - for RTCP

10 years agodvr: remove legal character ' from unsafe/windows compatible filenames list
Ben Fennema [Mon, 25 May 2015 21:28:35 +0000 (14:28 -0700)] 
dvr: remove legal character ' from unsafe/windows compatible filenames list

10 years agoAdd trusty (14.04 LTS) build target
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'

10 years agoDVR: Add invalid target (file not created) to the status
Jaroslav Kysela [Thu, 28 May 2015 12:00:53 +0000 (14:00 +0200)] 
DVR: Add invalid target (file not created) to the status

10 years agoDVR: Fix empty format string issues, and missing $n
Jaroslav Kysela [Thu, 28 May 2015 11:42:33 +0000 (13:42 +0200)] 
DVR: Fix empty format string issues, and missing $n