summaryrefslogtreecommitdiffstats
path: root/cfgparser.c
Commit message (Expand)AuthorAgeFilesLines
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+5
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+1
* FreeBSD fixnexus2002-10-231-2/+2
* Fixed a bug in MPlayer which would prevent proper parsing ofarpi2002-10-231-11/+13
* strtod is locale-dependant, so it may only accept either '.' or ',' as decima...atmos42002-10-061-1/+16
* accept empty strings too for STRING_LIST (example: "-xyz 1,2.5,,4," )arpi2002-09-261-4/+6
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+1
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...atmos42002-08-311-2/+1
* new mencoder option -info, to store copyright, title, encoder version etc in AVIarpi2002-08-291-1/+1
* 64-bit -sb offsets patch by Andy Goth <unununium@openverse.com>alex2002-08-281-0/+44
* mp_msg level fixalbeu2002-05-021-11/+11
* mplayer/mencoderjaf2002-04-221-1/+1
* Add correct loop option parsing in command line parser.albeu2002-04-171-3/+22
* New string list option typealbeu2002-03-201-3/+162
* changed printf's to mp_msgalex2002-03-151-21/+21
* New option use-stdin to use when stdin will be used as a filealbeu2002-02-281-0/+6
* remove uneeded assert (common case at eof)atmos42002-02-201-1/+1
* avoids warningspl2002-01-271-0/+1
* Bug fix for subconfig option. A -tv option containing the on parameteralbeu2002-01-211-29/+294
* Some improvment and make -vcd -dvd options considered as playlist entryalbeu2002-01-191-34/+77
* Few bug fix and improvment in config/playtree systemalbeu2002-01-191-12/+44
* Fixed a few bugs and added support for VCD/DVD/TV in playlist using virtual urlalbeu2002-01-171-2/+2
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-85/+449
* fixed subconfig parseralex2001-12-261-3/+7
* subconfig fix (if sscanf()==1, then null out second (non-present) parameter) ...alex2001-12-231-4/+5
* missing 1 byte in array sizepl2001-12-191-2/+2
* exchanged return with goto out in subconfig parsing and fixed error messagesalex2001-12-171-23/+21
* fixed commandline bug: handling '-' as option when '--' unusedalex2001-11-031-2/+2
* partly upgraded to mp_msg and fixed minor bug in parse_command_linealex2001-11-021-31/+38
* fixed fault with --helpalex2001-11-021-1/+2
* fixed subconfig, exiting on error, supporting flagsalex2001-11-021-9/+26
* subconfig supportalex2001-11-021-41/+82
* fixed arpi's cfgparser bugalex2001-11-021-22/+39
* fix error reporting bugszabi2001-10-221-1/+2
* New aspect prescale code, parses aspect value from mpeg sequence header or co...atmos42001-10-011-1/+7
* multifile support in config parserarpi2001-08-221-16/+16
* New feature for option processing: CONF_TYPE_FUNC_FULLfolke2001-08-151-4/+20
* fix gcc-3.0 warningjkeil2001-07-121-0/+1
* erm...szabii2001-06-111-1/+1
* bugfixszabii2001-06-101-3/+17
* some fixszabii2001-06-101-6/+18
* fix againszabii2001-06-091-6/+0
* : No such... fixszabii2001-06-091-14/+16
* rude fix of ": No such file or directory"szabii2001-06-091-1/+2
* Removing annoying 'Reading config file ...' message when you run without verb...lgb2001-06-031-1/+3
* now it accepts monitor_hfreq...szabii2001-04-161-2/+5
* less outputszabii2001-04-111-4/+7
* strto* int/float readerszabii2001-03-221-8/+9
* fix TYPE_FLOAT parameter readingszabii2001-03-221-1/+1
* fix...szabii2001-03-211-3/+4
* ... :)szabii2001-03-201-1/+1
* parameter can be in quotes in config fileszabii2001-03-191-8/+24
* include recursion checkszabii2001-03-191-6/+18
* Added support for spanish (Yes, I'm a C programer also ;o)telenieko2001-03-191-0/+1
* cfgparse fix...szabii2001-03-191-82/+99
* parameter reading fixed in parse_config_fileszabii2001-03-191-1/+2
* new configfile/cmdline parserarpi_esp2001-03-191-6/+6
* cfgparser fixszabii2001-03-191-0/+3
* cfgparser fixszabii2001-03-191-12/+13
* cfgparse fixesszabii2001-03-191-4/+32
* new command line/config file parserszabii2001-03-181-0/+365