1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 20:05:07 +00:00
Commit Graph

1477 Commits

Author SHA1 Message Date
diego
ae219c46b7 Add some undocumented options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17679 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 20:28:16 +00:00
diego
ff7e166c4c Document the noup suboption of the scale video filter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17678 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-24 19:09:14 +00:00
diego
ccaf02739f Remove duplicate explanation of how man page format conversion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17662 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-21 21:40:51 +00:00
diego
14d023a2ee grammar, put options in alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17659 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-20 23:50:40 +00:00
gpoirier
e1ab85eba4 sync with 1.1231
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17657 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-20 21:05:36 +00:00
corey
6f446f41b5 New option: -ignore-start
Makes mplayer and mencoder ignore dwStart in AVI files.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17655 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-20 09:36:10 +00:00
corey
06538c9839 Typo fix: "URLs to forces" --> "URLs to force"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17653 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-19 21:55:07 +00:00
gpoirier
91f2c3c556 synced with 1.1229
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17652 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-19 21:39:58 +00:00
bertrand
52dd75e903 Allows the LIVE555 library to forces the client's port to be used
when reading from an RTP/RTSP source.

Patch from Benjamin Zores <ben@geexbox.org> and Patrick Labatut <plabatut@gmail.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17651 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-19 13:27:27 +00:00
corey
89d848a8a2 dwStart support for mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17649 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-19 09:34:37 +00:00
gpoirier
05e6f3c577 synced with 1.1227
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17624 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-13 12:49:15 +00:00
cladisch
cc8359e4e8 This patch removes mmap support because it doesn't have any benefit.
Directly accessing the sample buffer makes sense only when the samples
can be constructed in-place.  When the samples are just copied from
another buffer (as is the case with libao2 drivers), the code to copy
those samples is just a reimplementation of snd_pcm_writei(), so we
could as well use that function.

Besides, the current mmap code does not work except in the most simple
cases: it claims to support non-interleaved and complex sample formats,
but treats them the same as interleaved formats and writes to the wrong
memory location.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17617 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-13 11:15:25 +00:00
gpoirier
498490bfbe synced with 1.1226
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17614 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 17:51:38 +00:00
diego
5fd172c3e1 Rephrase telecine and film2pal mpegopts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17611 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 16:21:07 +00:00
diego
adbb2c67f8 Remove stray space.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17610 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 16:14:07 +00:00
gpoirier
7457379140 sync with 1.1224
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17609 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 15:40:40 +00:00
nicodvb
96ad68b6ae mention film2pal in -mpegopts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17602 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-12 11:09:27 +00:00
ptt
2794a784ae small syntax/upper-lowercase fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17551 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 16:04:25 +00:00
gpoirier
4479cb1c8f synced with 1.1223
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17550 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 08:54:47 +00:00
danny
31e5fa32fc Minor correction of last two updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17549 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 08:10:51 +00:00
diego
312bff7977 -fixed-vo shall no longer be called BETA-CODE.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17546 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 00:01:38 +00:00
kraymer
73e8a03d74 1.1222: cs and ls swscale parameters accept different value ranges now.
1.1221: Add -nocache option, -cache is not a flag option.
1.1220: x264 tweaks


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17537 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-05 14:48:02 +00:00
diego
a44e14f304 cs and ls swscale parameters accept different value ranges now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17536 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-05 14:16:39 +00:00
gpoirier
d7565fdceb synced with 1.1221
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17530 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-03 17:07:43 +00:00
diego
789af5d8ec Add -nocache option, -cache is not a flag option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17529 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-02 13:14:28 +00:00
lorenm
addfc4c6a7 x264 tweaks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17527 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-02 05:10:03 +00:00
ptt
3cc6413aab typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17526 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-01 09:16:41 +00:00
ptt
de3eed1275 sync up to 1.1216
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17521 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-31 09:00:41 +00:00
kraymer
83fc736735 1.218: typo, consistency
1.217: Try to only use a linebreak without hyphenation (\:) where it makes sense.
1.216: Unify the handling of escaped spaces.
+ some wording


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17515 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-30 12:54:11 +00:00
jheryan
996a9edd6b Synced with 1.1214
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17514 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-30 12:43:29 +00:00
ptt
4751d6870b sync up to 1.202
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17513 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-30 11:42:50 +00:00
kraymer
6aaad67ce3 1.219: More detailed description of brd_scale.
1.215: Include MEncoder config files in list of files.
1.214: [does not apply]
1.213: Fix up new profiles section and the MPLAYER_VERBSE environment variable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17512 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-30 11:31:59 +00:00
gpoirier
b04e007e76 synced with 1.1219 + typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17511 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-30 10:08:25 +00:00
corey
cd374b05a5 More detailed description of brd_scale.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17507 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 19:56:35 +00:00
gpoirier
d095e8c9f8 synced with 1.1218
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17504 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 17:03:19 +00:00
diego
6d2fa5d69a typo, consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17503 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 14:07:59 +00:00
diego
06e80a26bb Try to only use a linebreak without hyphenation (\:) where it makes sense.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17502 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 14:07:07 +00:00
gpoirier
54e7e82a30 synced with 1.1216
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17501 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 13:22:59 +00:00
diego
1cf085a019 Unify the handling of escaped spaces.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17500 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 02:11:38 +00:00
diego
64ada9ca7b Include MEncoder config files in list of files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17499 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-29 02:08:40 +00:00
corey
8690664535 Typo fix: missing "by" in brd_scale recommendation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17478 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-24 22:44:34 +00:00
diego
5e54599187 Fix up new profiles section and the MPLAYER_VERBSE environment variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17477 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-24 20:22:57 +00:00
kraymer
dd00bb83d0 1.212: Make -list-options work in both MPlayer and MEncoder.
1.211: Profiles support.

man page finally in sync!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17476 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-24 16:34:13 +00:00
kraymer
813c204908 1.1206: sync to x264 r398.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17475 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-24 16:08:57 +00:00
kraymer
0bf4919615 major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.com>, thank you!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17474 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-24 15:50:22 +00:00
albeu
7f28974433 Make -list-options work in both MPlayer and MEncoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17473 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-24 11:34:24 +00:00
albeu
d4d62bbc65 Profiles support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17472 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-24 11:16:13 +00:00
kraymer
ca2d117189 1.1210: support libavcodec's new sc_factor parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17466 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-22 23:01:00 +00:00
corey
9e0acc3d2e support libavcodec's new sc_factor parameter
Original idea from Michael; patch by me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17465 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-22 21:02:14 +00:00
kraymer
062e1930a7 correcting sync version number
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17461 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-22 16:03:29 +00:00