1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-30 11:02:10 +00:00
Commit Graph

2196 Commits

Author SHA1 Message Date
Gabrov
3a7a591aad synced with r23680
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23681 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-27 16:46:00 +00:00
kraymer
17d2fa3aea r23504: -lavdopts threads is only implemented for mpeg[12]
r23528: x264 no longer defaults to qp=26.
r23548: give an example of -menu-chroot usage
r23549: refine the example of -menu-chroot yet more
r23561: add missing IDCT algothim, as defined in libavcodec/avcodec.h
r23580: misc small fixes
r23588: The audio balance feature implemented with af_pan.
r23609: Document the effect of -really-quiet on gmplayer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23673 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-26 20:07:14 +00:00
ptt
3183c53efa synced with r23609
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23666 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-26 15:14:28 +00:00
voroshil
627ce4b26b r23504: -lavdopts threads is only implemented for mpeg[12]
r23528: x264 no longer defaults to qp=26.
r23530: Teletext support for tv:// (v4l and v4l2 only)
r23548: give an example of -menu-chroot usage
r23549: refine the example of -menu-chroot yet more
r23561: add missing IDCT algothim, as defined in libavcodec/avcodec.h
r23580: misc small fixes
r23588: The audio balance feature implemented with af_pan.
r23593: Revert r23530.
r23609: Document the effect of -really-quiet on gmplayer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23617 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-24 03:28:46 +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
gpoirier
459904d825 fix typos noted by Nicolas Legrand
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23582 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-19 13:24:16 +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
fa78291f12 sync w/ r23561
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23573 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-18 08:02:37 +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
Gabrov
374ae16491 synced with r23531
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23533 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-10 10:05:54 +00:00
gpoirier
7f5696f67d sync w/r23530
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23532 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-10 10:00:05 +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
gpoirier
d9a4093d90 sync w/r23504
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23521 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 20:24:56 +00:00
ptt
c8e819bb7c sync'ed up to r23504
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23514 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 14:34:25 +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
kraymer
6318d36bae Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23487 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-06 11:58:52 +00:00
voroshil
e0b51f7a2a r23440: New "automute" tv:// option.
r23444: update manual date, its been 8 months...
r23455: new sentences on new lines, diego says ;-P
r23467: then/than typo spotted by "JRaSH"


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23486 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-06 08:14:14 +00:00
ptt
40c9f981a2 little correction to make nroff not to complain about line lennghts....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23483 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 23:30:37 +00:00
ptt
abb3fa4e0c sync'd up to r23467
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23479 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 17:15:28 +00:00
kraymer
926eca1c67 r23410: add documentation for new -menu-chroot option
r23420: added a missing space char
r23423: added '&' for 'e.g.'
r23425: removed unneeded space
r23440: New "automute" tv:// option.
r23444: update manual date, its been 8 months...
r23455: new sentences on new lines
r23467: (English typo, does not apply here)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23473 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 13:40:10 +00:00
gpoirier
7c73625cd6 sync w/23467 (was just a typo in english doc, no incidence here)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23468 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 07:35:07 +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
gpoirier
2770891a38 sync w/ r23455
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23457 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-02 21:55:00 +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
ptt
7715bc6dc0 sync'ed up to r23440 + a _big_ correction of tv suboptions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23454 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-02 18:05:55 +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
voroshil
d244fffa74 r23370: added missing fps
r23410: add documentation for new -menu-chroot option
r23420: added a missing space char
r23423: added '&' for 'e.g.'
r23424: removed an unneeded comma
r23425: removed unneeded space
fix typo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23439 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 17:30:49 +00:00
jheryan
5c138481e5 sync to 24.5.2007
--This .line, and those below, will be ignored--

M    mplayer.1


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23432 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 10:52:08 +00:00
ptt
2e4cd13d72 sync.d up to r23425!!! ehi, it's updated :)))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23426 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 00:19:40 +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
3417b01983 moved a line below, since probably it's righter there...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23421 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-30 23:20:24 +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
ptt
6211d0aa93 sync'd up to r22845
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23419 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-30 20:18:45 +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
diego
f5b407c210 Only one section remains unfinished, typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23408 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-29 16:14:52 +00:00
diego
deb98d457d typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23407 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-29 09:08:50 +00:00
kraymer
b464871a29 r23325: dv does not support YVU9
r23367: little alignment fixes
r23370: (does not apply)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23406 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-29 08:45:47 +00:00
kraymer
4717d3713a add note about unfinished "codec specific encoding options" section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23405 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-29 07:44:36 +00:00
ptt
5051109e80 little typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23401 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-28 10:55:04 +00:00
gpoirier
2455a1f96f sync w/ r23370
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23390 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-27 12:06:08 +00:00
gpoirier
526b6a61ad Partial sync with r23370, with only one section obsolete.
patch by JRaSH % jrash06 A 163 P com%
More information on the email containing the patch:
Date: May 27, 2007 3:02 AM
Subject: [MPlayer-translations] Update to trunk/DOCS/man/zh/mplayer.1


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23388 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-27 09:20:50 +00:00
Gabrov
5729a61e60 synced with r23370
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23377 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-22 20:08:13 +00:00