aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-05decode: fix build for folks that don't -DMPD_PATH_MAX=...Eric Wong1-0/+1
2008-10-02Revert "Start using song pointers in core data structures"Eric Wong1-1/+1
2008-08-30moved struct AudioFormat to audio_format.hMax Kellermann1-1/+1
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-26/+33
2008-06-01make DecoderControl.state an enumMax Kellerman1-4/+6
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-2/+2
2008-04-12pass dc to decoder_task()Max Kellermann1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-6/+0
2008-04-12pass DecoderControl object to decoder_sleep()Max Kellermann1-1/+1
2008-04-12use the notify API in the decoderMax Kellermann1-0/+3
2008-04-12Start using song pointers in core data structuresEric Wong1-1/+2
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-3/+6
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-12-28Merge branches/ew r7104Eric Wong1-1/+2
2007-09-07get rid of unused DECODE_SUFFIX_* #definesEric Wong1-7/+0
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-4/+4
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes1-1/+2
2004-11-03remove vim &*(@Warren Dukes1-1/+0
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-2/+0
2004-06-06todo updateWarren Dukes1-8/+1
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes1-0/+5
2004-05-31icynames are now copied to title of streamsWarren Dukes1-1/+6
2004-05-30fixed seek, its now blocking againWarren Dukes1-1/+2
2004-05-20get rid of seekError in DecoderControlWarren Dukes1-1/+0
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-1/+1
2004-05-19bug fixy poo s/1/0/Warren Dukes1-0/+1
2004-05-19try to make seeking more non-blockingWarren Dukes1-1/+2
2004-05-18fix a mem leak when unknow type in decodeStart()Warren Dukes1-2/+2
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes1-8/+11
2004-05-10some more work on organizing code for resampling/audioFormat conversionWarren Dukes1-1/+4
2004-04-15log cycling and a few cleanupsWarren Dukes1-6/+7
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-03-22fix error reporting for mp4 filesWarren Dukes1-0/+1
2004-03-22aac decoding!Warren Dukes1-5/+8
2004-03-21parse length from Aac files and ID3 tagsWarren Dukes1-0/+1
2004-03-18bunch of autotool cleanupsWarren Dukes1-2/+3
2004-03-17have AAC and MP4 typesWarren Dukes1-0/+1
2004-03-17fix a few snafoo's in configure.acWarren Dukes1-0/+1