summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30643Uoti Urpala2010-03-101-5/+1
|\
| * Add header for functions exported from vo_zr.c and use it appropriately.diego2010-02-181-3/+1
| * Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.diego2010-02-181-2/+0
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all top-level files missing them.diego2010-01-301-0/+18
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-211-0/+1
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-0/+5
|\|
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-121-0/+5
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-8/+8
* | Remove the internal GUIAnton Khirnov2009-07-071-13/+3
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-9/+8
* | Add option -noordered-chapters.Uoti Urpala2009-04-081-0/+3
* | options: Move osd_level and osd_duration to options structUoti Urpala2009-03-311-2/+2
* | VO: Don't force window position in X11 VOsUoti Urpala2009-03-311-0/+2
* | Merge svn changes up to r28862Uoti Urpala2009-03-071-1/+1
|\|
| * Make WinID a 64 bit integer, this should avoid issues with valid Windowreimar2009-03-021-1/+1
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-4/+4
|\|
| * Get rid of pointless 'extern' keywords.diego2008-12-031-4/+4
* | Merge svn changes up to r27899Uoti Urpala2008-11-061-0/+1
|\|
| * Add an option that sets initial playback volume.diego2008-10-311-0/+1
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-10/+10
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-1/+1
| * Rename font-related preprocessor directives.diego2008-08-071-2/+2
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-1/+1
| * Rename preprocessor directives related to image libraries.diego2008-08-051-2/+2
| * Change a bunch of X11-specific preprocessor directives.diego2008-08-041-2/+2
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-2/+2
* | Merge svn changes up to r27399Uoti Urpala2008-08-021-9/+9
|\|
| * Change a bunch of video-output-specific preprocessor directives from a HAVE_diego2008-08-021-4/+4
| * Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-2/+2
| * Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.diego2008-07-301-2/+2
| * Rename two GUI-related preprocessor directives:diego2008-07-301-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-6/+6
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-6/+6
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * remove extra dash in nocorrect-pts optioncompn2008-05-211-1/+1
* | Move aspect.c options to option structUoti Urpala2008-05-011-8/+3
* | Mark option -key-fifo-size globalUoti Urpala2008-04-291-1/+1
* | Move key_fifo_size & doubleclick_time to options structUoti Urpala2008-04-291-5/+2
* | Silence "discards qualifiers" warnings when compiling mplayer.cUoti Urpala2008-04-261-2/+2
* | Move vo_gamma_* to options structUoti Urpala2008-04-261-4/+4
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-251-5/+2
* | Move vidmode to options structUoti Urpala2008-04-251-3/+2
* | Move fullscreen to options structUoti Urpala2008-04-251-3/+2
* | Modify option helper macrosUoti Urpala2008-04-241-13/+13
* | Move option helper #defines to cfg-common.h for nowUoti Urpala2008-04-231-6/+0
* | Move loop_times to option structUoti Urpala2008-04-231-2/+3
* | Move vo_screenwidth,vo_screenheight to options structUoti Urpala2008-04-231-2/+2
* | Move vo_dbpp to options structUoti Urpala2008-04-231-1/+2
* | Move vo_ontop to options structUoti Urpala2008-04-231-2/+2
* | Move correct_pts to options structUoti Urpala2008-04-231-2/+2
* | Move options "vo" and "ao" to common structUoti Urpala2008-04-231-2/+3
* | Start of new option systemUoti Urpala2008-04-231-2/+8
|/
* Split cfg-common.h into two separate header files. It was being included twicediego2008-04-111-4/+2
* Add comments to #endif preprocessor directives.diego2008-03-041-1/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Allow demuxers to choose a default value for correct_ptsreimar2008-02-031-2/+2
* typo fixdiego2008-01-161-1/+1
* Add heartbeat-cmd optionreimar2008-01-071-0/+1
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+6
* Support using unrar executable to access rar-compressed vobsub files.ulion2007-12-141-0/+5
* Make the main m_option_t arrays constreimar2007-12-021-5/+5
* Move fakemono extern to cfg-common.h where it is actually used.reimar2007-12-021-1/+0
* Remove pointless ifdefs around extern declarationsreimar2007-12-021-20/+0
* Fix warning:diego2007-10-211-1/+0
* Fix warnings:voroshil2007-09-101-2/+0
* Fix warnings:voroshil2007-09-101-6/+0
* Fix redundant declaration warnings for variables already definedvoroshil2007-09-091-26/+0
* Add comments to some #endif preprocessor directives.diego2007-09-091-3/+3
* Suboptions structure should be passed as array not as address of array.voroshil2007-08-261-1/+1
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+13
* Experimental negative panscan valuesreimar2007-07-281-1/+1
* Use a new variable for user-supplied monitor-aspect so we can overwritereimar2007-07-281-2/+2
* Move loop_times into mpctx.albeu2007-07-091-2/+2
* Fix config declarations so that things like rtc=no work in addition to nortc=yesreimar2007-06-081-8/+9
* new -menu-chroot option that prevent OSD file selection menu to go to an unwa...ben2007-05-291-0/+2
* get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerfben2007-05-201-4/+0
* new -menu-keepdir option that allows libmenu file browser to always restart b...ben2007-05-071-0/+2
* support for hebrew through fribidi in libmenu (geexbox patch #580)ben2007-05-071-0/+12
* support for unicode/utf8 in libmenu (geexbox patch #545)ben2007-05-071-0/+4
* Make -monitorpixelaspect 1 the default.cehoyos2007-04-271-2/+2
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-0/+2
* nomouseinput option should not depend on HAVE_X11.reimar2007-03-041-2/+2
* Apply ancient double-click patch that nobody cares to comment on.reimar2007-01-181-0/+1
* Remove misleading comment.diego2007-01-101-1/+0
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* Clarify messages for unavailable options.diego2006-11-141-14/+14
* typo/grammardiego2006-11-101-2/+2
* 100l, forgotten "no" for nouse-filedir-conf caused "-use-filedir-conf"reimar2006-10-271-1/+1
* Disable loading of file-specific configuration file from the same rtogni2006-10-151-0/+3
* Remove senseless DIRECTFBVERSION check, we require 0.9.13+ anyway.diego2006-10-141-2/+0
* COSMETICS: fixed broken indentationnicodvb2006-09-161-2/+2
* report to mplayer with a slave command the coordinates of the pointer reporte...nicodvb2006-09-161-0/+3
* Remove useless extern declaration of nortc which is a static variable inuau2006-09-081-4/+0
* Reintroduce an ugly variant of the -gui/-nogui options.reimar2006-08-081-3/+2
* -identify should display all ID_ messages, including DVD title lengthreimar2006-08-041-1/+1
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-4/+0
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-0/+2
* Make EDL compilation unconditionaluau2006-04-271-4/+0
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-1/+1
* rtsp options should be available for mencoder as wellreimar2006-04-181-15/+0
* Fix and improve xinerama supportreimar2006-04-161-3/+1
* new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ...reimar2006-04-151-0/+2
* Add an option to list the properties: -list-propertiesalbeu2006-03-221-0/+1
* Add the new property API and implement a couple properties.albeu2006-03-221-0/+1
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-191-0/+3
* Make -really-quiet a common option.diego2005-12-111-1/+0
* Big OSD cleanup. Replace the mess with 100's of counter varsalbeu2005-11-161-0/+5
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-101-0/+3
* Add -panscanrange optionreimar2005-09-271-0/+2
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-3/+3
* Adds -idle, an option to make MPlayer wait for input ('loadfile' orods152005-09-021-0/+2
* -delay for MEncoder, final step 6.ods152005-07-171-3/+0
* Make dfbopts a suboption, use suboption parserreimar2005-06-181-1/+1
* Remove long obsolete -fb option.diego2005-06-061-2/+0
* EDL for mencoder, patch by Oded (ods15)rfelker2005-03-191-2/+0
* Oded's patch for -speed in mencoder. This can be used for purposesrfelker2005-03-151-2/+0
* Convert vo_aa suboption parser to using the subopt-helper.ivo2005-03-111-6/+1
* Remove -noxv and -forcexv command line options and replace them byivo2005-03-011-11/+3
* Remove left-over from old -z command line switch.ivo2005-03-011-3/+0
* Make vd message fit 80 character displays.diego2005-02-231-2/+2
* a helpful new message about vd.joey2005-02-231-0/+7
* Allow monitoraspect > 3 (up to 9)reimar2005-01-301-1/+1
* Implementation of vo_png suboption parser with subopt-helper and removalivo2005-01-101-1/+1
* aop has been removedalex2005-01-071-1/+1
* Add -ao pcm suboptions and remove -aofile and -waveheader options.reimar2005-01-021-3/+3
* Do not use audio plugins anymorereimar2004-12-271-13/+1
* added -wid support for vo_directx.joey2004-12-211-2/+2
* use a configurable-size ringbuffer instead of a pipe for buffering key events.reimar2004-12-011-0/+1
* Remove the rest of fb_dev_name + directfb usage.syrjala2004-11-261-4/+0
* fb_dev_name no longer user in vo directfbzdar2004-11-261-4/+0
* allow forcing of software volume control and setting maximum amplification.reimar2004-11-141-0/+3
* Allow attaching gdb on crash automatically.reimar2004-10-281-0/+4
* option to display menu at startup, patch by Aurelien Jacobs <aurel at gnuage....faust32004-09-151-0/+5
* Removal of -jpeg commandline option.ivo2004-09-041-27/+2
* Added output to multiple directories for vo_jpeg.ivo2004-08-261-0/+4
* Make the stepsize of volume changes, changeable by a commandline paarameterattila2004-08-231-0/+3
* -rootwin switch use vo_rootwin var for all vonplourde2004-08-081-9/+2
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-291-4/+6
* add rootwin cmd to mac osxnplourde2004-07-231-2/+8
* -use-stdin renamed to -noconsolecontrols.diego2004-07-141-2/+4
* 10l of a sweet liquid to Alex:diego2004-06-281-1/+2
* rtc-device cmd option by James Noblealex2004-06-261-0/+1
* spelling, wording, consistency in comments and printed messagesdiego2004-05-031-22/+22
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-011-8/+3
* This was discussed a long time ago but some reason never done. Anywayrfelker2004-04-031-1/+2
* move refreshrate and adapter_num variables to video_out because they might be...faust32004-03-131-4/+2
* adapter selection patch by Rune <runner at mail.tele.dk> +first attempt to im...faust32004-02-291-1/+10
* Duplicate -include option moved to cfg-common.h.diego2004-02-051-1/+0
* * changes mencoder's exit code on explicit kill to 2attila2004-01-291-4/+0
*