diego
d2ab698181
Leave out (no) prefix from option names for consistency.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23748 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-09 14:58:50 +00:00
diego
8070bb9712
small grammar fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23718 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-04 18:41:22 +00:00
kraymer
e03516c9e6
roff fix (new line for new sentence)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23714 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-03 13:17:51 +00:00
voroshil
6aea0fb430
Implemented tv://[<channel>][/<input_id>] url syntax
...
to allow users start watching from S-Video or Composite
input without touching '-tv input=' option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23687 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-28 18:36:05 +00:00
reimar
af9440b2f1
Document the effect of -really-quiet on gmplayer.
...
Not 100% correct description, feel free to improve.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23609 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-23 13:55:13 +00:00
voroshil
2f76cfc28a
Revert r23530.
...
r23530 breaks policy: notification was not sent to mailing list,
agreements of other devs were not received.
Code also should be reviewed/cleaned up/fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23593 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-21 08:18:51 +00:00
zuxy
be09bd1c04
The audio balance feature implemented with af_pan.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23588 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-20 02:26:20 +00:00
diego
0c4c7a4263
misc small fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23580 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-18 21:24:45 +00:00
gpoirier
6efcd75290
add missing IDCT algothim, as defined in libavcodec/avcodec.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23561 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-16 11:49:11 +00:00
gpoirier
d04d9b3c95
refine the example of -menu-chroot yet more
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23549 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-12 20:31:49 +00:00
gpoirier
3dd5f316fb
give an example of -menu-chroot usage
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23548 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-12 20:16:51 +00:00
voroshil
83a2c50ef9
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
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23530 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-10 00:06:12 +00:00
lorenm
c263afa4af
x264 no longer defaults to qp=26.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23528 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-09 17:32:49 +00:00
lorenm
cc770a2641
-lavdopts threads is only implemented for mpeg[12]
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23504 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 02:57:45 +00:00
corey
795fa7d558
then/than typo spotted by "JRaSH"
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23467 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 01:07:35 +00:00
ptt
cd88c4b1c9
new sentences on new lines, diego says ;-P
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23455 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-02 18:07:19 +00:00
compn
0dbb81db10
update manual date, its been 8 months...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23444 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-02 01:56:22 +00:00
voroshil
eb5bf3b88e
New "automute" tv:// option.
...
Will switch off sound and show blue screen instead of video with noise
when signal level (in 0-255 scale) is less than specified value.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23440 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 17:49:51 +00:00
ptt
54090526e7
removed unneeded space
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23425 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 00:16:02 +00:00
ptt
b4753dc318
removed an unneeded comma
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23424 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 00:14:00 +00:00
ptt
8cb2572f02
added '&' for 'e.g.'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23423 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 00:03:10 +00:00
ptt
7699cf2a3b
added a missing space char
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23420 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-30 23:15:13 +00:00
ben
7c583588b9
add documentation for new -menu-chroot option
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23410 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-29 18:52:20 +00:00
ptt
44b6b7caea
added missing fps
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23370 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-21 16:29:39 +00:00
ptt
98bedbe5ca
little alignment fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23367 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-21 16:01:04 +00:00
corey
a60325adc8
1L to me: dv does not support YVU9.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23325 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 00:08:57 +00:00
compn
d0da437db2
fix formating of lavcopts format suboptions
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23314 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-14 01:29:31 +00:00
compn
c024772645
add svq1 lavcopts format colorspace
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23311 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 22:54:03 +00:00
corey
d9ef2b89f7
List dv in pixel formats lavc's dv encoder supports.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23308 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 22:12:31 +00:00
compn
665396fe12
update copyright year'
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23291 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 14:16:58 +00:00
compn
9161356ee8
wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage error is 18 months old!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23283 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 00:43:36 +00:00
ben
a6e2f46f9b
description for -menu-keepdir option
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23261 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-08 10:29:47 +00:00
gpoirier
8b630c7768
document lavc's 'level' option, patch by Carl Eugen Hoyos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23240 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-06 18:40:04 +00:00
ben
e143387ae0
updated manpages with new vidix subdevice names
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23162 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-28 17:58:24 +00:00
cehoyos
a2dda036d8
Make -monitorpixelaspect 1 the default.
...
Patch by Onur Küçük <onur.--.-.delipenguen.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23154 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-27 23:16:45 +00:00
eugeni
c67220c86f
Add -ass-hinting option for setting font hinting method.
...
It is possible to separately configure hinting for scaled and unscaled osd.
The default is native hinter for unscaled osd (only vo_gl at this point),
no hinting for vf_ass.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23152 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-27 14:25:36 +00:00
kraymer
ca77b99b57
cosmetics: remove trailing white space
...
end sentence with full stop (.)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22975 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-11 20:25:12 +00:00
nicodvb
8070c8959d
more human description of -mpegopts :interleaving2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22949 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-08 17:06:30 +00:00
nicodvb
b333c4e098
documented -mpegopts :interleaving2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22948 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-08 16:21:32 +00:00
voroshil
c8cb753c7b
Ability to specify video and audio capture device names
...
in *BSD BT848 tv driver.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22916 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-05 16:33:54 +00:00
nicodvb
fb959be82f
restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22902 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 21:54:18 +00:00
nicodvb
58d47169e3
removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22901 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 21:44:37 +00:00
nicodvb
bbb9c8c703
documented -mpegopts :adelay
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22900 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 21:42:37 +00:00
reimar
e0418759ff
Clarify -xineramascreen -2 behaviour
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22845 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-30 17:10:35 +00:00
kraymer
abc2cbf406
roff fix: escape dash for options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22779 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-22 10:52:56 +00:00
cehoyos
990831727c
'D' also turns off and on kerndeint
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22776 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-22 10:10:37 +00:00
reimar
583d812e1d
Explain workaround for -vo gl:scaled-osd -ass image corruption.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22747 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 18:27:35 +00:00
voroshil
57ed940858
Allow to specify frequencies in channels option.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22637 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-16 19:42:41 +00:00
diego
8cb954b89a
Wording improvement as suggested by Michael.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22622 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-15 18:12:01 +00:00
diego
95458e224b
Clarify -reuse-socket description.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22521 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-12 15:21:13 +00:00