index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
decoder_thread.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-29
decoder: automatically flush the output buffer after decoder exits
Max Kellermann
1
-0
/
+3
2008-10-26
input_stream: use "bool" instead of "int"
Max Kellermann
1
-1
/
+1
2008-10-26
input_stream: no CamelCase
Max Kellermann
1
-5
/
+5
2008-10-20
path: removed pathcpy_trunc()
Max Kellermann
1
-5
/
+2
2008-10-17
input: declare struct input_stream
Max Kellermann
1
-1
/
+1
2008-10-17
decoder: notify player after entering decodeStart()
Max Kellermann
1
-0
/
+1
2008-10-14
mapper: new song-to-filesystem mapper library
Max Kellermann
1
-10
/
+11
2008-10-08
song: don't allow calling song_get_url(NULL)
Max Kellermann
1
-4
/
+1
2008-10-08
song: removed CamelCase
Max Kellermann
1
-1
/
+1
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
1
-3
/
+3
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-0
/
+1
2008-09-29
decoder: renamed plugin methods
Max Kellermann
1
-19
/
+19
2008-09-26
notify: protect notify->pending with the mutex
Max Kellermann
1
-2
/
+0
2008-08-26
renamed player.c to player_control.c
Max Kellermann
1
-1
/
+1
2008-08-26
renamed decoderInit() to decoder_thread_start()
Max Kellermann
1
-1
/
+1
2008-08-26
renamed decode.h to decoder_control.h
Max Kellermann
1
-1
/
+1
2008-08-26
renamed decode.c to decoder_thread.c
Max Kellermann
1
-0
/
+2
2008-08-26
moved global variable "pc" to player.h
Max Kellermann
1
-1
/
+1
2008-08-26
added flag "decoder.seeking"
Max Kellermann
1
-0
/
+2
2008-08-26
added InputStream.ready
Max Kellermann
1
-0
/
+12
2008-08-26
moved code to player_thread.c
Max Kellermann
1
-394
/
+0
2008-08-26
moved code to crossfade.c
Max Kellermann
1
-49
/
+10
2008-08-26
added inline function audio_format_time_to_size()
Max Kellermann
1
-1
/
+1
2008-08-26
pass max_chunks to calculateCrossFadeChunks()
Max Kellermann
1
-7
/
+8
2008-08-26
renamed functions in decoder_list.h
Max Kellermann
1
-4
/
+4
2008-08-26
no camel case in struct decoder_plugin
Max Kellermann
1
-20
/
+22
2008-08-26
renamed InputPlugin to struct decoder_plugin
Max Kellermann
1
-1
/
+1
2008-08-26
added PlayerControl.command
Max Kellermann
1
-21
/
+26
2008-08-26
added decoder_command_finished() to decoder_api.h
Max Kellermann
1
-8
/
+0
2008-08-26
moved struct AudioFormat to audio_format.h
Max Kellermann
1
-0
/
+1
2008-08-26
do not sleep after openAudioDevice()
Max Kellermann
1
-3
/
+0
2008-08-26
added struct decoder
Max Kellermann
1
-5
/
+13
2008-08-26
invoke the notify API directly
Max Kellermann
1
-38
/
+17
2008-08-26
removed "else"
Max Kellermann
1
-2
/
+3
2008-08-26
added dc_command_finished()
Max Kellermann
1
-2
/
+9
2008-08-26
don't busy wait for the decoder thread
Max Kellermann
1
-3
/
+7
2008-08-26
merged start, stop, seek into DecoderControl.command
Max Kellermann
1
-22
/
+32
2008-08-26
don't set pc->errored_song in decodeStart()
Max Kellermann
1
-1
/
+0
2008-08-26
added dc.next_song, renamed pc.current_song
Max Kellermann
1
-11
/
+14
2008-06-01
fix stream URL
Max Kellermann
1
-1
/
+2
2008-06-01
notify: don't use camelCase in notify.[ch]
Max Kellerman
1
-4
/
+4
2008-06-01
assert dc.state == DECODE_STATE_STOP
Max Kellerman
1
-1
/
+2
2008-04-15
added ob_set_lazy()
Max Kellermann
1
-1
/
+7
2008-04-15
const pointers in decode.c
Max Kellermann
1
-1
/
+1
2008-04-15
fix XFADE_DISABLED=-1
Max Kellermann
1
-1
/
+1
2008-04-14
decode.c: make the crossfade state variable self-documenting
Eric Wong
1
-15
/
+18
2008-04-13
Make the OutputBuffer API more consistent
Eric Wong
1
-21
/
+21
2008-04-13
Stop passing our single OutputBuffer object everywhere
Eric Wong
1
-42
/
+35
2008-04-13
Stop passing our single DecoderControl object everywhere
Eric Wong
1
-99
/
+91
2008-04-13
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
1
-102
/
+92
[next]