summaryrefslogtreecommitdiff
path: root/src/xine-engine/configfile.c
AgeCommit message (Collapse)Author
2002-06-17Add Siggi's idea about option config change on the fly. New "mrl style"Daniel Caujolle-Bert
opt:key=value. I hope i haven't introduced races here. CVS patchset: 2085 CVS date: 2002/06/17 07:47:50
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
xine-lib should really never do an exit or abort, but instead pass back nice error values to the calling application, but until that happens, use abort() as that is tracable with gdb, whereas exit(1) is not backtraceable. CVS patchset: 1811 CVS date: 2002/04/29 23:31:59
2002-04-27Add function to unregister configfile callback.Christian Vogler
Necessary to prevent segfaults if target of a callback has been disposed. CVS patchset: 1788 CVS date: 2002/04/27 23:00:38
2002-04-11Fix configfile corruption reported by Chris RankinEwald Snel
CVS patchset: 1708 CVS date: 2002/04/11 07:17:43
2002-03-16fix memory leak, add dispose() function to config_values_sEwald Snel
CVS patchset: 1573 CVS date: 2002/03/16 13:33:47
2002-02-06rename config_file_init to xine_config_file_init.Daniel Caujolle-Bert
CVS patchset: 1479 CVS date: 2002/02/06 10:57:15
2002-01-13Fix another compiler warning.James Courtier-Dutton
CVS patchset: 1400 CVS date: 2002/01/13 23:08:27
2002-01-13Undo last change.James Courtier-Dutton
CVS patchset: 1398 CVS date: 2002/01/13 21:21:05
2002-01-13Fix a few compile warnings.James Courtier-Dutton
CVS patchset: 1397 CVS date: 2002/01/13 21:15:48
2002-01-09IRIX port finally compiles (and actually works) again.Matthias Hopf
CVS patchset: 1379 CVS date: 2002/01/09 15:16:37
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed ↵Guenter Bartsch
register_empty function from configfile (undocumented and doesn't make sense) CVS patchset: 1153 CVS date: 2001/12/01 22:38:31
2001-11-30Add an automatic way for input plugin to add extra valid mrls:Daniel Caujolle-Bert
add at bottom of init_input_plugin() a line like this: REGISTER_VALID_MRLS(this->config, "mrl.mrls_mpeg_block", "xxx"); CVS patchset: 1147 CVS date: 2001/11/30 21:55:05
2001-11-20add more checks against incorrect configfile usageGuenter Bartsch
CVS patchset: 1094 CVS date: 2001/11/20 19:13:28
2001-11-20testing some configfile stuff...Miguel Freitas
CVS patchset: 1090 CVS date: 2001/11/20 17:22:13
2001-11-19make description strings optional - config options without description ↵Guenter Bartsch
string will not appear in setup dialog CVS patchset: 1075 CVS date: 2001/11/19 02:57:10
2001-11-18fix enum value savingMiguel Freitas
CVS patchset: 1070 CVS date: 2001/11/18 21:38:23
2001-11-18more cleanups, config stuff bugfixesGuenter Bartsch
CVS patchset: 1068 CVS date: 2001/11/18 15:08:30
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man ↵Daniel Caujolle-Bert
page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25
2001-06-15Check arguments in public functions.Daniel Caujolle-Bert
CVS patchset: 187 CVS date: 2001/06/15 11:08:13
2001-06-15Passing NULL to config_file_lookup_str() is valid.Daniel Caujolle-Bert
CVS patchset: 186 CVS date: 2001/06/15 10:17:53
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39