summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-2/+0
* Separate teletext from tv support.cehoyos2009-11-071-4/+4
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-101-19/+0
* added support for manual audio substream selection out of 0xFD PES streams (B...nicodvb2009-01-041-0/+1
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-2/+2
* Remove redundant declaration of proc_priority.diego2008-10-121-2/+0
* Remove pointless #ifdefs around extern declarations.diego2008-08-121-6/+2
* Remove useless DVB-related #include.diego2008-08-121-1/+0
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-2/+2
* Rename some audio-output-related preprocessor directives.diego2008-08-051-2/+2
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-10/+10
* Start unifying names of internal preprocessor directives.diego2008-07-301-4/+4
* Add missing #includes to fix 'make checkheaders'.diego2008-06-171-0/+3
* Add options to disable some or all config files.albeu2008-04-141-0/+2
* Enable runtime control for colorful and/or module name outputzuxy2008-04-121-0/+2
* Split cfg-common.h into two separate header files. It was being included twicediego2008-04-111-343/+3
* Move duplicated extern declarations of mp_msg_levels and mp_msg_level_alldiego2008-03-041-0/+3
* Add comments to #endif preprocessor directives.diego2008-03-041-11/+11
* Simplify preprocessor conditionals: USE_LIBAV* is defined when compilingdiego2008-03-041-2/+2
* Make -af-pre, -af-add, -af-del and -af-clr available.reimar2008-02-171-1/+1
* Change force_fps and force_ofps to doublereimar2008-02-141-1/+1
* Change mf_fps to doublereimar2008-02-141-2/+2
* Add a comment that explains why this header has no multiple inclusion guards.diego2008-01-011-0/+3
* Fix libass to support -nofontconfig.ulion2007-12-121-2/+2
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-021-7/+7
* Make the main m_option_t arrays constreimar2007-12-021-9/+9
* Move fakemono extern to cfg-common.h where it is actually used.reimar2007-12-021-0/+1
* Remove pointless ifdefs around extern declarationsreimar2007-12-021-16/+0
* DirectShow based tv:// driver for win32voroshil2007-10-131-2/+15
* libnemesi support, yet another rtsp/rtp library...lu_zero2007-09-191-0/+7
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-181-0/+1
* warning fix:diego2007-09-101-1/+0
* Revert the part of r24389 that broke compilation of mencoder.cehoyos2007-09-101-0/+1
* Fix warnings:voroshil2007-09-101-1/+0
* Fix warnings:voroshil2007-09-101-5/+0
* Fix warnings:voroshil2007-09-101-2/+0
* fix warnings:voroshil2007-09-101-2/+0
* Fix warnings:voroshil2007-09-101-2/+0
* Option adevice is implemented for all tv:// drivers.voroshil2007-09-091-1/+1
* Add comments to some #endif preprocessor directives.diego2007-09-091-8/+8
* Support for selecting language via packet 28.voroshil2007-08-311-0/+1
* Teletext support.voroshil2007-07-291-0/+5
* Replacing global variables in radio:// withvoroshil2007-07-291-10/+10
* Removing global variables from tv://voroshil2007-07-291-36/+36
* Revert r23530.voroshil2007-06-211-5/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+5
* Create a new MSGT for just the status line.diego2007-06-051-0/+2
* New "automute" tv:// option.voroshil2007-05-311-0/+1
* add new -subfont option, that allows having a different font for OSD (control...ben2007-05-201-0/+1
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-0/+1
* Merge both USE_DVDREAD sections.diego2007-04-181-5/+2
* Fix preprocessor conditionals: libdvdnav includes libdvdread and configurediego2007-04-181-2/+2
* 5l: don't die when config file contains dvd options and dvd support is missingrfelker2007-04-171-2/+2
* optionally reuse the socket if -reuse-socket is selected; patch by Yong Hwan ...nicodvb2007-03-081-0/+3
* cosmetics: Fix some common typos, appropiate --> appropRiate,diego2007-02-241-2/+2
* Move parsing of the -ss option to the option code.uau2007-02-241-1/+1
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-021-0/+4
* added code to scan the video stream to search the actual video codec used;nicodvb2007-01-281-0/+2
* support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)nicodvb2006-12-171-0/+6
* Remove long-deprecated -vop option.diego2006-12-021-3/+1
* Make compilation depending on USE_OSD unconditional.uau2006-11-221-2/+0
* Make compilation depending on USE_SUB unconditional.uau2006-11-211-2/+0
* Add *BSD BT848 radio supportvoroshil2006-11-181-0/+4
* Clarify messages for unavailable options.diego2006-11-141-7/+7
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-0/+2
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-251-0/+3
* Add -ass-styles option. It allows to load styles from a file and use themeugeni2006-09-031-0/+1
* ass-color and ass-border-color options.eugeni2006-09-031-0/+2
* added lavfdopts to pass options to libavformatnicodvb2006-08-301-0/+7
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+21
* Add -(no)ass-use-margins option.eugeni2006-08-281-0/+2
* New cmdline option: -ass-force-style.eugeni2006-08-221-0/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-2/+2
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-141-8/+0
* dvd-device should also be enabled when dvdnav_stream is requested but stream_dvddiego2006-07-131-2/+5
* added new pvr:// input for ivtv based cardsben2006-07-101-0/+30
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+10
* -rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.diego2006-07-061-0/+5
* new rtsp-destination option which allows forcing destination ip address (fixe...ben2006-07-011-1/+3
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...ben2006-06-261-4/+3
* removed old dvdnav codenicodvb2006-06-161-6/+0
* restored support for dvdnav only in the stream layer; all other functionaliti...nicodvb2006-06-141-0/+1
* Adds missing NULL last entry to msgl_configiive2006-06-051-0/+2
* Make EDL compilation unconditionaluau2006-04-271-6/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-0/+2
* rtsp options should be available for mencoder as wellreimar2006-04-181-0/+14
* allow values up to 100 for -mcreimar2006-03-261-1/+1
* Add a msg type for the osd menu.albeu2006-03-251-0/+2
* Automaticall convert message to console charset, use utf8 for GTK2 Guireimar2006-03-081-0/+4
* Make -xy help output consistent, output an empty line before and after.diego2006-03-041-1/+1
* New option: -ignore-startcorey2006-02-201-0/+4
* change sws sharpen filter a littlemichael2006-02-041-2/+2
* proper support for shared libpostprocdiego2006-01-221-1/+1
* Removing obsolete, and until recently, misdocumented option -verbose .ods152005-12-171-1/+0
* Make -really-quiet a common option.diego2005-12-111-0/+1
* 100l, reverting unrelated change with last commitods152005-12-061-8/+0
* new -msglevel option, constrols msg level for every msg moduleods152005-12-061-0/+96
* Demuxer modularizationrtognimp2005-08-051-3/+3
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-1/+1
* -delay for MEncoder, final step 6.ods152005-07-171-0/+3
* fix the range and type of -tv immediatemode optionhenry2005-05-131-1/+1
* not all Windows version have ABOVE_NORMAL and BELOW_NORMAL priorities...reimar2005-04-261-0/+4
* 100l for missing #ifdef in previous commitwight2005-04-021-0/+2
* windows priority support patch by Rune Petersen <runner at mail.tele.dk> with...faust32005-04-021-0/+19
* EDL for mencoder, patch by Oded (ods15)rfelker2005-03-191-0/+5
* Oded's patch for -speed in mencoder. This can be used for purposesrfelker2005-03-151-0/+1
* quick solution for making an option less braindeadalex2005-02-241-1/+1
* Print warning message when using -dvd-device without libdvdread support.diego2005-01-191-0/+1
* correctly display the commas of most hebrew subtitles on the left sidefaust32004-10-181-0/+4
* -alang is not limited to the libdvdread dependant code anymore but used in ot...mosu2004-10-041-1/+1
* cache min fill adjustment, based on patch by Jeremy Huddlestoniive2004-07-161-1/+3
* Compilation fix with --disable-liba52rtognimp2004-06-061-0/+2
* typos, wording and mistakes pointed out by the wandererdiego2004-05-031-4/+4
* spelling, wording, consistency in comments and printed messagesdiego2004-05-031-28/+28
* a52 dynamic range compression support by Peter Ganstereralex2004-04-261-0/+4
* Use aspect from encoder for AVI vprp headerranma2004-03-241-5/+0
* Better vprp aspect fixranma2004-03-221-0/+4
* Duplicate -include option moved to cfg-common.h.diego2004-02-051-1/+2
* * changes mencoder's exit code on explicit kill to 2attila2004-01-291-0/+9
* ALSA 1.x audio out driverhenry2004-01-111-1/+1
* add -codecs-file for selecting a specific codecs.conf on the comand lineattila2004-01-081-0/+4
* removed the historic libcss supportalex2003-12-081-9/+3
* Send HTTP Cookies (reading from mozilla/netscape files) support by Dave Lambl...alex2003-12-081-2/+5
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...alex2003-12-081-0/+7
* Forced subs support for mencoderattila2003-12-081-0/+1
* XviD Api4 supportiive2003-11-121-2/+2
* _ ---> - in option names, approved by Alex.diego2003-10-271-6/+6
* -vop ---> -vfdiego2003-10-251-1/+1
* Saving and loading external index file. Patch by Jason Tackaberry <tack@auc.ca>alex2003-10-221-0/+2
* User settable http user-agent. Patch by Per Wigrenalex2003-10-221-0/+4
* big demux_ts fix from Nico <nsabbi@libero.it>attila2003-10-201-3/+8
* Fix compilation when libavcodec is missing.attila2003-10-161-1/+1
* 10l found by Raindel Shachar <raindel@techunix.technion.ac.il>alex2003-10-141-0/+6
* audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yaho...alex2003-09-061-1/+1
* remove read/revert hackalex2003-08-311-1/+2
* 10l found by albeualex2003-08-311-2/+0
* - re-added the old and (no more used) option -tsfastparse with aarpi2003-08-241-2/+4
* Fixes FriBiDi support and extends it with configure options. Patch by Raindel...alex2003-08-171-0/+9
* Settled to CONF_TYPE_IMGFMT which simplified lot of things. Now there's no ne...alex2003-08-131-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-10/+12
* Moved -slices to cfg-common.h.diego2003-08-111-0/+5
* this patch fixesarpi2003-08-111-2/+2
* 10l - some forgotten ifdefshenry2003-08-071-1/+1
* v4l2 supporthenry2003-08-071-0/+3
* some missing 'no' pairs of flagsalex2003-07-271-0/+3
* 100Lalbeu2003-06-261-1/+1
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-2/+2
* 10l, noted by Mark Szabo <mw3@daisy.chains.ch>alex2003-04-211-1/+1
* Fix -vf* vs. -vfmalbeu2003-04-131-3/+2
* Add suffix support to the object list type.albeu2003-04-121-2/+2
* option for sub match fuzziness levelhenry2003-04-091-1/+1
* turn most of the subtitle matching fuzziness off by defaulthenry2003-04-081-0/+1
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-071-2/+2
* (experimental, for testing/debugging) -novideo option addedarpi2003-04-061-0/+1
* -vcd, -dvd, -dvdnav, -tv on, -cuefile and -mf on are deprecatedalbeu2003-03-301-8/+7
* New option -audiofile-cache to enable a cache for the stream used byalbeu2003-03-271-0/+2
* Added IPv6 support, patch by Dave Lambley <mplayer-dev-eng@dlambley.freeserve...bertrand2003-03-261-0/+15
* color equalizer for tv inputhenry2003-03-231-0/+4
* hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>henry2003-03-191-0/+3
* this is a combo patch that:arpi2003-03-161-2/+14
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-2/+5
* fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot...michael2003-03-051-0/+4
* 1000l (af moved to common)arpi2003-02-081-0/+11
* Add a command line option (-sub-no-text-pp) to disable subtitlesarpi2003-01-271-0/+1
* Improvements to spudec (DVD/VobSub) subtitle code:rfelker2003-01-241-0/+3
* raw video demuxer, requested by Michaelarpi2003-01-221-0/+2
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-0/+2
* Overlapping subs are a feature mainly present in subtitlingarpi2003-01-101-0/+1
* 5l to whoever left this outrfelker2003-01-101-0/+1
* cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)arpi2003-01-041-5/+2
* pphelpmichael2003-01-031-0/+1
* user friendly channel tuning + 10L fix in tvi_v4l (by Stepha