summaryrefslogtreecommitdiff
path: root/src/decode.c
AgeCommit message (Expand)Author
2008-08-26invoke the notify API directlyMax Kellermann
2008-08-26removed "else"Max Kellermann
2008-08-26added dc_command_finished()Max Kellermann
2008-08-26don't busy wait for the decoder threadMax Kellermann
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann
2008-08-26don't set pc->errored_song in decodeStart()Max Kellermann
2008-08-26added dc.next_song, renamed pc.current_songMax Kellermann
2008-06-01fix stream URLMax Kellermann
2008-06-01notify: don't use camelCase in notify.[ch]Max Kellerman
2008-06-01assert dc.state == DECODE_STATE_STOPMax Kellerman
2008-04-15added ob_set_lazy()Max Kellermann
2008-04-15const pointers in decode.cMax Kellermann
2008-04-15fix XFADE_DISABLED=-1Max Kellermann
2008-04-14decode.c: make the crossfade state variable self-documentingEric Wong
2008-04-13Make the OutputBuffer API more consistentEric Wong
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong
2008-04-12Fix the problem of songs not advancing without client activityEric Wong
2008-04-12fix several errors/warnings which only appear with -O3Max Kellermann
2008-04-12pass dc to decoder_task()Max Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12pass pc to player notify functionsMax Kellermann
2008-04-12pass DecoderControl object to decoder_sleep()Max Kellermann
2008-04-12remove the local variable "end"Max Kellermann
2008-04-12don't use short chunk numbersMax Kellermann
2008-04-12added output_buffer_skip()Max Kellermann
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann
2008-04-12decode: fix some uninitialized variable warningsEric Wong
2008-04-12decode: fix unsigned comparision and add some paranoid assertionsEric Wong
2008-04-12Fix a few more warnings from -WshadowEric Wong
2008-04-12some assertions to check the unsigned changesMax Kellermann
2008-04-12yet more unsigned integersMax Kellermann
2008-04-12use the notify API in the decoderMax Kellermann
2008-04-12use break instead of quitDecode()+returnMax Kellermann
2008-04-12moved expression to audioFormatSizeToTime()Max Kellermann
2008-04-12let calculateCrossFadeChunks() decideMax Kellermann
2008-04-12moved code to playChunk()Max Kellermann
2008-04-12added outputBufferShift()Max Kellermann
2008-04-12continue main loop instead of nesting loopsMax Kellermann
2008-04-12sleep when waiting for cross-fade chunksMax Kellermann
2008-04-12moved code to crossFade()Max Kellermann
2008-04-12added struct OutputBufferChunkMax Kellermann
2008-04-12added outputBufferChunkData()Max Kellermann
2008-04-12removed "quit"Max Kellermann
2008-04-12do not reset nextChunkMax Kellermann
2008-04-12added outputBufferRelative()Max Kellermann
2008-04-12added outputBufferEmpty()Max Kellermann
2008-04-12moved check to outputBufferAbsolute()Max Kellermann
2008-04-12make variables more localMax Kellermann