aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man
Commit message (Collapse)AuthorAge
* Remove -noxv and -forcexv command line options and replace them byGravatar ivo2005-03-01
| | | | | | | | | | | suboptions to -vo sdl. Renamed noxv to nohwaccel to better reflect the meaning of the option. Updated manual page. Original patch by < ods15 at ods15 dot dyndns dot org> Modified by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14858 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.898Gravatar jheryan2005-02-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14854 b3059339-0415-0410-9bf9-f77b7e298cf2
* stupid mistake i made when writing about divtc..Gravatar rfelker2005-02-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14852 b3059339-0415-0410-9bf9-f77b7e298cf2
* cumulative sync with 1.877 + some fixes and misc.Gravatar gpoirier2005-02-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14845 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.870: man page review page XIVGravatar gpoirier2005-02-27
| | | | | | | (I'm back in business :-) ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14843 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix outdated/incorrect info about -srate. others, feel free to improve this ↵Gravatar rfelker2005-02-27
| | | | | | more...i did the bare minimum to make it non-misleading git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14838 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a stream module for the vstream client libraryGravatar joey2005-02-27
| | | | | | | allows MPlayer to stream video from a properly equipped Tivo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14837 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar diego2005-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14824 b3059339-0415-0410-9bf9-f77b7e298cf2
* where the hell they got these infos fromGravatar alex2005-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14822 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document reorder and noreorder as (no)reorder.Gravatar diego2005-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14813 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.897Gravatar paszczi2005-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14811 b3059339-0415-0410-9bf9-f77b7e298cf2
* both reorder and noreorder flags are now availableGravatar nicodvb2005-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14810 b3059339-0415-0410-9bf9-f77b7e298cf2
* -format description updated to match current behavior.Gravatar diego2005-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14804 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed noreorder to reorder in mpegopts (ordering disabled by default)Gravatar nicodvb2005-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14801 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.883Gravatar wight2005-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move audio filter descriptions to the man page.Gravatar diego2005-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14788 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing linebreakGravatar diego2005-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14786 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r137: adaptive B-frame decision, flush delayed frames.Gravatar lorenm2005-02-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14785 b3059339-0415-0410-9bf9-f77b7e298cf2
* vstrict vs mjpeg update, typoGravatar diego2005-02-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14779 b3059339-0415-0410-9bf9-f77b7e298cf2
* indentation fixGravatar diego2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14775 b3059339-0415-0410-9bf9-f77b7e298cf2
* List the 'context' option for the ffvhuff codec.Gravatar lorenm2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14774 b3059339-0415-0410-9bf9-f77b7e298cf2
* renamed init_adelay to vdelay with opposite rangeGravatar nicodvb2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14773 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling, wording and consistency fixesGravatar diego2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14769 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync -channels and -srate options with the XML docs.Gravatar diego2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14768 b3059339-0415-0410-9bf9-f77b7e298cf2
* Finish incomplete -af-adv documentation.Gravatar diego2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14766 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that vstrict is necessary for some codecs, add ffvhuff.Gravatar diego2005-02-22
| | | | | | | based on patch by Oded Shimon <ods15 at ods15 dot dyndns dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14765 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for previous commitsGravatar wight2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to x264 r134: weighted prediction for B-frames.Gravatar lorenm2005-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14760 b3059339-0415-0410-9bf9-f77b7e298cf2
* added new mpeg muxer optionsGravatar nicodvb2005-02-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14756 b3059339-0415-0410-9bf9-f77b7e298cf2
* -af surround delay default is 20ms, not 15ms.Gravatar diego2005-02-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14745 b3059339-0415-0410-9bf9-f77b7e298cf2
* man page review part XVIGravatar diego2005-02-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Description of -af format was outdated. This updates it. Feel free to changeGravatar ivo2005-02-20
| | | | | | | | | | | spelling or phrasing :) Note: There's no official spelling of endianness. Personally I prefer a single n, but the majority seems to use double n. Since I'm not a native speaker, I used 'endianness' here. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14740 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264: expose option "level_idc".Gravatar lorenm2005-02-20
| | | | | | | patch by Jeff Clagg <snacky at ikaruga dot co dot uk>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14739 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.876Gravatar paszczi2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14738 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrected/improved usage example for -af panGravatar reimar2005-02-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14736 b3059339-0415-0410-9bf9-f77b7e298cf2
* trailing whitespace cosmeticsGravatar wight2005-02-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14725 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.875Gravatar wight2005-02-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14724 b3059339-0415-0410-9bf9-f77b7e298cf2
* mention udp:// streamingGravatar nicodvb2005-02-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should be in sync with 1.874, except both man pages reviews which will be doneGravatar gpoirier2005-02-15
| | | | | | | later (therefore sync tag not bumped) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix -sstep description.Gravatar diego2005-02-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14697 b3059339-0415-0410-9bf9-f77b7e298cf2
* better explanation of N-pass encodingGravatar diego2005-02-12
| | | | | | | based on a patch by Oded Shimon <ods15 at ods15 dot dyndns dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14691 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_detc parameter names fixed.Gravatar diego2005-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14690 b3059339-0415-0410-9bf9-f77b7e298cf2
* man page review part XVGravatar diego2005-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14683 b3059339-0415-0410-9bf9-f77b7e298cf2
* man page review page XIVGravatar diego2005-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14680 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.869Gravatar jheryan2005-02-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14674 b3059339-0415-0410-9bf9-f77b7e298cf2
* pp filter documentationGravatar diego2005-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14671 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.868 + small fixGravatar gpoirier2005-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14670 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove inaccurate guess about keyframe intervals.Gravatar diego2005-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.867Gravatar gpoirier2005-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14651 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.876: -alang suppots many languagesGravatar kraymer2005-02-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14646 b3059339-0415-0410-9bf9-f77b7e298cf2