diff options
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | vdr.5 | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3e57f866..9e354519 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2208,6 +2208,7 @@ Christoph Haubrich <christoph1.haubrich@arcor.de> for reporting unused 'synced' member in cTsToPes for suggesting to add a note to cTsToPes about all TS packets having to belong to the same PID + for adding HD stream content identifiers to vdr.5 Pekka Mauno <pekka.mauno@iki.fi> for fixing cSchedule::GetFollowingEvent() in case there is currently no present @@ -6557,7 +6557,7 @@ Video Disk Recorder Revision History - The original display size of subtitles is now used to scale them properly when displaying them on an HD OSD. -2011-03-28: Version 1.7.18 +2011-04-03: Version 1.7.18 - Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtimäki). - Added a missing 'default' case in cPixmapMemory::DrawEllipse(). @@ -6593,3 +6593,4 @@ Video Disk Recorder Revision History - Added a missing font deletion in cTrueColorDemo::Action() in the "osddemo" plugin (thanks to Reinhard Nissl). - Fixed a buffer overflow in cFont::Bidi() (thanks to Reinhard Nissl). +- Added HD stream content identifiers to vdr.5 (thanks to Christoph Haubrich). @@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 2.21 2010/12/24 15:19:21 kls Exp $ +.\" $Id: vdr.5 2.22 2011/04/03 10:21:36 kls Exp $ .\" .TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files" .SH NAME @@ -807,7 +807,7 @@ l l. <description> @is the description of the event (any '|' characters will be interpreted as newlines) <genre> @is a two digit hex code, as defined in ETSI EN 300 468, table 28 (up to 4 genre codes are supported) <parental rating>@is the minimum age of the intended audience -<stream> @is the stream content (1 = video, 2 = audio, 3 = subtitles, 4 = AC3) +<stream> @is the stream content (1 = MPEG2 video, 2 = MP2 audio, 3 = subtitles, 4 = AC3 audio, 5 = H.264 video, 6 = HEAAC audio) <type> @is the stream type according to ETSI EN 300 468 <language> @is the three letter language code (optionally two codes, separated by '+') <descr> @is the description of this stream component |