summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
Commit message (Collapse)AuthorAgeFilesLines
* grammar, put options in alphabetical orderdiego2006-02-201-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17659 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option: -ignore-startcorey2006-02-201-0/+12
| | | | | | | Makes mplayer and mencoder ignore dwStart in AVI files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17655 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix: "URLs to forces" --> "URLs to force"corey2006-02-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17653 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-191-0/+6
| | | | | | | | | 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
* dwStart support for mencoder.corey2006-02-191-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17649 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch removes mmap support because it doesn't have any benefit.cladisch2006-02-131-4/+2
| | | | | | | | | | | | | | | | 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
* Rephrase telecine and film2pal mpegopts.diego2006-02-121-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray space.diego2006-02-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17610 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention film2pal in -mpegoptsnicodvb2006-02-121-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17602 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixed-vo shall no longer be called BETA-CODE.diego2006-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17546 b3059339-0415-0410-9bf9-f77b7e298cf2
* cs and ls swscale parameters accept different value ranges now.diego2006-02-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -nocache option, -cache is not a flag option.diego2006-02-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17529 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264 tweakslorenm2006-02-021-12/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17527 b3059339-0415-0410-9bf9-f77b7e298cf2
* More detailed description of brd_scale.corey2006-01-291-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17507 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, consistencydiego2006-01-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17503 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to only use a linebreak without hyphenation (\:) where it makes sense.diego2006-01-291-69/+69
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17502 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify the handling of escaped spaces.diego2006-01-291-38/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17500 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include MEncoder config files in list of files.diego2006-01-291-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix: missing "by" in brd_scale recommendation.corey2006-01-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17478 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix up new profiles section and the MPLAYER_VERBSE environment variable.diego2006-01-241-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17477 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -list-options work in both MPlayer and MEncoder.albeu2006-01-241-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Profiles support.albeu2006-01-241-0/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17472 b3059339-0415-0410-9bf9-f77b7e298cf2
* support libavcodec's new sc_factor parametercorey2006-01-221-0/+10
| | | | | | | Original idea from Michael; patch by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17465 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency fix over the previous consistency fixgpoirier2006-01-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17453 b3059339-0415-0410-9bf9-f77b7e298cf2
* consitency fixgpoirier2006-01-211-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17452 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initods152006-01-201-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17441 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r398.lorenm2006-01-161-0/+14
| | | | | | | patch by Guillaume Poirier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17403 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove non-ASCII character.diego2006-01-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17349 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor rewordingdiego2006-01-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17338 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch makes real rtsp tell the server to deliver data at specifiedrtognimp2006-01-061-0/+2
| | | | | | | | | | | | | bandwidth, if bandwidth cmdline option is given. Also, if that's given, it uses it for sdp stream selection. If not given, the behavior is the same as before. It's used to implement something like turboplay in realplayer. Patch by Tomas Janousek >>> tomi (At) nomi (.) cz <<< git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformat examples to prevent linebreaks and hyphenation. When occurringdiego2006-01-061-34/+77
| | | | | | | at the wrong spot they can be extremely confusing for novices. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain DVDREAD_NOKEYS environment variable.diego2006-01-041-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update copyright date to 2006gpoirier2006-01-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expand the configuration file section to include MEncoder examples.diego2006-01-041-4/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17310 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed indentation for suboption brd_scaleptt2006-01-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17304 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed frame reording optionnicodvb2006-01-031-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17300 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording/spelling/syntax fixesdiego2006-01-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17292 b3059339-0415-0410-9bf9-f77b7e298cf2
* add bitexact's lavd flag desc.gpoirier2006-01-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17291 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r390 (bime)lorenm2005-12-301-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17269 b3059339-0415-0410-9bf9-f77b7e298cf2
* for roff: add missing linebreak in uspp descriptionwanderer2005-12-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17268 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor grammar/punctuation on lavc's keyint optionwanderer2005-12-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17267 b3059339-0415-0410-9bf9-f77b7e298cf2
* further wording fix for usppwanderer2005-12-291-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17266 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support vme=8 (iterative overlapped block).diego2005-12-291-0/+2
| | | | | | | patch by Corey Hickey < .. bugfood-ml .. @ .. fatooh .. . .. org .. > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include the snow wavelet comparison functions from DOCS/tech/snow.txtdiego2005-12-291-0/+4
| | | | | | | | in the man page. patch by Corey Hickey < .. bugfood-ml .. @ .. fatooh .. . .. org .. > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17261 b3059339-0415-0410-9bf9-f77b7e298cf2
* wordingdiego2005-12-291-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17260 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add bidir_refine to lavc's set of options, and document it.gpoirier2005-12-281-0/+14
| | | | | | | Patch by Corey Hickey < bugfood DASH ml AHHH fatooh POIS org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17257 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merry Christmas and happy cola-chugging!gpoirier2005-12-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds lavc's brd_scale and updates vb_strategygpoirier2005-12-251-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17245 b3059339-0415-0410-9bf9-f77b7e298cf2
* This cache-seek-min is definitly implemented. The not implemented one got ↵iive2005-12-241-1/+1
| | | | | | removed... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17235 b3059339-0415-0410-9bf9-f77b7e298cf2
* The <=132 frame rule is only valid at MacroBlock level not at frame one.iive2005-12-241-3/+4
| | | | | | | Following it gives worse compression even with IP sequence.(B-Frames doesn't accumulate error) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17234 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverse the H264 hackhenry2005-12-191-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17226 b3059339-0415-0410-9bf9-f77b7e298cf2
* fspp updatehenry2005-12-181-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17225 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo: ouput -> outputranma2005-12-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17215 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removing obsolete, and until recently, misdocumented option -verbose .ods152005-12-171-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17209 b3059339-0415-0410-9bf9-f77b7e298cf2
* make -o mandatory and add a warning when the extension does not match the ↵wanderer2005-12-151-1/+6
| | | | | | container format, patch by Reynaldo Pinochet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another examples showing how to play raw YUV video samplesgpoirier2005-12-111-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -really-quiet a common option.diego2005-12-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix -v/-verbose description.diego2005-12-111-14/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17171 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: \ needs to be escaped in roff.diego2005-12-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17169 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1/4lgpoirier2005-12-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Formatting fixgpoirier2005-12-101-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give an example about how to use the famous cqif video samplesgpoirier2005-12-101-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17164 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarifications for the AUDIOSERVER environment variable.diego2005-12-081-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17139 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_fspp bframes optionhenry2005-12-071-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17135 b3059339-0415-0410-9bf9-f77b7e298cf2
* preliminary environment variables sectiondiego2005-12-071-0/+231
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17130 b3059339-0415-0410-9bf9-f77b7e298cf2
* -msglevel description improvementdiego2005-12-071-25/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17120 b3059339-0415-0410-9bf9-f77b7e298cf2
* new arguments for -vf spp, patch by Corey Hickeywanderer2005-12-061-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17119 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical order + better explanation for '-lavdopts threads'wanderer2005-12-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17115 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor grammar fix, + stray LIVE.COM -> LIVE555 transitionwanderer2005-12-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17114 b3059339-0415-0410-9bf9-f77b7e298cf2
* new -msglevel option, constrols msg level for every msg moduleods152005-12-061-0/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17107 b3059339-0415-0410-9bf9-f77b7e298cf2
* multithreaded decodinggpoirier2005-12-051-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17105 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc fixesdiego2005-11-231-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain -vo gl:slice-height behaviour if YUV rendering is used.reimar2005-11-221-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17031 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a '.'... not abig effort by me indeed :-)))n..ptt2005-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17030 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r373 (brdo)lorenm2005-11-221-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17026 b3059339-0415-0410-9bf9-f77b7e298cf2
* -novideo does not work in some cases, e.g. with MPEG demuxers.reimar2005-11-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformating and nitgpoirier2005-11-171-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17005 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document the new osd options: -osd-duration, -noterm-osd, -term-osd-escalbeu2005-11-171-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17003 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a space after dv suboption for -lavfopts sectionptt2005-11-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16987 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document the new oss config parameters.albeu2005-11-111-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16977 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds a target parameter to the volnorm filter.joey2005-11-111-1/+4
| | | | | | | | <