summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-10-25Fixed two crash cause with overlay pointer freeing.Daniel Caujolle-Bert
2001-10-25This file already moved to xine-utils subdir.Daniel Caujolle-Bert
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-24minor cleanups and fixes, fixed still image support in metronomGuenter Bartsch
2001-10-24fix segfaultMiguel Freitas
2001-10-24turn bilinear scaling into xinerc optionMiguel Freitas
2001-10-24attempt to sort out overlay init once and for all...Mike Lampard
2001-10-24commented out one-too-many in buggy_preinitMike Lampard
2001-10-24fix a couple of compiler warnings, dxr3_overlay_buggy_preinit is no longerMike Lampard
2001-10-24removing remainging recursive dynamic lib linkingGuenter Bartsch
2001-10-24Exit nicely with a message if the user tries to play a non-mpeg stream,Mike Lampard
2001-10-24Keep BCS settings. Slight change to dxr3_read_config, put config inMike Lampard
2001-10-23A tempory fix to audio sync with navdvd.James Courtier-Dutton
2001-10-23Changed debug printf to xprintf.James Courtier-Dutton
2001-10-23Add a debug option for SPU.James Courtier-Dutton
2001-10-23One step back about RTLD_GLOBAL. That don't fix anything.Daniel Caujolle-Bert
2001-10-23grep the stream title to find out if we're in a menu or not (temporaryMike Lampard
2001-10-23Fix slight mis-interpretation of api.Mike Lampard
2001-10-23update spu decoder to auto-display menus, and display only the user selectedMike Lampard
2001-10-23Made external symbol names available for plugins (xmalloc and friends).Daniel Caujolle-Bert
2001-10-23Plug some memory leaks.James Courtier-Dutton
2001-10-23discover clut reenabledMiguel Freitas
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch
2001-10-22Some modification for seeking in unpredictable streams (like DVDs)Rich J Wareham
2001-10-22Forgotten crosslink removal.Daniel Caujolle-Bert
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
2001-10-22added xine_is_stream_seekable function, minor code cleanupsGuenter Bartsch
2001-10-22adding new events for advanced input plugins: INPUT_NEXT, INPUT_PREVIOUSGuenter Bartsch
2001-10-22Fixed Menu button colours.James Courtier-Dutton
2001-10-22Improved setting of audio channel from dvdnav.James Courtier-Dutton
2001-10-22remove prefetchnta from mmx1 codeMiguel Freitas
2001-10-22remove prefetchnta from mmx1 codeMiguel Freitas
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-22Dolby Surround 2.0 fix: forgot two lines for the MONO driver case.Matthias Dahl
2001-10-21softsync patchesMiguel Freitas
2001-10-21Some minor changes.James Courtier-Dutton
2001-10-21Fixed problem with overlay being stamped onto still menus.James Courtier-Dutton
2001-10-21Implement support for auto display of Menus.James Courtier-Dutton
2001-10-21more memcpy stuffMiguel Freitas
2001-10-20fix prototypeMiguel Freitas
2001-10-20optimized memcpy (mmx,sse,etc...)Miguel Freitas
2001-10-20Decide which stream to use in libspudec instead of video_decoder.cJames Courtier-Dutton
2001-10-20A reorganisation of libspudec, so we can support OSD and have better menu sup...James Courtier-Dutton
2001-10-20remove soft deinterlace property (not used anymore)Miguel Freitas
2001-10-20dxr3 plugin should compile again, untestedGuenter Bartsch
2001-10-20physical audio channel wasn't returned by get_audio_channelGuenter Bartsch
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-19Fixing Dolby Surround 2.0 bug. Also adding downmixing option to 2.0Matthias Dahl
2001-10-19forgot to update unterface version number on this oneGuenter Bartsch
2001-10-18defining menu eventsGuenter Bartsch