1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-23 08:26:56 +00:00
Commit Graph

16600 Commits

Author SHA1 Message Date
gpoirier
f765152492 Nits noticed by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16600 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 17:53:55 +00:00
reimar
f1e016fb24 the on suboption of -rawaudio and -rawvideo do not work anymore since the
demuxer API rework. So remove them and change the docs to use -demuxer raw*.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16599 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 17:29:45 +00:00
reimar
098a7ee1d8 little update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16598 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:59:19 +00:00
gpoirier
1891a9a6f7 Adds encoding setting examples for lavc and XviD.
Remove the references to constant quant in x264 section (Jeff did not like that :-) ).
Put all examples in a table so that it they are easier to read.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16597 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:43:59 +00:00
reimar
7a3909684e fix/improve code doxumentation. Also group gl_common functions in several
doxygen modules


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16596 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:41:28 +00:00
reimar
464df17b27 debugging/testing helpers: allow forcing a certain width/height for textures
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16595 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:33:03 +00:00
reimar
e74494dd4d Allow specifying a custom (ppm) texture for texture unit 3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16594 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:31:58 +00:00
reimar
d29c9ddf19 support loading a texture from a PPM file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16593 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:30:00 +00:00
reimar
ce8756fc4c vo_gl2 now supports panscan
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16592 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:20:41 +00:00
reimar
98ef94eb18 panscan support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16591 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:18:16 +00:00
reimar
f384349dfb contrast 0 should lead to a grey, not a black image
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16590 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:17:03 +00:00
reimar
d06ea270be get rid of global getProcAddress variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16589 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:12:01 +00:00
reimar
f84b4218e5 vo_gl rectangle and yuv options should work together now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16588 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:11:21 +00:00
reimar
d16d2c3e32 Support rectangular texture in fragment programs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16587 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 16:07:54 +00:00
reimar
bbd3dc0511 Improve/clarify description of -vo gl and -vo gl2 suboptions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16586 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 15:42:18 +00:00
reimar
b008020536 Several bugfixes:
black OSD border with scaled-osd
draw only used parts of image (looks weird with equalizer controls otherwise)
clear borders when switching to fullscreen when using -nodouble


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16585 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 14:02:02 +00:00
reimar
2abdf6ac43 Fix crashes and green border when using YV12 input format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16584 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 13:58:18 +00:00
reimar
408a146a4e texture units do not need to be explicitly enabled when using a fragment
program.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16583 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 13:56:42 +00:00
wight
fdabc5f2d6 sync 1.1114
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16582 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 13:45:26 +00:00
gpoirier
6c19c50742 synced with 1.1114
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16581 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-25 09:43:26 +00:00
kraymer
190cab3cbb German man page review part VI
("OPTIONEN FÜR DIE AUDIOAUSGABE (NUR BEI MPLAYER)")
added option: -softvol-max


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16580 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 17:56:42 +00:00
kraymer
9c153b4868 German man page review part V
("OSD-/\:UNTERTITEL-OPTIONEN")


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16579 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 17:39:40 +00:00
kraymer
f2b7c02eba German man page review part IV
(finishing "DEMUXER-/\:STREAM-OPTIONEN")


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16578 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 16:29:56 +00:00
diego
d344e9417f The nth attempt to come up with correct a description of -frameno-file...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16577 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 16:23:49 +00:00
kraymer
e34faa2c64 sync with 1.183
small spelling change


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16576 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 14:49:13 +00:00
ods15
3ea94f1a21 wrap around 80...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16575 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 04:44:22 +00:00
ods15
41d8ea3533 compress back_ptr better by multiplying by 8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16574 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 04:43:02 +00:00
rsf
b383ffa4b7 "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16573 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 22:35:04 +00:00
rathann
c7a4d689a6 typo, noticed by Julian Sikorski <lordzanon at poczta dot onet dot pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16572 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 20:11:39 +00:00
ods15
0ce3236189 More appropriatte section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16571 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 13:58:53 +00:00
jheryan
37e8c6db77 synced with 1.14
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16570 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 12:57:20 +00:00
jheryan
9e5b33b4fd synced with 1.70
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16569 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 12:55:18 +00:00
jheryan
c29ad1deac synced with 1.92
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16568 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 12:34:24 +00:00
gpoirier
e88491dbde remove duplicate entry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16567 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 09:56:41 +00:00
gpoirier
c105566578 synced with 1.1113
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16566 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 08:28:25 +00:00
jheryan
f2dabb6541 Symlinks are not needed any more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16565 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 08:05:45 +00:00
jheryan
5a56c3fc05 synced with 1.24
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16564 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 08:03:08 +00:00
diego
7976b10468 Screenshots can now be taken with -vf screenshot, based on a patch by Oded.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16563 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 07:42:54 +00:00
diego
c29cacd935 better (hopefully correct) explanation of -frameno-file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16562 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 07:33:35 +00:00
diego
548a247032 wording fix suggested by the Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16561 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 07:30:25 +00:00
diego
7e4c30e363 small fixes and additions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16560 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 07:29:09 +00:00
gpoirier
a8c72cb54c Nits and fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16559 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 06:47:07 +00:00
jheryan
6e17211bf6 synced with 1.58
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16558 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 06:43:06 +00:00
jheryan
e4328fe742 synced with 1.22
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16557 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 06:42:48 +00:00
jheryan
3ea4f6b0a4 synced with 1.93
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16556 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 06:42:22 +00:00
jheryan
a7c685e9b0 last file translated, synced with 1.21
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16555 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 06:41:46 +00:00
jheryan
26f37de789 last file translated, synced with 1.79
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16554 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 06:40:02 +00:00
diego
7a558dbfde CONFIG_RISKY is long gone from FFmpeg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16553 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 00:55:51 +00:00
diego
81b93f7e7a libavformat now requires CONFIG_(DE)MUXERS #defines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16552 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 00:55:11 +00:00
gpoirier
71a16e8976 Creating a MPEG-1 file suitable for exchange, taken from the example posted by James Courtier-Dutton on mplayer-users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16551 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-22 21:34:51 +00:00