summaryrefslogtreecommitdiff
path: root/src/xine-engine/configfile.c
AgeCommit message (Expand)Author
2003-03-25do not enter callbacks with config lock held at least for numeric config entriesMichael Roitzsch
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-02- remove LOG from audio_out.c, fix backing up the configfile if there's no co...Bastien Nocera
2003-02-01different method of safe config file writing by Cameron Simpson <cs@zip.com.au>:Michael Roitzsch
2003-01-31disk-full-aware configfile writing:Michael Roitzsch
2003-01-13autoscan plugins and config entries are ordered nowMichael Roitzsch
2002-12-21Protect against faulty configuration settings a tad better.Rocky Bernstein
2002-10-31new syntax for MRLsMichael Roitzsch
2002-10-31It is not possible to just drop the unregistered config entries when saving.Michael Roitzsch
2002-10-26Removed trailing white spacesStephen Torri
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-23input_dvd.c now listens for keyboard events from xine-ui.James Courtier-Dutton
2002-09-22API review part IMichael Roitzsch
2002-09-21Rename xine_(load/save/reset)_config to xine_config_(load/save/reset).Daniel Caujolle-Bert
2002-09-18serialize config accessMichael Roitzsch
2002-09-18do not hand out unclaimed config entriesGuenter Bartsch
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-10Fix a segfault in XV output.James Courtier-Dutton
2002-09-09- remove one const Daniel forgot :)uid86226
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-08don't load values from the configfile that are already there, update themMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-06-17Add Siggi's idea about option config change on the fly. New "mrl style"Daniel Caujolle-Bert
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-27Add function to unregister configfile callback.Christian Vogler
2002-04-11Fix configfile corruption reported by Chris RankinEwald Snel
2002-03-16fix memory leak, add dispose() function to config_values_sEwald Snel
2002-02-06rename config_file_init to xine_config_file_init.Daniel Caujolle-Bert
2002-01-13Fix another compiler warning.James Courtier-Dutton
2002-01-13Undo last change.James Courtier-Dutton
2002-01-13Fix a few compile warnings.James Courtier-Dutton
2002-01-09IRIX port finally compiles (and actually works) again.Matthias Hopf
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg...Guenter Bartsch
2001-11-30Add an automatic way for input plugin to add extra valid mrls:Daniel Caujolle-Bert
2001-11-20add more checks against incorrect configfile usageGuenter Bartsch
2001-11-20testing some configfile stuff...Miguel Freitas
2001-11-19make description strings optional - config options without description string...Guenter Bartsch
2001-11-18fix enum value savingMiguel Freitas
2001-11-18more cleanups, config stuff bugfixesGuenter Bartsch
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-07-26Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page....Daniel Caujolle-Bert
2001-06-15Check arguments in public functions.Daniel Caujolle-Bert
2001-06-15Passing NULL to config_file_lookup_str() is valid.Daniel Caujolle-Bert
2001-04-18Initial revisionDaniel Caujolle-Bert