summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
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
2002-09-08fix some endless loopsMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-06audio mute parameterGuenter Bartsch
2002-09-06implement spu decoder loadingGuenter Bartsch
2002-09-05removed obsolete stream_seekable function, implemented some parts of get_stre...Guenter Bartsch
2002-09-05Whoops, committed the experimental metronom stuff. Taking it out again.Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f...Guenter Bartsch
2002-09-05implement missing list/autoplay/browse_mrl functionsGuenter Bartsch
2002-09-05first steps towards implementing plugin list functionsGuenter Bartsch
2002-09-05get_spu_channel was lost in mergerGuenter Bartsch
2002-09-05XV Video out at least loads now and we see the xine logo again.James Courtier-Dutton
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-04ngettext stub missing.Juergen Keil
2002-09-04fix typo (thanks to Daniel for reveiling)Michael Roitzsch
2002-09-01add buffer type for WC3 video; update WC4 video buffer typeMike Melanson
2002-09-01arghHeiko Schaefer
2002-09-01this is not a fix - but at least a52 passthrough should work again nowHeiko Schaefer
2002-09-01Update a comment.James Courtier-Dutton
2002-09-01added logarithmic PCM audio decoder (mu-law & A-law formats)Mike Melanson
2002-08-30be sure to pass right mrl (this->cur_mrl is wrong most of the time (logo mrl)).Daniel Caujolle-Bert
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert