index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decode.c
Age
Commit message (
Expand
)
Author
2008-08-26
invoke the notify API directly
Max Kellermann
2008-08-26
removed "else"
Max Kellermann
2008-08-26
added dc_command_finished()
Max Kellermann
2008-08-26
don't busy wait for the decoder thread
Max Kellermann
2008-08-26
merged start, stop, seek into DecoderControl.command
Max Kellermann
2008-08-26
don't set pc->errored_song in decodeStart()
Max Kellermann
2008-08-26
added dc.next_song, renamed pc.current_song
Max Kellermann
2008-06-01
fix stream URL
Max Kellermann
2008-06-01
notify: don't use camelCase in notify.[ch]
Max Kellerman
2008-06-01
assert dc.state == DECODE_STATE_STOP
Max Kellerman
2008-04-15
added ob_set_lazy()
Max Kellermann
2008-04-15
const pointers in decode.c
Max Kellermann
2008-04-15
fix XFADE_DISABLED=-1
Max Kellermann
2008-04-14
decode.c: make the crossfade state variable self-documenting
Eric Wong
2008-04-13
Make the OutputBuffer API more consistent
Eric Wong
2008-04-13
Stop passing our single OutputBuffer object everywhere
Eric Wong
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
2008-04-13
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
2008-04-12
fix several errors/warnings which only appear with -O3
Max Kellermann
2008-04-12
pass dc to decoder_task()
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
pass pc to player notify functions
Max Kellermann
2008-04-12
pass DecoderControl object to decoder_sleep()
Max Kellermann
2008-04-12
remove the local variable "end"
Max Kellermann
2008-04-12
don't use short chunk numbers
Max Kellermann
2008-04-12
added output_buffer_skip()
Max Kellermann
2008-04-12
remove buffered_chunks, use cb->size
Max Kellermann
2008-04-12
decode: fix some uninitialized variable warnings
Eric Wong
2008-04-12
decode: fix unsigned comparision and add some paranoid assertions
Eric Wong
2008-04-12
Fix a few more warnings from -Wshadow
Eric Wong
2008-04-12
some assertions to check the unsigned changes
Max Kellermann
2008-04-12
yet more unsigned integers
Max Kellermann
2008-04-12
use the notify API in the decoder
Max Kellermann
2008-04-12
use break instead of quitDecode()+return
Max Kellermann
2008-04-12
moved expression to audioFormatSizeToTime()
Max Kellermann
2008-04-12
let calculateCrossFadeChunks() decide
Max Kellermann
2008-04-12
moved code to playChunk()
Max Kellermann
2008-04-12
added outputBufferShift()
Max Kellermann
2008-04-12
continue main loop instead of nesting loops
Max Kellermann
2008-04-12
sleep when waiting for cross-fade chunks
Max Kellermann
2008-04-12
moved code to crossFade()
Max Kellermann
2008-04-12
added struct OutputBufferChunk
Max Kellermann
2008-04-12
added outputBufferChunkData()
Max Kellermann
2008-04-12
removed "quit"
Max Kellermann
2008-04-12
do not reset nextChunk
Max Kellermann
2008-04-12
added outputBufferRelative()
Max Kellermann
2008-04-12
added outputBufferEmpty()
Max Kellermann
2008-04-12
moved check to outputBufferAbsolute()
Max Kellermann
2008-04-12
make variables more local
Max Kellermann
[next]