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
2008-10-29
mp3: moved code to mp3_update_timer_next_frame()
Max Kellermann
1
-16
/
+28
2008-10-29
mp3: moved code to mp3_this_frame_offset()
Max Kellermann
1
-10
/
+10
2008-10-29
mp3: moved code to mp3_time_to_frame()
Max Kellermann
1
-11
/
+21
2008-10-29
mp3: assert that the stream is seekable
Max Kellermann
1
-5
/
+5
2008-10-29
decoder_api: don't cast need_chunks() to int
Max Kellermann
1
-4
/
+4
2008-10-28
mp3: moved code to mp3_filesize_to_song_length()
Max Kellermann
1
-23
/
+42
2008-10-28
mp3: no "goto"
Max Kellermann
1
-19
/
+36
2008-10-28
mp3: use GLib allocation functions
Max Kellermann
1
-11
/
+9
2008-10-28
mp3: use bool
Max Kellermann
1
-50
/
+51
2008-10-28
mp3: no CamelCase
Max Kellermann
1
-255
/
+254
2008-10-28
mp3: remove obsolete comments
Max Kellermann
1
-4
/
+0
2008-10-28
input_file: don't use buffered I/O
Max Kellermann
1
-28
/
+31
2008-10-28
input_stream: convert offset and size to the off_t data type
Max Kellermann
5
-13
/
+12
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
10
-35
/
+28
2008-10-27
player: reset pc.command when decoder startup fails
Max Kellermann
1
-0
/
+1
2008-10-27
input_file, input_curl: check URL type before attempting to open
Max Kellermann
2
-0
/
+6
2008-10-26
output: don't compile plugins which are disabled
Max Kellermann
14
-104
/
+72
2008-10-26
dirvec: fixed GCC shadow warning
Max Kellermann
1
-4
/
+4
2008-10-26
curl: read stream name from HTTP response headers
Max Kellermann
1
-0
/
+5
2008-10-26
input_curl: set input_stream.mime from Content-Type response header
Max Kellermann
1
-0
/
+3
2008-10-26
input_curl: added local variable "value"
Max Kellermann
1
-14
/
+22
2008-10-26
input_stream: use g_free() in input_stream_close()
Max Kellermann
1
-8
/
+5
2008-10-26
input_stream: use "bool" instead of "int"
Max Kellermann
14
-49
/
+55
2008-10-26
input_stream: input_stream_close() returns void
Max Kellermann
4
-13
/
+7
2008-10-26
input_stream: added struct input_plugin
Max Kellermann
6
-56
/
+63
2008-10-26
input_stream: no CamelCase
Max Kellermann
17
-160
/
+158
2008-10-26
input_file: removed global constructor
Max Kellermann
3
-7
/
+0
2008-10-26
input_file: don't export internal methods
Max Kellermann
2
-19
/
+25
2008-10-26
input_stream: removed the InputStream typedef
Max Kellermann
13
-50
/
+65
2008-10-26
input_stream: renamed sources, no CamelCase
Max Kellermann
8
-11
/
+11
2008-10-26
http: use libcurl
Max Kellermann
7
-1171
/
+525
2008-10-26
input_stream: added input_stream_global_finish()
Max Kellermann
3
-0
/
+7
2008-10-26
stored_playlist: fixed signed comparison warning
Max Kellermann
1
-1
/
+1
2008-10-26
command: removed range check from check_bool()
Max Kellermann
1
-6
/
+0
2008-10-26
renamed src/audioOutputs/ to src/output/
Max Kellermann
14
-19
/
+18
2008-10-26
renamed src/inputPlugins/ to src/decoder/
Max Kellermann
16
-14
/
+14
2008-10-25
removed internal copy of libmp4ff
Max Kellermann
15
-4645
/
+2
2008-10-25
pulse: force 16 bit audio sample format
Max Kellermann
1
-5
/
+3
2008-10-24
player: don't clear command before do_play() returns
Max Kellermann
1
-1
/
+0
2008-10-24
remove unused sources
Max Kellermann
2
-221
/
+0
2008-10-24
jack: support for 24 bit samples
Max Kellermann
1
-1
/
+32
2008-10-24
jack: moved code to jack_write_samples_16()
Max Kellermann
1
-14
/
+42
2008-10-24
jack: eliminated CamelCase
Max Kellermann
1
-73
/
+76
2008-10-24
jack: added assertions against partial frames
Max Kellermann
1
-0
/
+2
2008-10-24
jack: optimize local variables
Max Kellermann
1
-9
/
+8
2008-10-24
jack: lockless data transfer to jack thread
Max Kellermann
1
-47
/
+15
2008-10-24
jack: partial writes to ring buffer
Max Kellermann
1
-15
/
+15
2008-10-24
jack: added constant "frame_size"
Max Kellermann
1
-1
/
+2
2008-10-24
jack: fix indentation
Max Kellermann
1
-33
/
+33
2008-10-24
pcm_resample: support for libsamplerate < 0.1.3
Max Kellermann
1
-0
/
+20
[next]