1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 06:11:10 +00:00
Commit Graph

1086 Commits

Author SHA1 Message Date
gpoirier
6d721476af improve description of x264's deadzone* options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21221 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-25 15:17:21 +00:00
uau
abab10f2fa Remove "OSD only" tags; those options always exist.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21186 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-24 10:20:04 +00:00
nicodvb
08144820a8 documented :format=pes[12] in -mpegopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21158 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-21 22:13:23 +00:00
nicodvb
dccace0a31 TAB switches between programs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21026 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 14:47:53 +00:00
gpoirier
84abdd9df9 group together B-frames options with I,P frames options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21020 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 12:41:31 +00:00
gpoirier
ba4c63d445 group together xvid's rate control options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21019 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 12:38:20 +00:00
gpoirier
45358915e7 group together "quant_type" and quant_*_matrix since they are related
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21017 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 12:35:29 +00:00
gpoirier
9d80dcfa3d group together "debug" and "psnr", note that "threads" option is featured on 1.2.x release
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21015 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 12:32:12 +00:00
gpoirier
8b4a9db8bc Move xvid 'grayscale' option close to 'interlacing'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21013 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 12:26:04 +00:00
gpoirier
add184a4ae group together "quality" control options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21012 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 12:23:05 +00:00
gpoirier
bb113ed596 group together xvid's 'closed_gop' and 'packed' options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21011 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 12:16:52 +00:00
gpoirier
036336b3c1 remove xvid3's divx5bvop and replace it by xvid4's closed_gop
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21010 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 11:38:24 +00:00
gpoirier
39e794239b remove xvid3's mpeg_quant, replace it by xvid4's quant_type
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21008 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 11:34:40 +00:00
kraymer
6489a77e54 document new "D" keybinding for deinterlacing, introduced in
r20989: Add deinterlace property, patch by Carl Eugen Hoyos [..]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21005 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 10:56:43 +00:00
gpoirier
6d800e6658 remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21004 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 10:08:56 +00:00
gpoirier
85e7c22bd0 Xvid3 support is no more: Remove Xvid3-specific options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21003 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 09:57:52 +00:00
voroshil
c9b485e94c Add *BSD BT848 radio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21001 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 06:53:33 +00:00
reimar
637417346e Since vobsub_lang and sub_select do the same, 'b' and 'j' were bound
to the same thing. Remove the binding for 'b'.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20993 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-17 19:37:58 +00:00
kraymer
18d524f23e document new key binding for switching video streams in MPEG-TS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20969 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-16 21:35:05 +00:00
reimar
0ac1f9a349 Missing : in -vf expand ar example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20900 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 21:06:00 +00:00
kraymer
c7aafab087 rename: XviD -> Xvid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20876 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 08:53:20 +00:00
reimar
04d19b7097 Clarify -dumpaudio, it is not useful normally
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20872 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 20:09:51 +00:00
voroshil
09621fb285 Adding ability to check allowed frequency range.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20774 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-08 07:02:43 +00:00
corey
7e5c903723 - explain lavc lmin option more clearly
- document lavc mblmin and mblmax options


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20773 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-08 03:23:02 +00:00
diego
3829ecb1a2 Remove remnants of long-gone libfame.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 22:57:14 +00:00
nicodvb
3237763bc9 spellfix and improvement suggested by Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20707 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:18:17 +00:00
diego
7f87968b01 consistency/grammar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20690 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 12:49:32 +00:00
nicodvb
4bb0ac6e10 reccomend the usage of :tsaf with :format=dvd in -mpegopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20684 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 10:54:14 +00:00
reimar
edf5315b00 Clarify state of openal ao.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20664 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-04 12:01:29 +00:00
diego
acec757142 Document ao_openal.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20648 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 21:36:11 +00:00
kraymer
518fccba70 fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20639 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 14:19:32 +00:00
diego
b0890999db libmpdvdkit2 --> libdvdcss
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20633 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 13:51:04 +00:00
diego
149d68bf27 typo, roff markup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20621 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 08:56:03 +00:00
uau
6ac83a2e93 better description for -correct-pts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20620 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 05:14:37 +00:00
diego
6741988569 wording/roff fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20535 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-30 19:54:59 +00:00
eugeni
f4d59ac936 An example of using -vf ass.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20534 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-30 19:38:45 +00:00
reimar
fbe914dc00 Warn about vo_gl scaled-osd broken with -ass
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20514 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-29 14:16:42 +00:00
ods15
da2bea3752 finally document -correct-pts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20445 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 17:43:46 +00:00
nicodvb
e7b5b531db -chapter works with dvd:// and dvdnav://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20426 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-23 22:19:23 +00:00
kraymer
52c5eaa45f capitalization at beginning of sentence
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20375 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 17:06:27 +00:00
rtogni
33f910c829 Warn about dangers of -use-filedir-conf option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20369 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 16:37:07 +00:00
diego
d8875d803c Make documentation links point to the online version.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20358 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 12:50:53 +00:00
kraymer
360c96f3c4 escape -mf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20336 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-21 18:34:37 +00:00
ptt
1d78e2c90c added a ". ..." line before gmplayer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20332 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-21 09:58:43 +00:00
diego
3219dee02f Greatly simplify synopsis roff markup and add a bit of consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20317 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-20 10:55:48 +00:00
lorenm
fea44741eb vf uspp description: it now uses snow, not mpeg4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20288 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-17 19:21:22 +00:00
kraymer
c4e860af94 rewording of config file usage
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20283 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-17 11:30:59 +00:00
kraymer
878fd8d9f6 mention new -use-filedir-conf option in general config description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20279 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-17 10:48:41 +00:00
gpoirier
087b6f4c1b Use American spelling of "gray" instead for British's "grey" for XviD option, while keeping backward compatibility
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20265 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-16 11:57:11 +00:00
diego
e9f17bbc18 small grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20264 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-16 10:25:50 +00:00
rtogni
c844ece6d4 Disable loading of file-specific configuration file from the same
directory as the played file. Add a command-line switch to enable it.
Patch by reimar, manpage patch by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20257 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 21:27:15 +00:00
diego
38a06c3c43 bump date, small consistency fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20254 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 18:48:18 +00:00
kraymer
8a7fffc737 escape - (bobdeint)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20253 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 18:41:44 +00:00
reimar
140ee2645b Implement bob (pseudo?) deinterlacing for xvmc.
Patch from Tomas Janousek (tomi at nomi cz) with modifications by
Carl Eugen Hoyos (cehoyos at ag or at) and me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20250 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 18:27:34 +00:00
diego
2ca7c578f3 Escape some more - signs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20237 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 14:12:18 +00:00
ptt
0534e291c9 some little consistency fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20194 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-12 23:12:22 +00:00
diego
6271b2384a Some more consistency for the -pvr options, typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20189 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-12 18:16:04 +00:00
ptt
fa51879c4b little typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20132 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-09 11:34:38 +00:00
lorenm
a18abf1c4a document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20061 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 02:09:50 +00:00
lorenm
0594cd07a0 Remove the x264 option parser, and pass the options on to libx264 as a string instead. This provides automatic support for all current and future x264 options.
A few options had to be reorganized: partitions, deblockalpha/beta, me, direct_pred.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20060 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 02:03:10 +00:00
diego
48416d04ca Mark ao_sdl as SDL-only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20053 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 21:28:08 +00:00
diego
09ed16cf8a Add SDL-specific keys.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20052 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 21:24:34 +00:00
nicodvb
e5bce94fed faacopts :object is in the range 1..4, not 0..3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20028 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 09:04:14 +00:00
kraymer
801a8e56d0 remove trailing periods in listing, insert dashes for "MPEG n"s
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20020 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-03 14:26:13 +00:00
ben
050ff7d8bd correct parameter value case for -pvr vmode option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20008 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-29 20:57:03 +00:00
ben
2d5aedd5b3 updated en and fr man pages with changes introduced by new pvr layer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20000 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-27 20:52:20 +00:00
ptt
928da7a448 after a long time, finally i could add -endpos option to mplayer executable.
as oded told me on 1006 02 24, i applied it, blame me if some problem occurs,
i hope not, since i tried it for a while....


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19979 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-25 16:47:56 +00:00
diego
b03677af4c Fix typos noticed by Paul TT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19927 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-22 08:53:04 +00:00
cladisch
bcebc89ef4 When the hardware sample format is AC3, do not force using an hardcoded
device name.

