aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_xmms.c
Commit message (Expand)AuthorAge
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r29455Gravatar Uoti Urpala2009-07-29
|\
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
|/
* WORDS_BIGENDIAN is defined/undefined, not 0/1.Gravatar diego2009-01-26
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* make message translatableGravatar ivo2007-02-20
* more cosmeticsGravatar ivo2007-02-20
* proper GPL headingGravatar ivo2007-02-20
* cosmeticsGravatar ivo2007-02-20
* proper authors of xmms demuxerGravatar ivo2007-02-20
* probe ~/.xmms/Plugins for plugins too, so users without root access on theirGravatar ivo2007-02-20
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Clean up audio pts handling, make audio pts tracking in the audio-onlyGravatar uau2006-06-14
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* Second-try commit of this patch.Gravatar corey2006-02-17
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* move resync_audio_stream after seeking to demuxer.cGravatar reimar2005-10-30
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. TheGravatar ods152005-09-02
* Demuxer modularizationGravatar rtognimp2005-08-05
* removing AFMT_ dependancyGravatar alex2004-12-27
* embarassing typoGravatar diego2004-07-19
* Removed the historic cfgparser and switched full to the new config parser (al...Gravatar alex2003-08-13
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar alex2003-05-30
* xmms_demuxer missing symbolGravatar arpi2003-02-02
* Added/reordered #includes to silence warnings about "implicit declaration".Gravatar rathann2002-12-28
* The patch fixes a nullpointer dereference and free of NULL in demux_close_xmmsGravatar arpi2002-12-28
* I cleaned up the source a bit, hopefully fixed hanging, alsoGravatar arpi2002-12-23
* xmp hangign I noticed too, and is fixed with this patch, seeking works nowGravatar arpi2002-12-23
* XMMS Input plugin supportGravatar arpi2002-12-22