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