aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/en
Commit message (Collapse)AuthorAge
* Capitalize some sentences after colons.Gravatar diego2006-03-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17753 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r457 (direct_pred=3)Gravatar lorenm2006-03-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17732 b3059339-0415-0410-9bf9-f77b7e298cf2
* XviD multi-threaded encoding supportGravatar gpoirier2006-03-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some undocumented options.Gravatar diego2006-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document the noup suboption of the scale video filter.Gravatar diego2006-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17678 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar, put options in alphabetical orderGravatar diego2006-02-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17659 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option: -ignore-startGravatar corey2006-02-20
| | | | | | | 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"Gravatar corey2006-02-19
| | | | 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 usedGravatar bertrand2006-02-19
| | | | | | | | | 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.Gravatar corey2006-02-19
| | | | 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.Gravatar cladisch2006-02-13
| | | | | | | | | | | | | | | | 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.Gravatar diego2006-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray space.Gravatar diego2006-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17610 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention film2pal in -mpegoptsGravatar nicodvb2006-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17602 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fixed-vo shall no longer be called BETA-CODE.Gravatar diego2006-02-07
| | | | 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.Gravatar diego2006-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -nocache option, -cache is not a flag option.Gravatar diego2006-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17529 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264 tweaksGravatar lorenm2006-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17527 b3059339-0415-0410-9bf9-f77b7e298cf2
* More detailed description of brd_scale.Gravatar corey2006-01-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17507 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, consistencyGravatar diego2006-01-29
| | | | 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.Gravatar diego2006-01-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17502 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify the handling of escaped spaces.Gravatar diego2006-01-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17500 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include MEncoder config files in list of files.Gravatar diego2006-01-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix: missing "by" in brd_scale recommendation.Gravatar corey2006-01-24
| | | | 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.Gravatar diego2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17477 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make -list-options work in both MPlayer and MEncoder.Gravatar albeu2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Profiles support.Gravatar albeu2006-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17472 b3059339-0415-0410-9bf9-f77b7e298cf2
* support libavcodec's new sc_factor parameterGravatar corey2006-01-22
| | | | | | | 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 fixGravatar gpoirier2006-01-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17453 b3059339-0415-0410-9bf9-f77b7e298cf2
* consitency fixGravatar gpoirier2006-01-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17452 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initGravatar ods152006-01-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17441 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r398.Gravatar lorenm2006-01-16
| | | | | | | patch by Guillaume Poirier. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17403 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove non-ASCII character.Gravatar diego2006-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17349 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor rewordingGravatar diego2006-01-07
| | | | 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 specifiedGravatar rtognimp2006-01-06
| | | | | | | | | | | | | 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 occurringGravatar diego2006-01-06
| | | | | | | 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.Gravatar diego2006-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17316 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update copyright date to 2006Gravatar gpoirier2006-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expand the configuration file section to include MEncoder examples.Gravatar diego2006-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17310 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed indentation for suboption brd_scaleGravatar ptt2006-01-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17304 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed frame reording optionGravatar nicodvb2006-01-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17300 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording/spelling/syntax fixesGravatar diego2006-01-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17292 b3059339-0415-0410-9bf9-f77b7e298cf2
* add bitexact's lavd flag desc.Gravatar gpoirier2006-01-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17291 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r390 (bime)Gravatar lorenm2005-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17269 b3059339-0415-0410-9bf9-f77b7e298cf2
* for roff: add missing linebreak in uspp descriptionGravatar wanderer2005-12-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17268 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor grammar/punctuation on lavc's keyint optionGravatar wanderer2005-12-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17267 b3059339-0415-0410-9bf9-f77b7e298cf2
* further wording fix for usppGravatar wanderer2005-12-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17266 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support vme=8 (iterative overlapped block).Gravatar diego2005-12-29
| | | | | | | 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.txtGravatar diego2005-12-29
| | | | | | | | 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
* wordingGravatar diego2005-12-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17260 b3059339-0415-0410-9bf9-f77b7e298cf2