summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-26don't call playerStop() before playerPlay()Max Kellermann
2008-08-26assert locked/unlocked in queue lock functionsMax Kellermann
2008-08-26don't unlock player queue in playerStop(), playerWait()Max Kellermann
2008-08-26queueSong() cannot failMax Kellermann
2008-08-26fix a comment regarding the player queueMax Kellermann
2008-08-26document the PLAYER_QUEUE_ constantsMax Kellermann
2008-08-26added enum player_queue_stateMax Kellermann
2008-08-26rewrote playerKill()Max Kellermann
2008-08-26player: don't call STOP before CLOSE_AUDIOMax Kellermann
2008-08-26playlist: eliminate unused fd parametersMax Kellermann
2008-08-26player: no "fd" and no return valueMax Kellermann
2008-08-26flac: decoder command means EOFMax Kellermann
2008-08-26made "sample_size" static constMax Kellermann
2008-08-26moved jack configuration to the JackData structMax Kellermann
2008-08-26jack: removed unused macrosMax Kellermann
2008-08-26jack: don't set audioOutput->data=NULLMax Kellermann
2008-08-26jack: initialize JackData in jack_initDriver()Max Kellermann
2008-08-26jack: added freeJackClient()Max Kellermann
2008-08-26jack: initialize jd->client after !jd checkMax Kellermann
2008-08-26jack: eliminate superfluous freeJackData() callsMax Kellermann
2008-08-26mp3, flac: check for seek command after decoder_read()Max Kellermann
2008-08-26check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann
2008-08-26mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann
2008-08-26mp3: converted the DECODE_ constants to an enumMax Kellermann
2008-08-26added flag "decoder.seeking"Max Kellermann
2008-08-26wavpack: don't use "isp" before initializationMax Kellermann
2008-08-26wavpack: moved code to wavpack_open_wvc()Max Kellermann
2008-08-26simplified code in the ogg decoder pluginMax Kellermann
2008-08-26added decoder_read()Max Kellermann
2008-08-26wavpack: added InputStreamPlus.decoderMax Kellermann
2008-08-26oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann
2008-08-26added AacBuffer.decoderMax Kellermann
2008-08-26mp3: added mp3DecodeData.decoderMax Kellermann
2008-08-26mp3: audio_linear_dither() returns mpd_sint16Max Kellermann
2008-08-26mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann
2008-08-26mp3: moved num_samples calculation out of the loopMax Kellermann
2008-08-26mp3: eliminated outputPtrMax Kellermann
2008-08-26mp3: don't do a second flush in mp3_decode()Max Kellermann
2008-08-26mp3: always flush directly after decoding/ditheringMax Kellermann
2008-08-26mp3: dither a whole block at a timeMax Kellermann
2008-08-26mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann
2008-08-26mp3: make samplesPerFrame more localMax Kellermann
2008-08-26mp3: unsigned integersMax Kellermann
2008-08-26mp3: removed double cmd==STOP checkMax Kellermann
2008-08-26mp3: moved code to dither_buffer()Max Kellermann
2008-08-26mp3: don't check dropSamplesAtStart in the loopMax Kellermann
2008-08-26assert song->url != NULLMax Kellermann
2008-08-26aac: support decoding AAC streamsMax Kellermann
2008-08-26aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann
2008-08-26aac: check buffer lengthsMax Kellermann