The setting of the non-audio bit is now done by changing the default
value of the AES0 parameter in the ALSA configuration structures. This
works with user-specified devices, too.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19895 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-18 16:58:21 +00:00
diego
c64a727fab Shorten scale filter parameter names to avoid excessive line length.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19881 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-18 00:13:48 +00:00
diego
3272219bbc Wording improvements, document only one half of -mouse-movements flag option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19865 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-16 22:14:36 +00:00
nicodvb
b79a29d54a documented -[no]mouse-movements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19859 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-16 15:46:20 +00:00
eugeni
21faec3791 Add repeated screenshot mode to vf_screenshot.
It is triggered by "screenshot 1".


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19839 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-15 13:27:59 +00:00
diego
cd6d8486c6 small wording/spelling fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19788 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-10 11:16:57 +00:00
nicodvb
1f8a8f343d keypad 7 returns to nearest dvdnav menu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19785 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-10 10:39:10 +00:00
nicodvb
4ef7512cb8 mention dvdnav keys bindings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19778 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 22:16:05 +00:00
nicodvb
94a601a9bc mention that 'h' and 'k' work with dvb input, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19777 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 22:04:29 +00:00
uau
e9f5497151 -nortc is now the default, document -rtc instead. Change the description
of -rtc and -softsleep.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19763 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 02:29:13 +00:00
gpoirier
67feb23edd Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
(a bit rough, but it's start)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19751 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-08 09:05:03 +00:00
kraymer
dfcf860af8 insert linebreak
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19688 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-05 14:11:41 +00:00
eugeni
8a42dca946 Add -ass-styles man page entry.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19671 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-04 18:19:43 +00:00
diego
229afc385f small markup/grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19653 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-03 13:33:42 +00:00
eugeni
62b44a7d1f ass-color and ass-border-color options.
Only plain text subtitles are affected.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19652 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-03 12:18:49 +00:00
diego
1941ea1992 Document (no)global x264 encoding option.
patch by Jeff Clagg, snacky {at} ikaruga {dot} co {dot} uk


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19630 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-01 20:40:28 +00:00
nicodvb
877a5048d5 documented -lavfdopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19606 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-30 22:35:20 +00:00
diego
6b35c085e4 Improve radio section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19599 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-29 22:28:34 +00:00
kraymer
58014d649b fixe some typos and formatting of -radio entry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19591 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-29 14:19:20 +00:00
reimar
acf654cf8f Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19574 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-28 17:05:18 +00:00
diego
a0ad76ce92 Add missing backslashes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19571 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-28 16:26:11 +00:00
eugeni
432868f92c Add -(no)ass-use-margins option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19569 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-28 15:12:45 +00:00
diego
c03edfb132 Put -ass options in alphabetical order.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19508 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-23 08:43:14 +00:00
diego
2c1425702e syntax/consistency fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19507 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-23 08:42:16 +00:00
eugeni
0adee0932e Add -ass-force-style to man page.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19503 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 23:32:50 +00:00
diego
01b788f864 Enclose all space padded headings with quotes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19493 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-22 10:10:33 +00:00
reimar
f1ee0a4db2 Reintroduce an ugly variant of the -gui/-nogui options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19361 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-08 14:13:51 +00:00
eugeni
1de0c3327d Add matroska chapter seeking capability.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19348 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-06 18:55:34 +00:00
nicodvb
9aecc5b6fd clarification on -mpegopts :vaspect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19286 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-08-01 06:39:27 +00:00
diego
47ce3387c3 New sentences should start on a new line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19285 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 23:03:11 +00:00
nicodvb
c0821a7d51 don't use vaspect on mpeg1 video streams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19281 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 20:07:21 +00:00
attila
63ccd4d06a Move the section describing the per movie config files
up, so it doesn't get seperated from the rest of the
config file doc by the config file example


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19274 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-31 04:18:25 +00:00
ben
a08cbbbd3e typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19244 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-29 16:08:59 +00:00
ben
2e20df93d6 missed some escaping
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19241 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-29 15:27:42 +00:00
ben
1fd3bfff95 use DOCS writing standards for default values (asked by diego)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19240 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-29 15:25:57 +00:00
ben
aa4223ea85 english manpage for pvr:// input
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19233 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-29 11:02:58 +00:00
ben
a9cb95fbd7 updated en/fr manpages for ao_ivtv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19231 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-28 21:51:13 +00:00
nicodvb
03c7cf5f51 removed default outfile for -ao mpegpes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19228 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-28 21:16:52 +00:00
diego
a47b9d11f6 Improve ao_mpegpes description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19206 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-27 20:53:29 +00:00
diego
3e2db07a32 description of the arnd scale video filter parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19191 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-26 22:43:20 +00:00
nicodvb
2d2b8f09cd new -ao mpegpes options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19190 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-26 21:47:54 +00:00
corey
0c184e89b0 - Add missing "00" in -af pan usage line.
- Change -af pan usage and description to use a capital 'L' to make the
  letter easily distinguishable from a '1'.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19181 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-24 16:47:54 +00:00
diego
37bab5c544 cosmetics/punctuation/spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19161 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-22 18:57:56 +00:00
ben
fb9aa02d40 updated english man page with vo_ivtv description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19149 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-21 17:08:47 +00:00
kraymer
0f9205778d move -ass on top of -ass-* options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19134 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-18 18:52:41 +00:00
rfelker
06813d5cab 10l to someone..
users were complaining on the list that -mf w=...:h=... would not
scale their images for them...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19131 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-18 06:32:14 +00:00
ivo
b6fa4fa203 print frame type and keep track of last encountered keyframe
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19101 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-15 10:35:22 +00:00
ivo
761c684fc8 new black frame detection filter
by Brian J. Murrell, Julian Hall and me.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19099 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-15 09:18:44 +00:00
nicodvb
f0c3c22b57 wording fix; default dvb tuning timeout is now 30 seconds
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19097 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 23:06:51 +00:00
diego
f89a7da604 Remove support for obsolete and non-free divx4/odivx libraries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19087 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-14 17:14:16 +00:00
diego
470be4301a Rename OSD/SUB section to OSD/SUBTITLES.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19052 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:14:30 +00:00
diego
0c18077623 alphabetical order for the OSD/SUB section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19051 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:13:16 +00:00
diego
015af9df84 grammar and consistency fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19050 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 23:11:34 +00:00
kraymer
a3cc02a9dd two small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19046 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-12 20:43:25 +00:00
gpoirier
6e70bea4fa Mention hardware DTS pass-through. This wasn't strictly needed, but requested in:
Date: Jul 8, 2006 5:16 PM
Subject: Re: [MPlayer-users] mplayer and DTS pass-through

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18969 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 19:46:11 +00:00
reimar
4bc8d91bc9 customtrect -vo gl suboption
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18968 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 19:29:04 +00:00
reimar
d031003c4e forgotten customtlin -vo gl suboption documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18967 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 19:26:53 +00:00
diego
a0b27e3797 grammar/markup fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18948 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-08 13:30:38 +00:00
eugeni
e15ae9a600 Initial libass release (without mencoder support).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 18:26:51 +00:00
diego
74a303a3af some grammar/spelling/markup fixes for -rtsp-destination
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18928 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 13:22:59 +00:00
reynaldo
d2e67a69fb Modifies behavior of -edlout
Now it creates a new file and writes edit decision list (EDL) records to it
just as it did before but instead of making pas-2-seconds blocks for each
'i' keystroke  lets the user hits 'i' to mark the start or end of a block.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18916 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 22:47:44 +00:00
ben
1ad9af38b5 updated english and french manpages with new -rtsp-destination option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18882 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-01 22:15:37 +00:00
ben
4661cbe829 updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18835 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 21:32:59 +00:00
reimar
2727b16cbb improved -vo gl:lscale documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18712 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 16:08:49 +00:00
diego
c087ea4cd5 formatting fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18702 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-14 10:18:57 +00:00
reimar
316a44ff0e scaler -> scale typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18697 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-13 20:21:47 +00:00
reimar
497b2f561e Add yuv to rgb conversion using a 3D lookup texture
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18656 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-08 19:02:56 +00:00
kraymer
374e81df43 10l: double "and"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18643 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-08 00:47:17 +00:00
kraymer
eafaa2f8c7 rewording/clarification of vqscale option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18640 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 23:28:16 +00:00
kraymer
2d69d3e464 yadif filter: formatting fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18631 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 18:52:49 +00:00
kraymer
3ee63c7588 add vqscale=0 option, explain different meanings for snow and other codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18630 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 18:19:58 +00:00
michael
1b0dd2f656 mcdeint is happy with yadif=3 too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18628 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 17:31:14 +00:00
michael
e4c69a6919 make spatial interlacing check optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18627 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 17:21:45 +00:00
reimar
1b0b329dd7 Add bicubic texture scaling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18623 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 14:07:32 +00:00
corey
9fb516e90a Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18612 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-07 00:02:51 +00:00
michael
36e4ad3058 yet another deinterlacing filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18609 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-06 23:30:23 +00:00
diego
d58d3ace15 small consistency fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18608 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-06 23:04:28 +00:00
diego
8066305f10 grammar/wording and formatting fixes for mcdeint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18607 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-06 22:58:59 +00:00
michael
f31bc72365 Motion compensating deinterlacer
note, the code could probably benefit from some finetuning / experimentation in case anyone is bored ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18591 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-06 00:11:13 +00:00
reimar
ad733dd01d mention when vo_gl yuv conversion methods are inexact
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18577 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-05 11:20:31 +00:00
corey
1934f3b4ea Make aic description a bit more helpful and less misleading.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18574 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-05 06:57:22 +00:00
corey
5414825bac Support and document lavc b_sensitivity option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18573 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-05 06:37:29 +00:00