1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-02 08:09:50 +00:00
Commit Graph

757 Commits

Author SHA1 Message Date
wanderer
f68ce2dfbc minor grammar fix, + stray LIVE.COM -> LIVE555 transition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17114 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-06 21:31:02 +00:00
ods15
5aac28ec24 new -msglevel option, constrols msg level for every msg module
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17107 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-06 08:42:48 +00:00
gpoirier
15438a9d2a multithreaded decoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17105 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-05 19:27:03 +00:00
diego
cd97fc3f46 misc fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17035 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-23 00:27:25 +00:00
reimar
e68a443a6c Explain -vo gl:slice-height behaviour if YUV rendering is used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17031 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-22 16:49:36 +00:00
ptt
3ad838d4c9 added a '.'... not abig effort by me indeed :-)))n..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17030 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-22 16:29:34 +00:00
lorenm
c965918454 sync to x264 r373 (brdo)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17026 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-22 05:17:17 +00:00
reimar
47baf2be82 -novideo does not work in some cases, e.g. with MPEG demuxers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17009 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-17 21:51:40 +00:00
gpoirier
4e999610e7 Reformating and nit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17005 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-17 15:52:04 +00:00
albeu
2b90c1bdfe Document the new osd options: -osd-duration, -noterm-osd, -term-osd-esc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17003 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-17 14:43:53 +00:00
ptt
670e234220 Added a space after dv suboption for -lavfopts section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16987 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-15 15:46:53 +00:00
albeu
370c6a893c Document the new oss config parameters.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16977 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 15:08:35 +00:00
joey
8572f14094 Adds a target parameter to the volnorm filter.
This is useful to avoid clipping when processing data,
  but less important when watching a clip live.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16972 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-11 02:47:21 +00:00
