summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2002-10-03Slightly reorganize xine_exit, so that "xine --help" does not segfault any more.Juergen Keil
2002-09-30Fixes and performance improvements to the alphablend.c code.James Courtier-Dutton
2002-09-29make xine less hysterical when it encounters this corner caseMike Melanson
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-21Add forgotten xine_get_string_version() to public header.Daniel Caujolle-Bert
2002-09-21Avoid segfault if get_first_entry wasn't called first.Daniel Caujolle-Bert
2002-09-20Fix compilation bug when building external video output plugin.Daniel Caujolle-Bert
2002-09-20first attempt to solve skin problemMichael Roitzsch
2002-09-19small fix to link libxineutils statically, not dynamically to libxineGuenter Bartsch
2002-09-19forgot to reset counterMichael Roitzsch
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-19C is funGuenter Bartsch
2002-09-19user-configurable decoder prioritiesGuenter Bartsch
2002-09-19remove the need to memset ui-provided cfg entry, remember audio/video driver ...Guenter Bartsch
2002-09-19whoups - one semicolon too muchGuenter Bartsch
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-18should not happen any moreMichael Roitzsch
2002-09-18fix reentrant in event listeners by only allowing one event per typeMichael Roitzsch
2002-09-18serialize config accessMichael Roitzsch
2002-09-18do not hand out unclaimed config entriesGuenter Bartsch
2002-09-18Try to get xine-lib to compile.James Courtier-Dutton
2002-09-18Updating the DVD menu code to use better nav_pci information.James Courtier-Dutton
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-17be a bit more tolerantMichael Roitzsch
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
2002-09-16Introduce a deep copy in the xine_config_lookup functions.James Courtier-Dutton
2002-09-16don't distortMichael Roitzsch
2002-09-15More mem leak patches from ewald@rambo.its.tudelft.nlJames Courtier-Dutton
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
2002-09-14obsulete public_entry removedGuenter Bartsch
2002-09-14latest xine_config api changes as proposed by jamesGuenter Bartsch
2002-09-13duplicating behaviour of XShm fixes the bug James discoveredMichael Roitzsch
2002-09-13introducing meta information and some audio controls - but nothing is really ...Guenter Bartsch
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
2002-09-10- don't return failure on successMichael Roitzsch
2002-09-10Fix a segfault in XV output.James Courtier-Dutton
2002-09-10missing header filesGuenter Bartsch
2002-09-10remove untrue warningMichael Roitzsch
2002-09-09when reading in the config file the logo callback can be called beforeuid86226
2002-09-09fix nasty off-by-oneuid86226
2002-09-09- remove one const Daniel forgot :)uid86226
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
2002-09-09alsa needs global linkingMichael Roitzsch
2002-09-09allow multiple decoders per stream type, sort them by priority andMichael Roitzsch
2002-09-09implement more parametersMichael Roitzsch
2002-09-09good opportunity to remove obsolete stuffMiguel Freitas
2002-09-08don't load values from the configfile that are already there, update themMichael Roitzsch
2002-09-08copy & paste at the wrong placeMichael Roitzsch
2002-09-08- reorder XINE_VO_ASPECT_* constants so they match the order in the oldMichael Roitzsch