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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-06
encoder/lame: use delete instead of g_free()
Max Kellermann
1
-1
/
+1
2013-08-06
encoder/lame: use lame_encode_buffer_interleaved()
Max Kellermann
1
-14
/
+5
2013-08-06
encoder/lame: use offset variable instead of memmove()
Max Kellermann
2
-17
/
+36
2013-08-06
encoder/lame: rename "buffer" to "output_buffer"
Max Kellermann
2
-31
/
+33
2013-08-05
playlist/EmbbeddedCue: convert to class
Max Kellermann
1
-27
/
+41
2013-08-05
playlist/lastfm: convert to class
Max Kellermann
1
-11
/
+15
2013-08-05
playlist/lastfm: allocate the lastfm_playlist object at the end
Max Kellermann
1
-15
/
+14
2013-08-05
playlist/m3u: allocate ExtM3uPlaylist with new/delete
Max Kellermann
1
-8
/
+9
2013-08-05
playlist/extm3u: allocate ExtM3uPlaylist with new/delete
Max Kellermann
1
-10
/
+11
2013-08-05
decoder/ffmpeg: convert struct mpd_ffmpeg_stream to a class
Max Kellermann
1
-47
/
+28
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
79
-240
/
+260
2013-08-04
DatabasePrint: print Last-Modified attribute for directories
Andrzej Rybczak
1
-2
/
+15
2013-08-04
Commands: new command "toggleoutput"
Max Kellermann
5
-0
/
+54
2013-08-04
FfmpegDecoderPlugin: add application/flv to mime types list
Justin Riley
1
-0
/
+1
2013-08-04
ConfigData: remove obsolete functions
Max Kellermann
2
-79
/
+0
2013-08-04
PlaylistPlugin: pass config_param reference
Max Kellermann
4
-13
/
+14
2013-08-04
DatabasePlugin: pass config_param reference
Max Kellermann
7
-16
/
+16
2013-08-04
InputPlugin: pass config_param reference
Max Kellermann
4
-16
/
+18
2013-08-04
MixerPlugin: pass config_param reference
Max Kellermann
10
-26
/
+27
2013-08-04
FilterPlugin: pass config_param reference
Max Kellermann
13
-32
/
+34
2013-08-04
EncoderPlugin: pass config_param reference
Max Kellermann
11
-47
/
+45
2013-08-04
OutputPlugin: pass config_param reference
Max Kellermann
23
-153
/
+157
2013-08-04
DecoderPlugin: pass config_param reference
Max Kellermann
13
-35
/
+34
2013-08-04
ConfigData: move code to block_param, config_param methods
Max Kellermann
2
-42
/
+113
2013-08-03
ConfigData: remove C++ checks
Max Kellermann
1
-20
/
+0
2013-08-03
audio_format: convert to C++
Max Kellermann
106
-1187
/
+1173
2013-08-03
gcc.h: add macro gcc_unreachable()
Max Kellermann
12
-14
/
+18
2013-08-01
decoder/mikmod: use MikMod_free() to free the title on libmikmod-3.2
Christoph Mende
1
-0
/
+4
2013-08-01
playlist_edit: fix "move" relative to current when there is no current song
Max Kellermann
1
-1
/
+6
2013-08-01
commmand: fix URI argument in playlistadd
tsufeki
1
-1
/
+1
2013-08-01
PcmBuffer: reset size in Clear()
Max Kellermann
1
-0
/
+1
2013-07-31
Tag: check bulk mode in Clear()
Max Kellermann
1
-1
/
+8
2013-07-31
decoder/ffmpeg: require ffmpeg/libav 0.8
Max Kellermann
1
-89
/
+0
2013-07-31
output/winmm: adapt to PcmBuffer API changes
Max Kellermann
1
-5
/
+4
2013-07-31
decoder/mpcdec: remove support for the "old" API
Max Kellermann
1
-111
/
+34
2013-07-31
Tag: add method Clear()
Max Kellermann
7
-20
/
+31
2013-07-31
DecoderAPI: pass rvalue reference to decoder_tag()
Max Kellermann
6
-11
/
+10
2013-07-30
tag: convert to C++
Max Kellermann
96
-689
/
+690
2013-07-30
tag: move enum tag_type to TagType.h
Max Kellermann
14
-45
/
+72
2013-07-30
encoder_api: convert to C++
Max Kellermann
23
-214
/
+179
2013-07-30
encoder/lame,twolame: convert to C++
Max Kellermann
5
-107
/
+156
2013-07-30
encoder/wave: convert to C++
Max Kellermann
3
-27
/
+59
2013-07-30
encoder/null: convert to C++
Max Kellermann
3
-25
/
+55
2013-07-30
include cleanup
Max Kellermann
22
-46
/
+8
2013-07-30
output_api: convert to C++
Max Kellermann
24
-26
/
+26
2013-07-30
pcm_buffer: convert to C++
Max Kellermann
30
-276
/
+172
2013-07-30
Main: fix crash without state file
Max Kellermann
1
-1
/
+2
2013-07-30
pcm_resample: convert to C++
Max Kellermann
9
-316
/
+261
2013-07-30
PcmConvert: don't memset() in the constructor
Max Kellermann
1
-4
/
+2
2013-07-29
encoder/flac: convert to C++
Max Kellermann
3
-23
/
+57
[next]