joey
8901ee0b0a add a switch, slave command, and vo control to toggle borderless window.
includes documentation.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16969 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 22:25:54 +00:00
michael
e9cfe4b5f6 ultra simple&slow pp filter, yes yet another spp like filter :)
this one does actually compress&decompress the video at various shifts with lavc while the other spp filters are doing optimized intra only filtering
limitations:
mpeg4 is hardcoded, all options too, pretty trivial to change though, even filtering with non dct codecs like snow could be tried ...
the qscale/qp is only taken fron the first MB of each image and then used for the whole image (would needs some small changes to lavc to let the user set the qscales for the mbs themselfs but iam to lazy ...)
this needs ALOT of cpu time and memory especially at uspp=8 ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16947 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-08 13:15:19 +00:00
reimar
37e8450bf0 "describe" cdda://n-m syntax
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16928 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-06 14:21:17 +00:00
reimar
eeaa5eb45f set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.
this was the default before, too, since a function call was missing and
thus the paranoia setting was ignored


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16915 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-05 11:40:06 +00:00
lorenm
3c1298e0f7 sync to x264 r360 (trellis)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16899 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-04 01:01:19 +00:00
diego
4fc09d0f53 Clarify subtitle alignment behavior.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16866 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-26 09:15:49 +00:00
lorenm
ff48164f90 sync to x264 r334 (crf)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16847 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-24 04:39:18 +00:00
diego
5f93a654f4 minor spelling wording fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16845 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 16:51:39 +00:00
rfelker
53bbca7882 improve documentation of -subalign
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16841 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 15:54:13 +00:00
rfelker
37584f552e 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't bother anyone already using it too much
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16838 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 15:25:10 +00:00
diego
bdbf4bb353 Add missing quotes around .IPs argument.
patch by Paul TT < paultt = at = hackerjournal = dot = it >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16827 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-22 19:28:37 +00:00
diego
0390d87811 Add a note and a workaround about broken hardware players and how they
choke on Unix line endings in SRT subtitle files.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16791 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-17 22:23:37 +00:00
diego
acd4f752f0 minor typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16785 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-17 08:50:04 +00:00
reimar
85dd2f4118 Fix/improve vo_gl and vo_gl2 suboption documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16774 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-15 14:47:26 +00:00
reimar
1b339ddf43 Another usage example for the %n%str escaping syntax and ao_sgi documentation update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16773 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-15 14:38:02 +00:00
diego
02fc735343 A few fixes noticed by Paul TT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16728 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 13:34:24 +00:00
diego
3c1dbba951 More consistency for the interactive control section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16724 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 03:10:21 +00:00
gpoirier
bba1fc931c nits
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16723 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-10 21:02:18 +00:00
joey
e29589ff4d use subopt parser for arguments.
change all printf to mp_msg.
update man page gif89a example.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16722 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-10 12:59:36 +00:00
lorenm
9b1096e251 sync to x264 r318 (mixed_refs)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16713 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-08 22:28:27 +00:00
diego
53f409ccce stupid typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16691 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 12:42:48 +00:00
diego
282e5fcb7d Reformat the interactive control section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16690 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 12:38:04 +00:00
diego
513fcb5d73 Keyboard control section renamed to interactive control, small structure change.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16689 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 12:29:43 +00:00
diego
12231761c1 consistency nit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16677 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 23:37:54 +00:00
diego
10e86c6fda Document XF86 multimedia keys.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16676 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 23:36:39 +00:00
diego
d2720c73aa mouse and keyboard control
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16674 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 23:09:23 +00:00
diego
0c822aadd5 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16672 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 22:57:29 +00:00
diego
d96ad0f898 Add missing keys to the keyboard section, fix typos in that section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16671 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 22:57:06 +00:00
diego
1e4a90cd2b Fix vo_zr2 suboption description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16667 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-04 22:12:16 +00:00
gpoirier
33d63d39df Better wording by The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16623 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-30 16:44:57 +00:00
gpoirier
ab0f64bb6c Add missing defaut for a suboption of tfields
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16621 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-29 15:36:16 +00:00
gpoirier
ba042eaf31 document missing parameter of tfields: field dominance.
... but what's the default ?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16620 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-29 14:56:39 +00:00
reimar
4c90ccf9de Add -panscanrange option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16608 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-27 08:32:37 +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
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
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
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
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
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
972bbe4c19 frameno.avi is an audio file, not a statistics file, wording fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16546 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-22 07:51:19 +00:00
ods15
f0bff0895f bah, it's been there all night, and still noone fixed it...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16541 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-20 02:53:03 +00:00
diego
397d00f031 better wording for -frameno-file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16539 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-19 22:52:52 +00:00
gpoirier
d1d4dcf7a8 Fixes formatting issues
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16533 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-19 21:14:09 +00:00
gpoirier
82053ba355 Make the description of the newly introduced "-frameno-file" have all its sentences start in a newline to make groff and Diego happy :-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16531 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-19 19:52:19 +00:00
ods15
907ab68185 feel free to fix this as you see fit...
i want to be sure people will not take interest in this option and
look it up and try using it. just enough for those already know it
and still stubborn enough to use it.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16530 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-19 19:36:10 +00:00
diego
1ce5072336 typo noticed by Torinthiel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16519 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-19 13:35:52 +00:00
diego
5745e638f0 spelling/grammar fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16515 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-18 13:11:24 +00:00
diego
9abcd41e70 The s key is now used for taking screenshots.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16510 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-17 19:58:13 +00:00
diego
3a32338e80 Unify the descriptions of vo_gl and vo_gl2 including some fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16509 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-17 19:54:15 +00:00
reimar
e3d0df70fe Fix af_pan commandline mess and (hopefully) improve description.
It should now output the right number of channels and it doesn't silently
clamp values to the too restrictive [0, 1] range.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16494 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-15 11:41:23 +00:00
reimar
4e60e039f5 hardware color-space conversion for vo_gl and vo_gl2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16489 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-14 22:08:04 +00:00
gpoirier
06117595df Typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16485 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-14 09:52:56 +00:00
gpoirier
ba6153a7d2 adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robert Swain < robert POUM swain AH gmail POUM com >
Nice help from Diego Biurrun, Reimar Döffinger, Guillaume POIRIER
Original thread:
Date: Sep 10, 2005 8:45 PM
Subject: [MPlayer-dev-eng] [PATCH] XviD profile support


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16482 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-13 21:04:44 +00:00
reimar
3ccfa5451f Fix -af-adv force description, 1 is default now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16481 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-13 19:33:13 +00:00
diego
2968eeb167 screenshot filter entry wording improvement
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16479 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-13 18:15:51 +00:00
gpoirier
ad3a29668a start new sentences on a new line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16467 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-12 20:33:29 +00:00
gpoirier
8ad9a8794a XviD supports "turbo" mode.
This is the last undocumented feature of XviD, so remove the TODO entry.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16466 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-12 19:39:48 +00:00
henry
8263ce26e1 screenshot filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16449 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-11 08:00:38 +00:00
reimar
9a6c1eab01 Remove useless space
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16432 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-09 11:19:27 +00:00
reimar
5237e30f78 Missing .REss in -vo gl description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16431 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-09 11:10:29 +00:00
diego
b47b4e6ea1 When specifying a VIDIX subdevice the name needs to be written out
including the .so.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16424 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 22:47:57 +00:00
diego
b7c56e8926 small wording fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16423 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-06 22:00:35 +00:00
gpoirier
7e364caec2 Consistency fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16402 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 11:25:30 +00:00
diego
b019e893f1 Fix up cqm section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16399 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-05 10:43:52 +00:00
gpoirier
7b4ecc28d1 Capitalize sentences.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16376 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-03 16:49:17 +00:00
gpoirier
b2e88f2b32 custom quantization matrix for x264, original patch by Robert Swain < robert POUM swain AH gmail POUM com>
Lots of nits and improvement by the MPlayer team
Original thread:
Date: Jul 12, 2005 5:04 PM
Subject: [MPlayer-dev-eng] [PATCH] CQMs in x264


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16367 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 21:54:17 +00:00
diego
210a768c7a Mention the MEncoder configuration files along with the MPlayer ones.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16362 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 17:18:28 +00:00
diego
7671e4435a Improve -idle description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16359 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 16:18:33 +00:00
diego
2becfb603b Remove duplication between vo_directfb and vo_dfbmga entries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16356 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 13:54:27 +00:00
diego
f20cfe2640 Wording fixes: Avoid short forms.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16355 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 13:46:44 +00:00
gpoirier
2a8d0f0ee6 update -channels to match observed behavior, patch by Corey Hickey < bugfood-ml AH fatooh POUM org >
From Thread:
Date: Sep 2, 2005 5:25 AM
Subject: Re: [MPlayer-DOCS] [PATCH] update -channels to match observed behavior


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16353 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 13:11:17 +00:00
ods15
b79326fb0b and again.. sorry :/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16351 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 08:59:28 +00:00
ods15
340393f27f spacing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16350 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 08:58:18 +00:00
ods15
081043086e -idle Documentation.
Diego, please be your pedantic self and fix whatever is necessary. :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16349 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-02 08:53:05 +00:00
reimar
9381102f10 Missing parts of the force codecs/demuxers documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16329 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-31 16:23:07 +00:00
reimar
0446e090b1 Allow forcing of demuxers and codecs by prepending '+'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16322 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-30 23:56:24 +00:00
gpoirier
5a0e210ab4 Documents x264 visualization during encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16300 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-23 19:27:18 +00:00
diego
26a12a6d28 typo, grammar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16287 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-22 00:01:02 +00:00
reimar
f37f504f2a Do not set SwapInterval for values < 0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16272 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 12:16:52 +00:00
reimar
0a19444796 automatic vsync enabling for vo_gl.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16269 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-19 09:31:02 +00:00
reimar
7ddba02880 name suboption for jack to set client name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16254 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-18 09:40:59 +00:00
gpoirier
e9e711973f Fixes suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16245 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-17 16:47:52 +00:00
reimar
7e6c29c530 Make glFinish optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16236 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-16 18:27:12 +00:00
wanderer
36439fa30c minor punctuation fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16220 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-14 17:34:19 +00:00
gpoirier
7baaa32327 fixes short form, better wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16218 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-14 14:56:25 +00:00
gpoirier
40a577f91c fixes bf_threshold description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16217 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-14 14:38:19 +00:00
gpoirier
bd4796ae16 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16216 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-14 14:05:28 +00:00