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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shout: clear buffer before calling the encoder
Max Kellermann
2009-02-09
3
-18
/
+14
*
shout: don't postpone metadata
Max Kellermann
2009-02-09
3
-34
/
+14
*
shout: use libshout's synchronization
Max Kellermann
2009-02-09
2
-24
/
+4
*
shout: switch to blocking mode
Max Kellermann
2009-02-09
2
-77
/
+7
*
shout: removed shout_data.tag_to_send
Max Kellermann
2009-02-09
2
-9
/
+6
*
shout: removed shout_data.shout_error
Max Kellermann
2009-02-09
2
-4
/
+0
*
playlist: provide information about "next song"
Vladimir S Eremin
2009-02-09
3
-0
/
+27
*
playlist: increase playlist version after loading state
Max Kellermann
2009-02-04
1
-0
/
+2
*
update: check whether stickers are enabled
Max Kellermann
2009-02-04
1
-1
/
+3
*
playlist_save: added spl_save_playlist()
Max Kellermann
2009-02-04
3
-1
/
+13
*
playlist: added G_LOG_DOMAIN
Max Kellermann
2009-02-04
2
-4
/
+11
*
playlist_print: added wrappers for printing the queue
Max Kellermann
2009-02-04
3
-31
/
+164
*
playlist: pass const playlist pointers
Max Kellermann
2009-02-04
2
-15
/
+12
*
playlist_print: added API documentation
Max Kellermann
2009-02-04
1
-0
/
+8
*
playlist_print: use bool instead of int
Max Kellermann
2009-02-04
3
-16
/
+22
*
playlist_print: no CamelCase
Max Kellermann
2009-02-04
3
-5
/
+6
*
playlist_print: include cleanup
Max Kellermann
2009-02-04
1
-4
/
+1
*
playlist: moved code to playlist_edit.c
Max Kellermann
2009-02-04
3
-369
/
+394
*
playlist: moved code to playlist_control.c
Max Kellermann
2009-02-04
4
-241
/
+306
*
playlist: call syncPlaylistWithQueue() only in the event handler
Max Kellermann
2009-02-04
1
-4
/
+0
*
playlist: renamed global "playlist" variable to "g_playlist"
Max Kellermann
2009-02-04
11
-391
/
+494
*
playlist: moved code to playlist_state.c
Max Kellermann
2009-02-04
4
-134
/
+217
*
playlist: simplified playlist.queued updates
Max Kellermann
2009-02-04
1
-117
/
+111
*
ffmpeg: fixed seek integer overflow
Max Kellermann
2009-02-03
1
-3
/
+4
*
ffmpeg: check if the time stamp is valid
Max Kellermann
2009-02-03
1
-4
/
+5
*
ffmpeg: don't warn of empty packet output
Max Kellermann
2009-02-03
1
-3
/
+2
*
ffmpeg: print codec name
Max Kellermann
2009-02-03
1
-0
/
+3
*
shout_mp3: call lame_close() in clear_encoder() method
Max Kellermann
2009-02-02
1
-2
/
+6
*
shout_mp3: free the lame_data struct on exit
Max Kellermann
2009-02-02
1
-0
/
+2
*
player_thread: set player error when output device fails
Max Kellermann
2009-02-02
1
-1
/
+4
*
main: don't pass argv[0] to openDB()
Max Kellermann
2009-02-02
1
-6
/
+4
*
main: create database after daemonization
Max Kellermann
2009-02-02
1
-8
/
+29
*
output_api: moved the command check out of method pause()
Max Kellermann
2009-01-30
4
-24
/
+18
*
playlist: clear playlist.playing when deleting current song
Max Kellermann
2009-01-30
1
-0
/
+1
*
output_api: removed DISABLED_AUDIO_OUTPUT_PLUGIN
Max Kellermann
2009-01-30
1
-2
/
+0
*
output_api: removed audio_output_closed()
Max Kellermann
2009-01-30
3
-10
/
+0
*
jack: don't override output_ports in connect()
Max Kellermann
2009-01-30
1
-10
/
+22
*
jack: removed sample_rate callback
Max Kellermann
2009-01-30
1
-20
/
+7
*
configure.ac: detect jack_set_info_function()
Max Kellermann
2009-01-30
1
-0
/
+5
*
mikmod: call MikMod_Exit() only in the finish() method
Matthias Drochner
2009-01-30
1
-6
/
+0
*
wavpack: pass NULL if the .wvc file fails to open
Max Kellermann
2009-01-30
1
-1
/
+3
*
jack: print info messages
Max Kellermann
2009-01-30
1
-0
/
+7
*
client: check for G_IO_ERR and G_IO_HUP
Max Kellermann
2009-01-30
1
-8
/
+19
*
mapper: ignore duplicate slashes in playlists
Max Kellermann
2009-01-30
1
-0
/
+3
*
mapper: remove trailing slashes from music_directory
Max Kellermann
2009-01-30
1
-1
/
+15
*
ffmeg: added support for the tags comment, genre, year
David Horn
2009-01-30
1
-0
/
+10
*
input_stream: make seek(), buffer() optional
Max Kellermann
2009-01-30
5
-44
/
+7
*
archive: replaced setup_stream() with open_stream()
Max Kellermann
2009-01-30
7
-135
/
+37
*
input_stream: let the implementation assign is->plugin
Max Kellermann
2009-01-30
4
-1
/
+10
*
input_stream: documented the API
Max Kellermann
2009-01-30
1
-9
/
+83
[next]