194
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
decoder/flac: removed redundant NULL checks More... over 14 years ago
oggflac: rewind stream after FLAC detection More... over 14 years ago
decoder/flac: moved code to flac_pcm.c More... over 14 years ago
decoder/flac: moved code to flac_metadata.c More... over 14 years ago
decoder/flac: return replay_gain_info object from helper function More... over 14 years ago
Merge branch 'master' of git://git.musicpd.org/metyl/mpd More... over 14 years ago
decoder/flac: merged some code into flac_tag_apply_metadata() More... over 14 years ago
decoder/oggflac: initialize the "tag" variable More... over 14 years ago
wave_encoder: new encoder for streaming PCM wave files. When using wave encoder with httpd audio output mpd can input this stream via http and audiofile decoder. This for example opens simple way to configure lossless audio streaming port(like jack or pulseaudio does but without overhead). Another possibility can be using it for gathering raw data for visualization plugins (If sync issue will be resolved) More... over 14 years ago
decoder/flac: don't use float to calculate song duration More... over 14 years ago
decoder/flac: pass VorbisComment to comments_to_tag() More... over 14 years ago
decoder/flac: use pcm_buffer instead of fixed buffer More... over 14 years ago
decoder/flac: added function flac_data_deinit() More... over 14 years ago
test: fixed the read_mixer program on !HAVE_PULSE More... over 14 years ago
configure.ac: enable_audiofile defaults to "auto" More... over 14 years ago
configure.ac: require GLib 2.12 More... over 14 years ago
Merge branch 'v0.15.x' More... over 14 years ago
moved GLib compatibility code to glib_compat.h More... over 14 years ago
zzip: require libzzip 0.13 More... over 14 years ago
input/mms: require libmms 0.4 More... over 14 years ago
sticker: added fallback for sqlite3_prepare_v2() More... over 14 years ago
input/lastfm: fixed variable name in GLib<2.16 code path More... over 14 years ago
decoder/flac: pass void pointer to flac_convert() More... over 14 years ago
decoder/flac: pass audio_format.bits to flac_convert() More... over 14 years ago
decoder: use audio_format_init_checked() More... over 14 years ago
audio_check: checker functions for audio_format attributes More... over 14 years ago
audio_format: added function audio_format_to_string() More... over 14 years ago
audio_format: changed "bits" to "enum sample_format" More... over 14 years ago
fd_util: removed creat_cloexec() More... over 14 years ago
fd_util: added function pipe_cloexec() More... over 14 years ago