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
/
decode.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renamed decode.c to decoder_thread.c
Max Kellermann
2008-08-26
1
-197
/
+0
*
moved global variable "pc" to player.h
Max Kellermann
2008-08-26
1
-1
/
+1
*
added flag "decoder.seeking"
Max Kellermann
2008-08-26
1
-0
/
+2
*
added InputStream.ready
Max Kellermann
2008-08-26
1
-0
/
+12
*
moved code to player_thread.c
Max Kellermann
2008-08-26
1
-394
/
+0
*
moved code to crossfade.c
Max Kellermann
2008-08-26
1
-49
/
+10
*
added inline function audio_format_time_to_size()
Max Kellermann
2008-08-26
1
-1
/
+1
*
pass max_chunks to calculateCrossFadeChunks()
Max Kellermann
2008-08-26
1
-7
/
+8
*
renamed functions in decoder_list.h
Max Kellermann
2008-08-26
1
-4
/
+4
*
no camel case in struct decoder_plugin
Max Kellermann
2008-08-26
1
-20
/
+22
*
renamed InputPlugin to struct decoder_plugin
Max Kellermann
2008-08-26
1
-1
/
+1
*
added PlayerControl.command
Max Kellermann
2008-08-26
1
-21
/
+26
*
added decoder_command_finished() to decoder_api.h
Max Kellermann
2008-08-26
1
-8
/
+0
*
moved struct AudioFormat to audio_format.h
Max Kellermann
2008-08-26
1
-0
/
+1
*
do not sleep after openAudioDevice()
Max Kellermann
2008-08-26
1
-3
/
+0
*
added struct decoder
Max Kellermann
2008-08-26
1
-5
/
+13
*
invoke the notify API directly
Max Kellermann
2008-08-26
1
-38
/
+17
*
removed "else"
Max Kellermann
2008-08-26
1
-2
/
+3
*
added dc_command_finished()
Max Kellermann
2008-08-26
1
-2
/
+9
*
don't busy wait for the decoder thread
Max Kellermann
2008-08-26
1
-3
/
+7
*
merged start, stop, seek into DecoderControl.command
Max Kellermann
2008-08-26
1
-22
/
+32
*
don't set pc->errored_song in decodeStart()
Max Kellermann
2008-08-26
1
-1
/
+0
*
added dc.next_song, renamed pc.current_song
Max Kellermann
2008-08-26
1
-11
/
+14
*
fix stream URL
Max Kellermann
2008-06-01
1
-1
/
+2
*
notify: don't use camelCase in notify.[ch]
Max Kellerman
2008-06-01
1
-4
/
+4
*
assert dc.state == DECODE_STATE_STOP
Max Kellerman
2008-06-01
1
-1
/
+2
*
added ob_set_lazy()
Max Kellermann
2008-04-15
1
-1
/
+7
*
const pointers in decode.c
Max Kellermann
2008-04-15
1
-1
/
+1
*
fix XFADE_DISABLED=-1
Max Kellermann
2008-04-15
1
-1
/
+1
*
decode.c: make the crossfade state variable self-documenting
Eric Wong
2008-04-14
1
-15
/
+18
*
Make the OutputBuffer API more consistent
Eric Wong
2008-04-13
1
-21
/
+21
*
Stop passing our single OutputBuffer object everywhere
Eric Wong
2008-04-13
1
-42
/
+35
*
Stop passing our single DecoderControl object everywhere
Eric Wong
2008-04-13
1
-99
/
+91
*
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
2008-04-13
1
-102
/
+92
*
Fix the problem of songs not advancing without client activity
Eric Wong
2008-04-12
1
-0
/
+1
*
fix several errors/warnings which only appear with -O3
Max Kellermann
2008-04-12
1
-0
/
+2
*
pass dc to decoder_task()
Max Kellermann
2008-04-12
1
-4
/
+4
*
clean up CPP includes
Max Kellermann
2008-04-12
1
-5
/
+0
*
pass pc to player notify functions
Max Kellermann
2008-04-12
1
-13
/
+15
*
pass DecoderControl object to decoder_sleep()
Max Kellermann
2008-04-12
1
-15
/
+12
*
remove the local variable "end"
Max Kellermann
2008-04-12
1
-5
/
+0
*
don't use short chunk numbers
Max Kellermann
2008-04-12
1
-2
/
+2
*
added output_buffer_skip()
Max Kellermann
2008-04-12
1
-8
/
+1
*
remove buffered_chunks, use cb->size
Max Kellermann
2008-04-12
1
-1
/
+2
*
decode: fix some uninitialized variable warnings
Eric Wong
2008-04-12
1
-2
/
+2
*
decode: fix unsigned comparision and add some paranoid assertions
Eric Wong
2008-04-12
1
-8
/
+9
*
Fix a few more warnings from -Wshadow
Eric Wong
2008-04-12
1
-4
/
+4
*
some assertions to check the unsigned changes
Max Kellermann
2008-04-12
1
-0
/
+3
*
yet more unsigned integers
Max Kellermann
2008-04-12
1
-4
/
+4
*
use the notify API in the decoder
Max Kellermann
2008-04-12
1
-6
/
+8
[next]