aboutsummaryrefslogtreecommitdiffhomepage
path: root/cfgparser.c
Commit message (Expand)AuthorAge
* backport PRINT_INDIRECT to old-config parser (new config fails on some 64bit ...Gravatar alex2003-06-21
* longer option buffers, needed for tv optionsGravatar henry2003-04-03
* fixed 'mplayer -nosound xxx' sig11 if configfile have string list optionsGravatar arpi2002-12-06
* New config system + cleanup of header inter dependencyGravatar albeu2002-11-12
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* FreeBSD fixGravatar nexus2002-10-23
* Fixed a bug in MPlayer which would prevent proper parsing ofGravatar arpi2002-10-23
* strtod is locale-dependant, so it may only accept either '.' or ',' as decima...Gravatar atmos42002-10-06
* accept empty strings too for STRING_LIST (example: "-xyz 1,2.5,,4," )Gravatar arpi2002-09-26
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...Gravatar atmos42002-08-31
* new mencoder option -info, to store copyright, title, encoder version etc in AVIGravatar arpi2002-08-29
* 64-bit -sb offsets patch by Andy Goth <unununium@openverse.com>Gravatar alex2002-08-28
* mp_msg level fixGravatar albeu2002-05-02
* mplayer/mencoderGravatar jaf2002-04-22
* Add correct loop option parsing in command line parser.Gravatar albeu2002-04-17
* New string list option typeGravatar albeu2002-03-20
* changed printf's to mp_msgGravatar alex2002-03-15
* New option use-stdin to use when stdin will be used as a fileGravatar albeu2002-02-28
* remove uneeded assert (common case at eof)Gravatar atmos42002-02-20
* avoids warningsGravatar pl2002-01-27
* Bug fix for subconfig option. A -tv option containing the on parameterGravatar albeu2002-01-21
* Some improvment and make -vcd -dvd options considered as playlist entryGravatar albeu2002-01-19
* Few bug fix and improvment in config/playtree systemGravatar albeu2002-01-19
* Fixed a few bugs and added support for VCD/DVD/TV in playlist using virtual urlGravatar albeu2002-01-17
* playtree-based config patch by Alban Bedel <albeu@free.fr>Gravatar arpi2002-01-14
* fixed subconfig parserGravatar alex2001-12-26
* subconfig fix (if sscanf()==1, then null out second (non-present) parameter) ...Gravatar alex2001-12-23
* missing 1 byte in array sizeGravatar pl2001-12-19
* exchanged return with goto out in subconfig parsing and fixed error messagesGravatar alex2001-12-17
* fixed commandline bug: handling '-' as option when '--' unusedGravatar alex2001-11-03
* partly upgraded to mp_msg and fixed minor bug in parse_command_lineGravatar alex2001-11-02
* fixed fault with --helpGravatar alex2001-11-02
* fixed subconfig, exiting on error, supporting flagsGravatar alex2001-11-02
* subconfig supportGravatar alex2001-11-02
* fixed arpi's cfgparser bugGravatar alex2001-11-02
* fix error reporting bugGravatar szabi2001-10-22
* New aspect prescale code, parses aspect value from mpeg sequence header or co...Gravatar atmos42001-10-01
* multifile support in config parserGravatar arpi2001-08-22
* New feature for option processing: CONF_TYPE_FUNC_FULLGravatar folke2001-08-15
* fix gcc-3.0 warningGravatar jkeil2001-07-12
* erm...Gravatar szabii2001-06-11
* bugfixGravatar szabii2001-06-10
* some fixGravatar szabii2001-06-10
* fix againGravatar szabii2001-06-09
* : No such... fixGravatar szabii2001-06-09
* rude fix of ": No such file or directory"Gravatar szabii2001-06-09
* Removing annoying 'Reading config file ...' message when you run without verb...Gravatar lgb2001-06-03
* now it accepts monitor_hfreq...Gravatar szabii2001-04-16
* less outputGravatar szabii2001-04-11