Project

General

Profile

Tvheadend-42 » History » Version 20

Jaroslav Kysela, 2017-04-22 11:55

1 1 Jaroslav Kysela
h1. Tvheadend v4.2
2
3 20 Jaroslav Kysela
This includes some exciting new features, like internationalization, improved access management, improved transcoding and many bugfixes for streaming and recordings.
4 1 Jaroslav Kysela
5
h2. Changelog
6
7
h3. v4.2
8
9
For the full changelog you can consult "github":https://github.com/tvheadend/tvheadend/compare/release/4.0...release/4.2, but beware this is pretty big!
10
11
h4. Core updated
12
13 4 Jaroslav Kysela
* internationalization support for webui
14 1 Jaroslav Kysela
* separated passwords from ACLs
15 3 Jaroslav Kysela
* allow multiple profiles / channel tags per ACL
16 1 Jaroslav Kysela
* improved traces (negligible runtime overhead when compiled-in - --enable-trace)
17 5 Jaroslav Kysela
* whole HTTP data interface is accessible through /api URLs
18 7 Jaroslav Kysela
* improved the internal data handling (idnode, simple node)
19 8 Jaroslav Kysela
* improved m3u playlist generator (advanced options to export logos)
20
* added Enigma2 playlist generator
21 11 Jaroslav Kysela
* added XMLTV EPG generator
22 8 Jaroslav Kysela
* bouquets - added automatic import from Enigma1/2 bouquets
23 12 Jaroslav Kysela
* XMLTV/PyEPG: rewrite EPG importers (better channel mapping and management)
24 1 Jaroslav Kysela
25
h4. DVB Improvements
26
27 6 Jaroslav Kysela
* added HEVC (H.265) support
28 7 Jaroslav Kysela
* improved MPEG audio frame parsers (layers 1,2,3)
29
* improved AAC audio frame parsers
30 8 Jaroslav Kysela
* added over-the-air ATSC EPG parser
31
* improved descrambling (buffering, error handling)
32
* added master tuner feature for linuxdvb
33
* improved live service checking
34 1 Jaroslav Kysela
35
h4. DVR Improvements
36
37
* added support for multiple files per entry (delete request now removes all files from disc)
38
* possibility to filter out failed recordings for an user
39 8 Jaroslav Kysela
* added advanced format for the output filename specification (format string)
40
* added possibility to change owner/creator fields for administator
41
* added possibility to disable scheduled recordings
42
* added "autodelete" functionality to autorec
43 9 Jaroslav Kysela
* added possibility to re-record wronly received broadcasting
44
* added possibility to do precise recordings based on the EPG running status
45 1 Jaroslav Kysela
46 8 Jaroslav Kysela
h4. IPTV
47
48 10 Jaroslav Kysela
* added proper stream timing (to stream static media)
49 8 Jaroslav Kysela
* added auto-network (auto-import) functionality using m3u playlists
50 10 Jaroslav Kysela
* added file:// support
51
* added simple HTTP HLS support
52 8 Jaroslav Kysela
53 13 Jaroslav Kysela
h4. SAT>IP
54
55
* added support for embedded (interleaved) data in RTSP sessions for client and server
56
* added possibility to pass the subscription weight from client to server
57
58 2 Jaroslav Kysela
h4. Transcoding
59 1 Jaroslav Kysela
60 2 Jaroslav Kysela
* more audio/video encoder optimized settings
61 8 Jaroslav Kysela
* add HEVC (H.265) support
62 7 Jaroslav Kysela
63
h4. WEBUI
64
65 15 Jaroslav Kysela
* added initial configuration wizard
66 14 Jaroslav Kysela
* add theme support (blue,gray,access)
67 1 Jaroslav Kysela
* partial AJAX updates
68
* configurable area on top (login, clock, storage space)
69 8 Jaroslav Kysela
* multi-row editor (change multiple records together)
70
* cumulative status for all input tuners
71 16 Jaroslav Kysela
* improved help (source text is in markdown)
72 1 Jaroslav Kysela
73
h2. Download
74
75 18 Jaroslav Kysela
See [[Download|Download]] section.
76 1 Jaroslav Kysela
77
h3. Source code
78
79 17 Jaroslav Kysela
* "tvheadend-4.2.1":https://github.com/tvheadend/tvheadend/releases/tag/v4.2.1 — Release on github.