aboutsummaryrefslogtreecommitdiff
path: root/src/decode.c
Commit message (Expand)AuthorAge
* parsing mp3 id3v2 tags on the fly for streamsWarren Dukes2004-06-01
* ogg voribs comment parsing on the fly in the decoderWarren Dukes2004-06-01
* fix for bastard mp3 streamsWarren Dukes2004-06-01
* some stream metadata fixesWarren Dukes2004-05-31
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* fixed seek, its now blocking againWarren Dukes2004-05-30
* ingore mp3 CRC's for files and not streamsWarren Dukes2004-05-25
* more bug fixesWarren Dukes2004-05-20
* ogg stream playing! some non-blocking seek bug fixesWarren Dukes2004-05-20
* clean up sleep times to be all 10msWarren Dukes2004-05-20
* get rid of seekError in DecoderControlWarren Dukes2004-05-20
* some fixes for non-blocking seek :-)Warren Dukes2004-05-20
* non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes2004-05-19
* forgot to mark in decoderControl when we are seekable!Warren Dukes2004-05-19
* bug fixy poo s/1/0/Warren Dukes2004-05-19
* try to make seeking more non-blockingWarren Dukes2004-05-19
* nother little minor fixWarren Dukes2004-05-18
* streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes2004-05-18
* fix a mem leak when unknow type in decodeStart()Warren Dukes2004-05-18
* rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes2004-05-18
* some more work on organizing code for resampling/audioFormat conversionWarren Dukes2004-05-10
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-10
* new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes2004-05-07
* ummm, undo last changes, they shouldn't need to be neccessaryWarren Dukes2004-04-17
* close audio() and audioDriver() on decode process forkWarren Dukes2004-04-17
* log cycling and a few cleanupsWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* volatile fun-nessWarren Dukes2004-04-12
* add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes2004-04-11
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-11
* ok, fix some bug due to a child process dieing before the parent canWarren Dukes2004-04-11
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* use our own portable version of usleep using select()Warren Dukes2004-04-01
* forgot a ;Warren Dukes2004-03-27
* just to be carfile, make sure to null terminate when using strncpyWarren Dukes2004-03-27
* close audio device on pause, after we say we have paused, makes pause seemWarren Dukes2004-03-26
* fix a bug, due to not resetting decodeType in playerSeek when the file toWarren Dukes2004-03-23
* oopsWarren Dukes2004-03-22
* fix error reporting for mp4 filesWarren Dukes2004-03-22
* aac decoding!Warren Dukes2004-03-22
* close audio device on pauseWarren Dukes2004-03-20
* seek support for mp4/aacWarren Dukes2004-03-18
* make all sleeps at least 1 msWarren Dukes2004-03-18
* mp4/aac cleanupsWarren Dukes2004-03-18
* make some usleeps longer, just to try to stave off busy waitingWarren Dukes2004-03-06
* fix crossfading issue with oggWarren Dukes2004-03-05
* see if we can skip past tagsWarren Dukes2004-03-05
* fix gcc-2.95 compilation errorsWarren Dukes2004-03-03
* fix a stupid bug where i was storing the decode_pid directorly from fork()Warren Dukes2004-02-29