aboutsummaryrefslogtreecommitdiff
path: root/src/player.c
Commit message (Expand)AuthorAge
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Several bugfixes during exit found by valgrindEric Wong2006-08-14
* Spelling & GrammarAvuton Olrich2006-08-11
* more sparse cleanupsEric Wong2006-08-08
* merge changes from mpd-tree:Warren Dukes2006-08-06
* logging cleanupsEric Wong2006-08-01
* remove clumsy strncpy useEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* Fix the undefined reference to `playerInitReal'Avuton Olrich2006-07-14
* [CLEANUP] Remove unused functionAvuton Olrich2006-07-14
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* remove C++ style commentsEric Wong2005-11-19
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-03
* new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes2004-11-03
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-25
* remove an extra line of codeWarren Dukes2004-06-29
* fix C99 stuff for commandErrorWarren Dukes2004-06-15
* fix some streaming metadata issuesWarren Dukes2004-06-09
* some fixes to metadata stuffWarren Dukes2004-06-07
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-06
* mechanism for updating metadata while decodingWarren Dukes2004-06-06
* todo updateWarren Dukes2004-06-06
* finish ack error codesWarren Dukes2004-06-04
* clean up ACK error coding a little bitWarren Dukes2004-06-04
* better method for computing total time playedWarren Dukes2004-06-03
* ogg voribs comment parsing on the fly in the decoderWarren Dukes2004-06-01
* validateUtf8Tag on stream metadataWarren Dukes2004-06-01
* some stream metadata fixesWarren Dukes2004-05-31
* little tidying up that will be deleted anywayWarren Dukes2004-05-31
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* removed a debug statementWarren Dukes2004-05-20
* ogg stream playing! some non-blocking seek bug fixesWarren Dukes2004-05-20
* just a we bit of changesWarren Dukes2004-05-19
* streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes2004-05-18
* rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes2004-05-18
* assume all streams are mp3's, we'll need to open the streams before callingWarren Dukes2004-05-18
* yes! rudimentary stream playing for mp3's!Warren Dukes2004-05-18
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-10
* some cleanups of sprintf's => snprintf'sWarren Dukes2004-04-16
* log cycling and a few cleanupsWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* add a error msg for playerSeek()Warren Dukes2004-04-13