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
2012-04-04
directory: use strrchr() instead of g_basename()
Max Kellermann
2012-04-04
uri: remove g_basename() call from uri_get_suffix()
Max Kellermann
2012-04-04
update: properly skip symlinks in path that is to be updated.
Anton Khirnov
2012-03-28
output/osx: use the fifo_buffer library instead of rolling own
Max Kellermann
2012-03-26
Use g_message and not g_debug when removing song
Dan McGee
2012-03-19
event_pipe, test: explicitly ignore write() return value
Max Kellermann
2012-03-19
decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3
Jonathan Neuschäfer
2012-03-19
text_input_stream: detect end-of-file
Max Kellermann
2012-02-13
decoder/ffmpeg: read the "year" tag
Max Kellermann
2012-02-13
decoder_api: check state before emitting initial seek command
Max Kellermann
2012-02-13
pcm_buffer: pcm_buffer_get() never returns NULL
Max Kellermann
2012-02-13
output/winmm: remove pointless NULL check
Max Kellermann
2012-02-03
decoder/ffmpeg: use AV_SAMPLE_FMT_* if available
Max Kellermann
2012-02-03
decoder/ffmpeg: use sentinel for the ffmpeg_tag_maps table
Max Kellermann
2012-02-03
decoder/ffmpeg: support all MPD tags
Max Kellermann
2012-02-03
decoder/ffmpeg: pass tag_type and name to _copy_metadata()
Max Kellermann
2012-02-03
decoder/ffmpeg: merge code to _copy_dictionary()
Max Kellermann
2012-02-03
decoder/ffmpeg: add macros emulating AVDictionary
Max Kellermann
2012-02-03
decoder/ffmpeg: _copy_metadata() returns void
Max Kellermann
2012-01-12
decoder/ffmpeg: check libavutil version for AVDictionaryEntry
Max Kellermann
2012-01-12
decoder/ffmpeg: raise version dependency for avformat_find_stream_info()
Max Kellermann
2012-01-05
decoder/ffmpeg: support libavformat 0.8
Max Kellermann
2012-01-04
decoder/ffmpeg: use avcodec_decode_audio4(), support libavcodec 0.8
Max Kellermann
2012-01-04
decoder/ffmpeg: include libavutil/mathematics.h
Max Kellermann
2012-01-04
decoder/ffmpeg: use avcodec_open2() on newer ffmpeg versions
Max Kellermann
2012-01-04
decoder/ffpmeg: don't use av_metadata_conv() in ffmpeg 0.7
Max Kellermann
2012-01-04
decoder/ffmpeg: use AVIOContext instead of ByteIOContext
Max Kellermann
2012-01-04
input/ffmpeg: use the new AVIOContext API
Max Kellermann
2012-01-04
input/ffmpeg: define AV_VERSION_INT if not present
Max Kellermann
2011-12-24
output/osx: clear render buffer when there's not enough data
Max Kellermann
2011-12-24
output/osx: remove sleep call from render callback
Max Kellermann
2011-12-21
Playlist: fix bug in moving after current song
Maarten Sebregts
2011-12-13
output/openal: force 16 bit playback, as 8 bit doesn't work
Max Kellermann
2011-12-13
timer: fix time unit mixup in timer_delay()
Max Kellermann
2011-12-13
update_walk: print debug message for song_file_load()
Max Kellermann
2011-12-13
decoder/mp4ff: work around assertion failure in read() callback
Max Kellermann
2011-12-12
cmdline: Remove duplicate g_free()s
Avuton Olrich
2011-12-12
configure/utils: Add ipv6 support for mingw build
Avuton Olrich
2011-11-28
decoder/ffmpeg: work around bogus channel count
Max Kellermann
2011-11-28
mapper: check "r" permission on music directory
Max Kellermann
2011-11-28
mapper: check "x" permission on music directory
Max Kellermann
2011-11-28
mapper: fix the bogus "not a directory" error message
Max Kellermann
2011-11-28
mapper: move code to check_directory()
Max Kellermann
2011-11-28
log: print reason for failure
Max Kellermann
2011-11-28
encoder/wave: support packed 24 bit samples
Max Kellermann
2011-11-28
encoder/null: use fifo_buffer instead of pcm_buffer
Max Kellermann
2011-11-28
encoder/wave: use fifo_buffer instead of pcm_buffer
Max Kellermann
2011-11-28
encoder/flac: use fifo_buffer instead of pcm_buffer
Max Kellermann
2011-11-28
growing_fifo: new utility library for growing fifo_buffer
Max Kellermann
2011-11-28
fifo_buffer: add function fifo_buffer_realloc()
Max Kellermann
[next]