Commit graph

5504 commits

Author SHA1 Message Date
Jaroslav Kysela
eef6f429b4 Merge branch 'cosmetic' of git://github.com/PiterEL/tvheadend into a 2014-10-30 14:38:57 +01:00
Jaroslav Kysela
03578d3226 mpegts mux scheduler: fixed crash, fixes #2434 2014-10-30 14:24:22 +01:00
Piotr Kuchciak
978e7f831e WEBUI: cosmetic changes
-changed icon in Live TV Player: play, pause, stop
-cosmetic in Live TV Player
-changed icon for broadcast details and cosmetic name field, and add
icon for buttons (Please add button STOP RECORD about button RECORD
PROGRAM !!! and moved link PLAY about DVR PROFILE SELECT as BUTTON)
-changed icon in details for finished recordings in DVR
-changed windows size for broadcast details
-add icon for title help window
-changed icon tab EPG
-changed icon tab DVR
2014-10-30 08:41:28 +01:00
Beralt
9bb73c118d tvhdhomerun: only run discovery once upon startup (fixes #2418) 2014-10-28 21:08:29 +01:00
Piotr Kuchciak
7c523992ef webTV: changed icon full screen 2014-10-28 21:08:29 +01:00
Jaroslav Kysela
863ea6f707 mpegts input: mm_active cleanups, fix also memory leak introduced by mi_stop 2014-10-28 21:02:39 +01:00
Jaroslav Kysela
a4cfbb99b0 service: log the instance source 2014-10-28 10:26:30 +01:00
Jaroslav Kysela
6b5c0cde45 DVR: all states starting with recording should be allowed to abort, fixes #2390 2014-10-27 19:49:20 +01:00
Jaroslav Kysela
5e0908cc7f DVR: NOSTATE belogs to the upcoming recordings - user is allowed to edit it, fixes #2426 2014-10-27 19:48:18 +01:00
Jaroslav Kysela
5a672586e9 help: access config - enhance combining description 2014-10-27 14:26:43 +01:00
Piotr Kuchciak
4a52ff5f2e HELP: Update text for streamin profile 2014-10-27 14:24:04 +01:00
Piotr Kuchciak
a03231482c HELP: update help for access 2014-10-27 14:24:04 +01:00
Jaroslav Kysela
466d27b7fe mpegts service: Add Ignore EPG (EIT) checkbox, fixes #2410 2014-10-27 14:21:47 +01:00
Jaroslav Kysela
32b51737ba udp: improve udp_bind_double 2014-10-26 22:42:07 +01:00
Jaroslav Kysela
6e82328003 channel icon: fix the wrong load sequence (lost services) 2014-10-26 21:43:08 +01:00
Jaroslav Kysela
dec23cab69 http server: improve shutdown for streaming 2014-10-26 21:43:08 +01:00
Jaroslav Kysela
46ce1de009 mpegts input: cleanups in locking and queue shutdown 2014-10-26 21:43:05 +01:00
Jaroslav Kysela
16363a4ae3 http server: added dump request trace 2014-10-26 18:26:01 +01:00
Jaroslav Kysela
be8279c60a profile: add chain reopen function for DVR,fixes #2419 2014-10-26 18:01:47 +01:00
Jaroslav Kysela
68f7acaca8 webui: http streaming - cosmetic changes, check getsockopt return code 2014-10-26 17:47:19 +01:00
Jaroslav Kysela
73f781efe2 muxer libav: do not write new data when an error occured, fixes #2420 2014-10-26 17:46:52 +01:00
Jaroslav Kysela
eea8a5a374 tsfix: substitles might have large time gaps, fixes #2423 2014-10-26 17:07:53 +01:00
Jaroslav Kysela
af9cb5b805 profile: fix typo 2014-10-26 16:27:06 +01:00
Jaroslav Kysela
b80c232fc2 access: added access rights dump to check active ACL (trace) 2014-10-25 21:38:20 +02:00
Jaroslav Kysela
daa9788c42 profile: add profile work sharing 2014-10-25 21:38:20 +02:00
Jaroslav Kysela
596b4e0b29 http: return correct error code to obtain authorization, fix http_access_verify_channel - mask check 2014-10-24 21:21:42 +02:00
Piotr Kuchciak
38f73e1c90 HELP: Update help text AutoREC and Time Schedules 2014-10-24 18:06:05 +02:00
Piotr Kuchciak
e639c8d63c HELP: Update images and preparations to fields to help text 2014-10-24 18:06:05 +02:00
Jaroslav Kysela
e8eb6eb311 streaming: msg_free - allow NULL ptr as input 2014-10-24 18:03:28 +02:00
Jaroslav Kysela
c77e07d1e9 epggrab: enhance eit trace 2014-10-24 18:00:25 +02:00
Jaroslav Kysela
8a0078d7ed streaming: change streaming_pad_deliver() semantics 2014-10-24 17:59:20 +02:00
Jaroslav Kysela
ad5f59ce14 timeshift: move the pts_delta init code to a function 2014-10-24 09:02:21 +02:00
Jaroslav Kysela
c23eca2b0b tsfix: Fix the decision boundary for ts_diff, handle reference for text subtitles, too 2014-10-24 08:53:24 +02:00
Jaroslav Kysela
9c6b8c2975 tsfix: apply local reference for teletext if the MPEG-TS encoder is crazy 2014-10-23 21:55:08 +02:00
Jaroslav Kysela
c297aa739a tsfix: remove if (1) condition 2014-10-23 21:30:23 +02:00
Jaroslav Kysela
a8b96b7b8a mpegts table: add more traces 2014-10-23 20:43:31 +02:00
Jaroslav Kysela
2ad44b0acf timeshift: add little comment to last pts delta fix 2014-10-23 18:19:11 +02:00
Jaroslav Kysela
1d2df400b5 dvb support: more fixes in conv_utf8() - fixes#2414
- add ucs2 for 0x14
- fix the first character skip for 0x15 (utf8)
2014-10-23 18:12:31 +02:00
Jaroslav Kysela
82b17a74fd timeshift: for initial pts value, scan more packets (now 6) 2014-10-23 15:24:41 +02:00
Jaroslav Kysela
6106b71a6e tsfix: fix pts/dts for all streams (including teletext) 2014-10-23 15:22:56 +02:00
Piotr Kuchciak
4ad249ec01 WEBUI: Changed icon
-Clean icon image cache
-Reset Icon
2014-10-23 11:15:59 +02:00
Piotr Kuchciak
4c3ff47cca HELP: Update image for help
-Configuration > General
-Channel/EPG > Channels
2014-10-23 11:15:59 +02:00
Jaroslav Kysela
777b3484f6 profile: fix timeshift creation for htsp profile, add more timeshift logs 2014-10-23 11:15:03 +02:00
Jaroslav Kysela
d0ee05985e config: fix prefer_picon name in the storage structure, fixes #2413 2014-10-23 08:37:56 +02:00
Jaroslav Kysela
ea0ea5861f webui: /play - direct streaming for no user-agent providers, remove VLC for direct
(note vlc is fine with playlists and shows the correct title for matroska)
2014-10-23 08:27:21 +02:00
Jaroslav Kysela
59206653fb webui: the /play redirector - add more user-agent direct streaming, fixes #2412
- 'VLC/'
- 'MPlayer '
- 'Lavf/' (ffmpeg, libav)
- shoutcastsource (some media players?)
2014-10-22 22:21:46 +02:00
Jaroslav Kysela
472d1e9691 service mapper: fix the abort due to missing streaming target initialization 2014-10-22 21:56:05 +02:00
Jaroslav Kysela
e7e6754c8d muxer libav: review again the h264 filter payload free code 2014-10-22 21:47:49 +02:00
Jaroslav Kysela
2e15888712 webui: changed rights for playlist, dvrfile, fixes #2409
- /dvrfile requires (advanced) streaming or recorder rights
- /play requires (advanced) streaming or recorder rights
- /playlist requires rights depending on functionality
  - dvr playlists requires recording rights
  - channel and tags playlist requires streaming rights
2014-10-22 21:26:34 +02:00
Jaroslav Kysela
917fb808a0 htsp server: fixed wrong condition (profile_chain_work) 2014-10-22 17:47:00 +02:00