summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_xmms.c
Commit message (Expand)AuthorAgeFilesLines
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* make message translatableivo2007-02-201-2/+2
* more cosmeticsivo2007-02-201-30/+41
* proper GPL headingivo2007-02-201-0/+19
* cosmeticsivo2007-02-201-233/+233
* proper authors of xmms demuxerivo2007-02-201-1/+1
* probe ~/.xmms/Plugins for plugins too, so users without root access on theirivo2007-02-201-6/+19
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-2/+2
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-141-2/+1
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...reynaldo2006-04-221-2/+5
* Second-try commit of this patch.corey2006-02-171-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* move resync_audio_stream after seeking to demuxer.creimar2005-10-301-2/+0
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-021-1/+1
* Demuxer modularizationrtognimp2005-08-051-7/+23
* removing AFMT_ dependancyalex2004-12-271-14/+14
* embarassing typodiego2004-07-191-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-1/+1
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-1/+1
* xmms_demuxer missing symbolarpi2003-02-021-0/+1
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-281-4/+2
* The patch fixes a nullpointer dereference and free of NULL in demux_close_xmmsarpi2002-12-281-2/+5
* I cleaned up the source a bit, hopefully fixed hanging, alsoarpi2002-12-231-38/+46
* xmp hangign I noticed too, and is fixed with this patch, seeking works nowarpi2002-12-231-6/+17
* XMMS Input plugin supportarpi2002-12-221-0/+336