summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
Commit message (Collapse)AuthorAgeFilesLines
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-27/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5670 b3059339-0415-0410-9bf9-f77b7e298cf2
* add jpeg support for libvopontscho2002-04-161-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5649 b3059339-0415-0410-9bf9-f77b7e298cf2
* -sb option re-added (noticed by Alexandre Oliva <oliva@lsd.ic.unicamp.br>)arpi2002-04-151-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5627 b3059339-0415-0410-9bf9-f77b7e298cf2
* option -slicesarpi2002-04-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5485 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang/-slang support in mencoder tooarpi2002-03-311-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5437 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow negative mul valuespl2002-03-241-1/+1
| | | | | | | (-1.0 => will reverse channels L&R) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5307 b3059339-0415-0410-9bf9-f77b7e298cf2
* using -dr instead -vaa_dralex2002-03-201-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5225 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added soft clipping for software volume controlanders2002-03-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5064 b3059339-0415-0410-9bf9-f77b7e298cf2
* nortc patch by Attila Kinaliatmos42002-03-121-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extrastereo plugin: increases linearly the difference between left and rightpl2002-03-031-0/+1
| | | | | | | | | | | | | | | channels (as the XMMS extrastereo plugin) which has some of "live" effect (use it to hear what I mean) ex: mplayer media.avi -aop list=extrastereo[:mul=3.4] The default coefficient (mul) is a float number that defaults to 2.5. If you set it to 0.0, you will have a mono sound (average of both channels), if you set it to 1.0, you will have unchanged sound. A patch for DOCS/sound.html is about to be sent to Gabucino. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4928 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option use-stdinalbeu2002-02-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4892 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding SW volume controlanders2002-02-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4789 b3059339-0415-0410-9bf9-f77b7e298cf2
* subtitle positioning patch by Jiri Svobodaatmos42002-02-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4774 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vsync support for doublebuffering to vo_vesaatmos42002-02-121-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4668 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows to users control direct renderingnick2002-02-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4495 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -noquiet option to complement -quiet (request/patch by Alexander Werth)rfelker2002-02-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4447 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -nosound/-sound and -ovc null to mencoder.kmkaplan2002-01-261-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4356 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense -> intensitynick2002-01-231-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4318 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typonick2002-01-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4284 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added reverting support for -aa* -zr* -pp and -npp optionsalbeu2002-01-191-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4257 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typonick2002-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4250 b3059339-0415-0410-9bf9-f77b7e298cf2
* gamma correction supportnick2002-01-181-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4230 b3059339-0415-0410-9bf9-f77b7e298cf2
* -zr* added - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-171-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4214 b3059339-0415-0410-9bf9-f77b7e298cf2
* GLOBAL flags and other changes for new config - patch by Alban Bedel ↵arpi2002-01-141-16/+16
| | | | | | <albeu@free.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4159 b3059339-0415-0410-9bf9-f77b7e298cf2
* extra NULL field appendedarpi2002-01-141-115/+115
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add vobsub support.kmkaplan2002-01-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4081 b3059339-0415-0410-9bf9-f77b7e298cf2
* Xinerama patch number two by attila.atmos42002-01-061-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4018 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rootwin option (x11/xv only, x11 doesn't work for me)arpi2001-12-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3832 b3059339-0415-0410-9bf9-f77b7e298cf2
* new -pp options stuff (-npp ...)michael2001-12-261-0/+2
| | | | | | | see line527@postproc/postprocess.c ;) for the documentation of the format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3772 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang/-slang options (audio/sub selection by language code)arpi2001-12-261-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing ifdef, 10l...atmos42001-12-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3666 b3059339-0415-0410-9bf9-f77b7e298cf2
* Plugger patch by Sam Linatmos42001-12-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3656 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added plugin for fractional resampling (alpha code)anders2001-12-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2
* -noloop addedarpi2001-12-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3542 b3059339-0415-0410-9bf9-f77b7e298cf2
* -slave patch by Kilian A. Foth <foth@informatik.uni-hamburg.de>arpi2001-12-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3323 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commandline interface to ao_plugin updated according to mplayers complex ↵anders2001-12-031-3/+9
| | | | | | parameter format and plugin pl_format finished (alpha code needs testing) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3280 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>arpi2001-12-031-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3276 b3059339-0415-0410-9bf9-f77b7e298cf2
* horizontal up/downscale linear & cubicmichael2001-12-021-1/+3
| | | | | | | -sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3273 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dumpstreamarpi2001-12-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3258 b3059339-0415-0410-9bf9-f77b7e298cf2
* commandline configuration of audio plugins now through struct, format ↵anders2001-11-291-5/+2
| | | | | | conversion plugin added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended oss output driver and libac3 to support 4 and 6 channel output ↵steve2001-11-281-0/+4
| | | | | | mixes. added -channels command line option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changes to audio out plugin, first plugin addedanders2001-11-251-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3108 b3059339-0415-0410-9bf9-f77b7e298cf2
* small change in mplayer.c and cfg-mplayer.handers2001-11-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3098 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTC support, softsleep and optional new timing code by Daparpi2001-11-141-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2890 b3059339-0415-0410-9bf9-f77b7e298cf2
* added tv subsystemalex2001-11-091-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2791 b3059339-0415-0410-9bf9-f77b7e298cf2
* -playlist option patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>arpi2001-11-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2648 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4 2-pass support, -frames optionarpi2001-11-031-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2644 b3059339-0415-0410-9bf9-f77b7e298cf2
* common options moved out - for mencoderarpi2001-11-021-76/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2617 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanuparpi2001-10-301-8/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2558 b3059339-0415-0410-9bf9-f77b7e298cf2
* -encode killedarpi2001-10-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2531 b3059339-0415-0410-9bf9-f77b7e298cf2
* -sstep patch by Aleksander V. Dyomin <fly@shax.ru>arpi2001-10-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2437 b3059339-0415-0410-9bf9-f77b7e298cf2
* afm synced to codec-cfg.halex2001-10-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2431 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed vfm max_value from 7 to 10, according to the latest codec-cfg.halex2001-10-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2391 b3059339-0415-0410-9bf9-f77b7e298cf2
* -loop patch by Pascal Haakmat <a.haakmat@chello.nl>arpi2001-10-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2366 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVD message fixarpi2001-10-211-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2350 b3059339-0415-0410-9bf9-f77b7e298cf2
* -cache option to enable cache and set buffer sizearpi2001-10-211-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Aspect support for vo_mga, you need to use -screenw and -screenh to set your ↵atmos42001-10-201-0/+2
| | | | | | current screen res. Untested! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2318 b3059339-0415-0410-9bf9-f77b7e298cf2
* pp range fixedarpi2001-10-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2221 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -oldpparpi2001-10-131-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2189 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPsub read/write support 0.5 (-dumpmpsub switch)laaz2001-10-121-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2179 b3059339-0415-0410-9bf9-f77b7e298cf2
* modifications to use iconv(3) function to recode text of subs (autodetect)atlka2001-10-101-0/+6
| | | | | | | added option -subcp <cpname> # for example cp1250, latin2 etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Monitor aspect stuff.atmos42001-10-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2054 b3059339-0415-0410-9bf9-f77b7e298cf2
* -noaspect addedarpi2001-10-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2044 b3059339-0415-0410-9bf9-f77b7e298cf2
* New aspect prescale code, parses aspect value from mpeg sequence header or ↵atmos42001-10-011-0/+1
| | | | | | | | | | | commandline. Removed X11_FULLSCREEN hack from mplayer.c and moved it to libvo/vo_xv.c. Added support for nominator[:/]denominator float values in cfg-parser, thanks for the code by Steve Davies. All around thanks to Steve for helping me understanding the whole stuff :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2032 b3059339-0415-0410-9bf9-f77b7e298cf2
* range increased to 11 (ffmp3)gabucino2001-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1931 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bug fix, and add decoration item to skin conffile. faszom(C)pontscho2001-09-071-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1867 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI integration, step 1arpi2001-08-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1710 b3059339-0415-0410-9bf9-f77b7e298cf2
* libDVDread supportarpi2001-08-201-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1597 b3059339-0415-0410-9bf9-f77b7e298cf2
* New feature for option processing: CONF_TYPE_FUNC_FULLfolke2001-08-151-8/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1537 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_aa: configurable nowfolke2001-08-141-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1519 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1502 b3059339-0415-0410-9bf9-f77b7e298cf2
* -quiet option patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1449 b3059339-0415-0410-9bf9-f77b7e298cf2
* -autoq option...arpi2001-08-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1440 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo2 supportarpi2001-07-301-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1423 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmode range extendedarpi2001-07-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1415 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vfm max range updated to 7gabucino2001-07-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1379 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranges fixed (MAX vs. MAX+1 dilemma)arpi2001-07-161-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1329 b3059339-0415-0410-9bf9-f77b7e298cf2
* As promised, -afm and -vfm to prefer audio/video driver family, -ac and -vc ↵atmos42001-07-081-1/+2
| | | | | | have higher precedence, so they can override -afm/-vfm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replaced LGBs video codec forcing change with mine for audio and video ↵atmos42001-07-071-5/+4
| | | | | | codecs, which is IMHO more convenient cause codecs are selected by name instead of number, one unclearity is left to me, that's why audio_format is used once before codecs selection for MPEG_PS files, that's why I left -afm in for that one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1287 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vcodec option (maybe some other name would be better though) to select ↵lgb2001-07-061-0/+3
| | | | | | between driver types without editing codecs.conf. mplayer will default to normal codec search loop if it does not find codec for the specified driver type. config range checking for the parameter (an integer) should be cleaned, IMHO git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1286 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmodearpi2001-07-031-0/+2