summaryrefslogtreecommitdiffstats
path: root/DOCS/man
Commit message (Collapse)AuthorAgeFilesLines
* Implementation of tv:// driver autodetection.voroshil2007-09-101-1/+1
| | | | | | | | | | | | If user did not specify driver directly, all available drivers will be probed (in order: v4l2,v4l1,bsdbt848,dummy). In most cases first probed driver will be successfully autodetected and used. Autodetection will be disabled if user specified driver directly (in command line or config). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24423 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24386: move lavc option out of XviD section, to lavc sectionvoroshil2007-09-101-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24395 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24386Gabrov2007-09-091-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24387 b3059339-0415-0410-9bf9-f77b7e298cf2
* move lavc option out of XviD section, to lavc sectiongpoirier2007-09-091-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24386 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24381Gabrov2007-09-091-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24382 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24356: spelling fixes, pointed by Diegovoroshil2007-09-071-3/+3
| | | | | | | r24357: Clarify teletext tlang option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24359 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify teletext tlang option.diego2007-09-061-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24357 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling fixes, pointed by Diegovoroshil2007-09-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24356 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24294: suboption consistency, add fixme document -vivo suboptionsvoroshil2007-09-061-3/+16
| | | | | | | | | | r24301: replace deleted line r24310: Support for selecting language via packet 28. r24329: manpage fix: escape '\' in -vf geq description r24349: Support lowdelay flag git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24355 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support lowdelay flagreimar2007-09-061-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24349 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r24329gpoirier2007-09-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24347 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24329Gabrov2007-09-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24330 b3059339-0415-0410-9bf9-f77b7e298cf2
* manpage fix: escape '\' in -vf geq descriptionuau2007-09-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24329 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24310Gabrov2007-09-021-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24326 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r24310gpoirier2007-08-311-51/+93
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for selecting language via packet 28.voroshil2007-08-311-0/+6
| | | | | | | | | | Also allows to select default teletext language. It will be used if language is not specified by network provider via packet 28. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24310 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24301Gabrov2007-08-291-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24302 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace deleted linecompn2007-08-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24301 b3059339-0415-0410-9bf9-f77b7e298cf2
* suboption consistency, add fixme document -vivo suboptionscompn2007-08-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24294 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r24137, patch by JRaSHkraymer2007-08-291-66/+113
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24292 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.kraymer2007-08-261-65/+118
| | | | | | | | | | | | | | | | | | r24055: Document how to encode with some libavcodec audio codecs. r24056: AC3 --> AC-3 r24063: Document how to encode with some more libavcodec audio codecs. r24084: small libavcodec audio codec clarifications r24109: Sort libavcodec encoders. r24110: Add some missing libavcodec video encoders. r24125: Automatic TV channels scanning ability for MPlayer. r24136: Wording and markup improvements for the -tvscan option. r24137: misc markup fixes r24216: Add missed in r24212 strings definitions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24218 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24125: Automatic TV channels scanning ability for MPlayer.voroshil2007-08-261-21/+44
| | | | | | | | r24136: Wording and markup improvements for the -tvscan option. r24137: misc markup fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24215 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r24084gpoirier2007-08-251-10/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24172 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24137Gabrov2007-08-251-22/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24159 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc markup fixesdiego2007-08-241-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wording and markup improvements for the -tvscan option.diego2007-08-241-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+20
| | | | | | | Code is based on patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24125 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.voroshil2007-08-221-46/+76
| | | | | | | | | | | | r24055: Document how to encode with some libavcodec audio codecs. r24056: AC3 --> AC-3 r24063: Document how to encode with some more libavcodec audio codecs. r24084: small libavcodec audio codec clarifications r24109: Sort libavcodec encoders. r24110: Add some missing libavcodec video encoders. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24118 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24110Gabrov2007-08-211-30/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24113 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some missing libavcodec video encoders.diego2007-08-201-0/+8
| | | | | | | based on a patch by A C Hurst, A.Hurst sheffield.ac uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24110 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sort libavcodec encoders.diego2007-08-201-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24109 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24091Gabrov2007-08-181-19/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24092 b3059339-0415-0410-9bf9-f77b7e298cf2
* small libavcodec audio codec clarificationsdiego2007-08-161-3/+3
| | | | | | | based on a patch by A C Hurst, A.Hurst sheffield.ac uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document how to encode with some more libavcodec audio codecs.diego2007-08-151-2/+12
| | | | | | | patch by A C Hurst, A.Hurst sheffield.ac uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24063 b3059339-0415-0410-9bf9-f77b7e298cf2
* AC3 --> AC-3, as done in r24056gpoirier2007-08-141-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24060 b3059339-0415-0410-9bf9-f77b7e298cf2
* AC3 --> AC-3diego2007-08-131-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document how to encode with some libavcodec audio codecs.diego2007-08-131-7/+19
| | | | | | | based on a patch by A C Hurst, A.Hurst sheffield.ac uk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24055 b3059339-0415-0410-9bf9-f77b7e298cf2
* MP3 audio encoder was renamed to libmp3lame in FFmpeg.diego2007-08-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24050 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23996ptt2007-08-081-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24033 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996kraymer2007-08-081-11/+80
| | | | | | | Patch by JRaSH (jrash06 163 com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24027 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23996: Hint at mf://@... syntaxkraymer2007-08-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24026 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23982ptt2007-08-071-10/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24020 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r24016Gabrov2007-08-071-12/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24017 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r23996gpoirier2007-08-051-28/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24015 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23996: Hint at mf://@... syntaxvoroshil2007-08-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23997 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint at mf://@... syntaxreimar2007-08-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23996 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.voroshil2007-08-011-9/+17
| | | | | | | | r23983: i_certify_that_my_video_stream_does_not_use_b_frames is gone. r23984: Added FIXME skeletons for missing lavc options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23990 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23687: Implemented tv://[<channel>][/<input_id>] url syntaxkraymer2007-08-011-17/+92
| | | | | | | | | | | | | | | | | r23748: Leave out (no) prefix from option names for consistency. r23852: af channels example for ffdca to ALSA reordering r23856: small wording improvement r23897: Experimental negative panscan values r23898: Set -vo gl slice-height default to 0 r23917: Document -rawvideo format="format string" r23920 + r23924: Teletext support r23926: update man page with v4l2 a/v outputs r23978: add possibly incorrect subfont entry r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone. r23984: Added FIXME skeletons for missing lavc options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23988 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added FIXME skeletons for missing lavc options.diego2007-08-011-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23984 b3059339-0415-0410-9bf9-f77b7e298cf2
* i_certify_that_my_video_stream_does_not_use_b_frames is gone.diego2007-08-011-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23982 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23897: Experimental negative panscan valuesvoroshil2007-08-011-4/+65
| | | | | | | | | | | | | | r23898: Set -vo gl slice-height default to 0, the current default of 4 seems r23913: punctuation, new sentences on new lines r23917: Document -rawvideo format="format string" r23924: Teletext support r23926: update man page with v4l2 a/v outputs r23944: h/w -> hardware r23962: added missing ':' for separator r23978: add possibly incorrect subfont entry git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23980 b3059339-0415-0410-9bf9-f77b7e298cf2
* add possibly incorrect subfont entrycompn2007-07-311-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23978 b3059339-0415-0410-9bf9-f77b7e298cf2
* another little correctionsptt2007-07-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23967 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing ":"'sptt2007-07-311-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23966 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wordingptt2007-07-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23965 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorry, left english phrase in...ptt2007-07-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23964 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23962ptt2007-07-311-6/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23963 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing ':' for separatorptt2007-07-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23962 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/23588gpoirier2007-07-301-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23949 b3059339-0415-0410-9bf9-f77b7e298cf2
* h/w -> hardwareben2007-07-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23944 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23928Gabrov2007-07-301-6/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23929 b3059339-0415-0410-9bf9-f77b7e298cf2
* update man page with v4l2 a/v outputsben2007-07-291-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Teletext supportvoroshil2007-07-291-0/+30
| | | | | | | | Part 5/5: documentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document -rawvideo format="format string"reimar2007-07-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23917 b3059339-0415-0410-9bf9-f77b7e298cf2
* punctuation, new sentences on new linesdiego2007-07-291-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set -vo gl slice-height default to 0, the current default of 4 seemsreimar2007-07-281-1/+1
| | | | | | | | to never be much faster, but there were multiple reports where it was a lot slower (mostly those where gl2 was faster). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Experimental negative panscan valuesreimar2007-07-281-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23897 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23852: af channels example for ffdca to ALSA reorderingvoroshil2007-07-281-1/+3
| | | | | | | r23856: small wording improvement git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23887 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23856ptt2007-07-261-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23865 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording improvementdiego2007-07-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23856 b3059339-0415-0410-9bf9-f77b7e298cf2
* more Spanish man page updates by Fernando TarĂ­n (lists.im gmail com)kraymer2007-07-241-232/+251
| | | | | | | (synced down to video output drivers section) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23854 b3059339-0415-0410-9bf9-f77b7e298cf2
* af channels example for ffdca to ALSA reorderingreimar2007-07-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23852 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update sync tagvoroshil2007-07-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23840 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-2010-67/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23834 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23748Gabrov2007-07-181-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23821 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23748: Leave out (no) prefix from option names for consistency.voroshil2007-07-181-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23820 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r23748, patch by JRaSH % jrash06 A 163 P com %gpoirier2007-07-181-657/+2805
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23812 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23748ptt2007-07-171-5/+7