summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
Commit message (Collapse)AuthorAgeFilesLines
* Added a \n to the msg about -sdp being deprecatedrsf2003-04-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9878 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -sdp, use sdp:// instead.albeu2003-04-021-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9797 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l (af moved to common)arpi2003-02-081-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9350 b3059339-0415-0410-9bf9-f77b7e298cf2
* add newlinenexus2003-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9340 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot about #ifdef HAVE_X11. 10lfilon2003-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9337 b3059339-0415-0410-9bf9-f77b7e298cf2
* - support command line parameter -fstype, eg. -fstype layer=12,above,fullscreenfilon2003-02-071-2/+4
| | | | | | | | | | | | - help (-fstype help) also availabible - support state BELOW (someone may want to use it...) and by -fstype none forcing of not changing window layer (user request) - drop icelayer option, it can be set by -fstype layer=<number> - simplify vo_x11_fullscreen - fs change code cleanup git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9318 b3059339-0415-0410-9bf9-f77b7e298cf2
* this patch adds the option -guiwid to gmplayer. I think its a more cleanarpi2003-02-071-0/+2
| | | | | | | | approach than using just wid. Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9315 b3059339-0415-0410-9bf9-f77b7e298cf2
* - It adds an option enqueue/noenqueue, so users can choose if they want toarpi2003-02-051-0/+3
| | | | | | | | | | | | | | have playlist overwritten by files on commandline or just enqueue them at the end ... - Playtree is finally cleared, as such gui has total control! - Autoplay if files are available on commandline and -enqueue is not set! - Fallback on Playlists finally does work with Gui and even with streaming Playlists! [ Before gui was broken as mplayer.c:playtree tried to have control] patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9292 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l bug for float conversion control + feature fix in volume controlanders2003-01-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8869 b3059339-0415-0410-9bf9-f77b7e298cf2
* pphelpmichael2003-01-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8737 b3059339-0415-0410-9bf9-f77b7e298cf2
* osdlevel can have the value of 3 tooalex2003-01-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8722 b3059339-0415-0410-9bf9-f77b7e298cf2
* [no]progressiv --> [no]progressivediego2003-01-011-2/+2
| | | | | | | There was an 'e' missing at the end. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8709 b3059339-0415-0410-9bf9-f77b7e298cf2
* X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>attila2003-01-011-0/+3
| | | | | | | | adds 2 options: -keepaspect (default) and -nokeepaspect tested with icewm and enlightenment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merged EDL 0.5 patch - it's something like Quicktime's edit lists.arpi2002-12-231-0/+7
| | | | | | | | (skip sections listed in a text file. it also supports creating them) patch by Michael Halcrow <mah69@email.byu.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8532 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump subtitles in SAMI formatarpi2002-12-051-0/+1
| | | | | | | patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8364 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump in JACOsub formatarpi2002-12-041-0/+1
| | | | | | | patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Experimantal OSD menualbeu2002-11-141-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8199 b3059339-0415-0410-9bf9-f77b7e298cf2
* New config system + cleanup of header inter dependencyalbeu2002-11-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch containing options for DirectFB library was renamed to dfbopts.arpi2002-11-101-0/+10
| | | | | | | | | Layer selection is done as "subdevice" - integer nuber after -vo directfb: where -1 is autodetection and 0,1,2... are for layers example: mplayer -vo directfb:2 -dfbopts matrox-crtc2,matrox-tv-standard=pal *.avi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8138 b3059339-0415-0410-9bf9-f77b7e298cf2
* -really-quietarpi2002-11-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding commandline options for filters and fixing stupid bug in cfganders2002-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7999 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changing the behavour of the commandline parameter -af to conform with -vop. ↵anders2002-10-311-1/+2
| | | | | | Adding new commanline parameter -af-adv for advanced af options. Adding changes to volume control to support commandline parameters. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7994 b3059339-0415-0410-9bf9-f77b7e298cf2
* postprocessing cleanup:michael2002-10-281-2/+1
| | | | | | | | | | | | | | | remove opendivx #ifdefs remove rk1 filter remove unused / obsolete stuff add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that) threadsafe / no more non-const globals some optimizations different strides for Y,U,V possible remove ebx usage (someone really should fix gcc, this is really lame) change the dering filter slightly (tell me if its worse for any files) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7947 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup config option handling in libmpdemux.arpi2002-10-231-0/+8
| | | | | | | | removed overcompilacted m_config_register_options() mess - export the subconfig structs instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added the -geometry option (supports fbdev and tdfxfb drivers)mark2002-10-231-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7867 b3059339-0415-0410-9bf9-f77b7e298cf2
* add -identify switchranma2002-10-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7865 b3059339-0415-0410-9bf9-f77b7e298cf2
* _EXPERIMENTAL_ option: -fixed-vo for libvo spec compliance testingarpi2002-10-091-0/+1
| | | | | | | (imho it should NOT be documented yet) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7678 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for RTSP stream over TCP.bertrand2002-10-081-1/+5
| | | | | | | Patch from Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding -format and -af switchesanders2002-10-061-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7615 b3059339-0415-0410-9bf9-f77b7e298cf2
* new option -speed, to set playback speed rate (examples: -speed 1:3 or -speed 5)arpi2002-10-051-0/+2
| | | | | | | it replaces old -srate behaviour ofor mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7606 b3059339-0415-0410-9bf9-f77b7e298cf2
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-051-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7605 b3059339-0415-0410-9bf9-f77b7e298cf2
* new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)arpi2002-10-011-0/+2
| | | | | | | patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7577 b3059339-0415-0410-9bf9-f77b7e298cf2
* video out driver list support (like -vc, example: -vo xmga,xv,x11,)arpi2002-09-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7563 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>arpi2002-09-281-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7540 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed -dapsync (obsolete code)arpi2002-09-231-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7496 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option for mplayer: -dumpmicrodvdsubkmkaplan2002-09-211-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7461 b3059339-0415-0410-9bf9-f77b7e298cf2
* some mpcodecs option declaration moved to cfg-*, as aren;t used byarpi2002-09-201-0/+5
| | | | | | | mencoder/mplayer core git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7452 b3059339-0415-0410-9bf9-f77b7e298cf2
* GTF update: Fixes "known parametrs" even when fbdev unusedarpi2002-09-101-3/+6
| | | | | | | patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7360 b3059339-0415-0410-9bf9-f77b7e298cf2
* General Timing Formula algorithm from a scratch.arpi2002-08-221-3/+6
| | | | | | | | | vo_vesa.c so now adjust the timing to highest possible refresh rate using the monitor capabilities from a config file. patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7070 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix (?) cmd line handlingpontscho2002-08-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross ↵arpi2002-08-051-0/+11
| | | | | | | | | Finlayson <finlayson@live.com> see <http://www.live.com/mplayer/> for details. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6911 b3059339-0415-0410-9bf9-f77b7e298cf2
* eq handling reworkedalex2002-07-241-15/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6780 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetix, merge streaming vars extern declarations into cfg-common.h, where ↵atmos42002-07-081-7/+0
| | | | | | they IMHO belong. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added the bandwidth optionbertrand2002-07-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added -user -pass options for http authentication.bertrand2002-06-251-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6560 b3059339-0415-0410-9bf9-f77b7e298cf2
* pan&scan support with -vo xv by ?? <mplayer@svennevid.net>arpi2002-06-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Activating/Deactivating of XScreenSaverarpi2002-06-041-0/+3
| | | | | | | patch by Joachim Breitner <mail@joachim-breitner.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6304 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -dumpsrtsub option for SubRip formatiive2002-05-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6210 b3059339-0415-0410-9bf9-f77b7e298cf2
* new layer handling code under icewm from Attilapontscho2002-05-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6203 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmode accept 0..31 nowarpi2002-05-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6066 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fsmode-dontusearpi2002-05-081-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6022 b3059339-0415-0410-9bf9-f77b7e298cf2
* re-ordering options, add comemntsarpi2002-05-041-66/+95
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5975 b3059339-0415-0410-9bf9-f77b7e298cf2
* -xy,-zoom,-flip available in mencoder tooarpi2002-04-291-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5905 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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-17