index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2008-11-03
configure.ac: separate the "aac" and "mp4" decoder tests
Max Kellermann
2008-11-03
alsa: initialize "device" with NULL
Max Kellermann
2008-11-03
mod: removed boolean globals for lazy init
Max Kellermann
2008-11-03
mod: always initialize libmikmod
Max Kellermann
2008-11-02
output: don't allow length==0
Max Kellermann
2008-11-02
player: don't play empty chunks
Max Kellermann
2008-11-02
ffmpeg: fix boolean inversion in ffmpeg_tag()
Max Kellermann
2008-11-02
removed unused sources
Max Kellermann
2008-11-02
player: copy stream tag to the song struct
Max Kellermann
2008-11-02
player: added player.song
Max Kellermann
2008-11-02
ffmpeg: don't rewind stream in url_close()
Max Kellermann
2008-11-02
decoder: rewind input stream after try_decode()
Max Kellermann
2008-11-02
decoder: moved code to decoder_try_decode()
Max Kellermann
2008-11-02
player: send chunk tag to audio device
Max Kellermann
2008-11-02
crossfade: copy tag
Max Kellermann
2008-11-02
ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()
Max Kellermann
2008-11-02
ogg, ffmpeg: try to decode, even when the stream is not seekable
Max Kellermann
2008-11-02
input_curl: buffered rewinding
Max Kellermann
2008-11-02
decoder_api: added decoder_tag()
Max Kellermann
2008-11-02
aac, mod: moved decoder command check into loop condition
Max Kellermann
2008-11-02
aac, mod: don't check for SEEK command
Max Kellermann
2008-11-02
decoder_api: pass "seekable" flag to decoder_initialized()
Max Kellermann
2008-11-02
music_pipe: add tag pointer to the music_chunk struct
Max Kellermann
2008-11-02
music_pipe: added functions chunk_init() and chunk_free()
Max Kellermann
2008-11-02
music_pipe: document struct music_chunk
Max Kellermann
2008-11-02
music_pipe: removed "volatile"
Max Kellermann
2008-11-02
music_pipe: renamed "size" to "num_chunks"
Max Kellermann
2008-11-02
music_pipe: no CamelCase
Max Kellermann
2008-11-02
music_pipe: set bit_rate and time in music_pipe_append()
Max Kellermann
2008-11-02
music_pipe: moved code to music_chunk_append()
Max Kellermann
2008-11-02
music_pipe: renamed "ob" to "music_pipe"
Max Kellermann
2008-11-02
music_pipe: more wrapper functions
Max Kellermann
2008-11-02
music_pipe: use GLib instead of utils.h
Max Kellermann
2008-11-02
decoder: replaced music_pipe.audioFormat with dc.out_audio_format
Max Kellermann
2008-11-02
music_pipe: pass frame size to tail_chunk()
Max Kellermann
2008-11-02
music_pipe: renamed ob_* functions to music_pipe_*
Max Kellermann
2008-11-02
music_pipe: renamed struct output_buffer to struct music_pipe
Max Kellermann
2008-11-02
renamed outputBuffer.[ch] to pipe.[ch]
Max Kellermann
2008-11-02
decoder: enable decoders even if they have no init() method
Max Kellermann
2008-11-01
decoder: make the suffixes and mime_types arrays really const
Max Kellermann
2008-11-01
decoder: make all decoder_plugin structs const
Max Kellermann
2008-11-01
decoder: manage decoder list in a static array
Max Kellermann
2008-11-01
decoder: return const decoder_plugin structs
Max Kellermann
2008-11-01
permission: store passwords in GHashTable
Max Kellermann
2008-11-01
tag: use GLib instead of utils.h
Max Kellermann
2008-11-01
utils: use GUINT32_FROM_LE() instead of readLEuint32()
Max Kellermann
2008-11-01
tag: don't return const string from fix_utf8()
Max Kellermann
2008-11-01
alsa, jack: no const pointers for allocated strings
Max Kellermann
2008-10-31
path: removed sanitizePathDup()
Max Kellermann
2008-10-31
mapper: check for "." and ".."
Max Kellermann
[next]