aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-09music_pipe: added music_pipe_contains()Max Kellermann2-0/+30
2009-03-09player_thread: moved code to player_song_border()Max Kellermann1-6/+19
2009-03-09player_thread: moved code to play_next_chunk()Max Kellermann1-73/+103
2009-03-09player_thread: make the music_buffer instance globalMax Kellermann1-14/+15
2009-03-09output_control: make audio_output_open() staticMax Kellermann2-5/+1
2009-03-09music_buffer: poison unallocated chunksMax Kellermann1-0/+5
2009-03-09poison: added valgrind supportMax Kellermann1-0/+14
2009-03-09added memory poisoning libraryMax Kellermann1-0/+61
2009-03-09output_thread: wait 10 seconds before reopening after play failureMax Kellermann1-0/+4
2009-03-09Fix remove-flac-song-on-every-updateJochen Keil1-7/+7
2009-03-09Initial support for embedded cue sheets found in flac filesJochen Keil4-7/+464
2009-03-09decoder_plugin: added method container_scan()Jochen Keil5-20/+136
2009-03-08music_chunk: added assertions on the audio formatMax Kellermann5-0/+89
2009-03-08output_thread: print "closed" debug messageMax Kellermann1-0/+2
2009-03-08alsa: determine buffer_time if not already knownMax Kellermann1-0/+5
2009-03-08alsa: better period_time default value for high sample ratesMax Kellermann1-3/+8
2009-03-07output_all: fix boolean short circuit in update()Max Kellermann1-2/+2
2009-03-07player_thread: moved code to player_check_decoder_startup()Max Kellermann1-40/+69
2009-03-07music_pipe: refuse to push empty chunksMax Kellermann1-0/+4
2009-03-07decoder_internal: don't push empty chunk into pipeMax Kellermann1-1/+6
2009-03-07chunk: added music_chunk_is_empty()Max Kellermann1-0/+6
2009-03-07music_pipe: poison music_chunk.nextMax Kellermann1-0/+5
2009-03-07music_pipe: added music_pipe_peek()Max Kellermann2-0/+13
2009-03-07output_all: audio_output_all_update() returns boolMax Kellermann3-6/+19
2009-03-07pulse_mixer: allow mpd to reconnect to the pulse mixerDavid Guibert1-29/+24
2009-03-07pulse_mixer: added missing copyright headerMax Kellermann1-0/+18
2009-03-07pulse_mixer: added GLib log domainMax Kellermann1-14/+16
2009-03-07pulse: clean up includesMax Kellermann1-2/+4
2009-03-07pulse mixerDavid Guibert3-0/+294
2009-03-07mixer: check for init() failuresMax Kellermann1-1/+1
2009-03-06curl: reverse GLIB_CHECK_VERSION()Max Kellermann1-1/+1
2009-03-06socket_util: check if IN6_IS_ADDR_V4MAPPED is definedMax Kellermann1-2/+2
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann14-401/+415
2009-03-06music_pipe: added music_pipe_push()Max Kellermann6-128/+196
2009-03-06playlist_control: fix requeue after seekMax Kellermann1-3/+3
2009-03-05flac: explicitly check for STOP commandMax Kellermann1-1/+2
2009-03-05flac: check command after flac_process_single() failureMax Kellermann1-3/+6
2009-03-05music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann3-16/+83
2009-03-03music_pipe: moved struct music_chunk to chunk.hMax Kellermann7-44/+101
2009-03-03alsa: log period and buffer sizeMax Kellermann1-0/+3
2009-03-03ls: Print output of supported uri to fp rather than stdout.Avuton Olrich1-1/+1
2009-03-03ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka1-1/+1
2009-03-03ffmpeg: support for new metadata apiViliam Mateicka1-0/+39
2009-03-03cmdline: Print available protocols when --version is run.Avuton Olrich3-0/+31
2009-03-03alsa: fall back to 32 bit samples if 16 is not supportedMax Kellermann1-1/+2
2009-03-03Add sticker list command.Eric Wollesen5-4/+138
2009-03-02input_lastfm: new input plugin for last.fm radioMax Kellermann4-0/+260
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann8-7/+50
2009-03-02input_plugin: added methods init(), finish()Max Kellermann4-13/+35
2009-03-02input: moved plugins to ./src/input/Max Kellermann9-8/+8