annotate DOCS/README @ 23510:a6c619ee9d30

Teletext support for tv:// (v4l and v4l2 only) modified patch from Otvos Attila oattila at chello dot hu Module uses zvbi library for all low-level VBI operations (like I/O with vbi device, converting vbi pages into usefull vbi_page stuctures, rendering them into RGB32 images). All teletext related stuff (except properties, slave commands and rendering osd in text mode or RGB32 rendered teletext pages in spu mode) is implemented in tvi_vbi.c New properties: teletext_page - switching between pages teletext_mode - switch between on/off/opaque/transparent modes teletext_format - (currently read-only) allows to get format info (black/white,gray,text) teletext_half_page - trivial zooming (displaying top/bottom half of teletext page) New slave commands: teletext_add_dec - user interface for jumping to any page by editing page number interactively teletext_go_link - goes though links, specified on current page
author voroshil
date Sun, 10 Jun 2007 00:06:12 +0000
parents 5c232a30d497
children 4c9698666a4c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11077
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
1
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
2 #######################################
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
3 ## Reading the MPlayer Documentation ##
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
4 #######################################
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
5
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
6 Thanks for reading MPlayer documentation !!!
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
7
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
8
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
9 1. For "release" version users (i.e. non-CVS):
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
10
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
11 a, Enter the HTML/ directory, and there you'll find the documentation,
11098
b16e131edc78 some typos, extended explanation
diego
parents: 11077
diff changeset
12 each language in its own subdirectory.
11077
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
13
11202
1470e4dd1a4a Include HTML-single in README's.
wight
parents: 11098
diff changeset
14 b, If you prefer reading the documentation as a single big file it
1470e4dd1a4a Include HTML-single in README's.
wight
parents: 11098
diff changeset
15 can be found in the HTML-single/ directory, each language in its
1470e4dd1a4a Include HTML-single in README's.
wight
parents: 11098
diff changeset
16 own subdirectory.
1470e4dd1a4a Include HTML-single in README's.
wight
parents: 11098
diff changeset
17
11204
5c232a30d497 grammar + renamed target
diego
parents: 11202
diff changeset
18 c, If the HTML/ or HTML-single/ directories don't contain your language,
11202
1470e4dd1a4a Include HTML-single in README's.
wight
parents: 11098
diff changeset
19 try the subdirectories in this very same folder.
11077
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
20
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
21
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
22 2. For "development" version users (i.e. CVS or CVS snapshots):
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
23
11098
b16e131edc78 some typos, extended explanation
diego
parents: 11077
diff changeset
24 a, Enter the xml/ directory, and read the README file there to find
b16e131edc78 some typos, extended explanation
diego
parents: 11077
diff changeset
25 out how to build a HTML version of the XML documentation. It will
11202
1470e4dd1a4a Include HTML-single in README's.
wight
parents: 11098
diff changeset
26 be created in the HTML/ and HTML-single/ directories.
11077
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
27
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
28 b, If the xml/ directory doesn't contain your language, try the
d8925793bf06 generic instructions on DOCS subdirectories
gabucino
parents:
diff changeset
29 subdirectories in this very same folder.