aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* music_buffer: poison unallocated chunksMax Kellermann2009-03-091-0/+5
* poison: added valgrind supportMax Kellermann2009-03-091-0/+14
* added memory poisoning libraryMax Kellermann2009-03-091-0/+61
* output_thread: wait 10 seconds before reopening after play failureMax Kellermann2009-03-091-0/+4
* Fix remove-flac-song-on-every-updateJochen Keil2009-03-091-7/+7
* Initial support for embedded cue sheets found in flac filesJochen Keil2009-03-094-7/+464
* decoder_plugin: added method container_scan()Jochen Keil2009-03-095-20/+136
* music_chunk: added assertions on the audio formatMax Kellermann2009-03-085-0/+89
* output_thread: print "closed" debug messageMax Kellermann2009-03-081-0/+2
* alsa: determine buffer_time if not already knownMax Kellermann2009-03-081-0/+5
* alsa: better period_time default value for high sample ratesMax Kellermann2009-03-081-3/+8
* output_all: fix boolean short circuit in update()Max Kellermann2009-03-071-2/+2
* player_thread: moved code to player_check_decoder_startup()Max Kellermann2009-03-071-40/+69
* music_pipe: refuse to push empty chunksMax Kellermann2009-03-071-0/+4
* decoder_internal: don't push empty chunk into pipeMax Kellermann2009-03-071-1/+6
* chunk: added music_chunk_is_empty()Max Kellermann2009-03-071-0/+6
* music_pipe: poison music_chunk.nextMax Kellermann2009-03-071-0/+5
* music_pipe: added music_pipe_peek()Max Kellermann2009-03-072-0/+13
* output_all: audio_output_all_update() returns boolMax Kellermann2009-03-073-6/+19
* pulse_mixer: allow mpd to reconnect to the pulse mixerDavid Guibert2009-03-071-29/+24
* pulse_mixer: added missing copyright headerMax Kellermann2009-03-071-0/+18
* pulse_mixer: added GLib log domainMax Kellermann2009-03-071-14/+16
* pulse: clean up includesMax Kellermann2009-03-071-2/+4
* pulse mixerDavid Guibert2009-03-073-0/+294
* mixer: check for init() failuresMax Kellermann2009-03-071-1/+1
* curl: reverse GLIB_CHECK_VERSION()Max Kellermann2009-03-061-1/+1
* socket_util: check if IN6_IS_ADDR_V4MAPPED is definedMax Kellermann2009-03-061-2/+2
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-0614-401/+415
* music_pipe: added music_pipe_push()Max Kellermann2009-03-066-128/+196
* playlist_control: fix requeue after seekMax Kellermann2009-03-061-3/+3
* flac: explicitly check for STOP commandMax Kellermann2009-03-051-1/+2
* flac: check command after flac_process_single() failureMax Kellermann2009-03-051-3/+6
* music_chunk: added music_chunk_write(), music_chunk_expand()Max Kellermann2009-03-053-16/+83
* music_pipe: moved struct music_chunk to chunk.hMax Kellermann2009-03-037-44/+101
* alsa: log period and buffer sizeMax Kellermann2009-03-031-0/+3
* ls: Print output of supported uri to fp rather than stdout.Avuton Olrich2009-03-031-1/+1
* ffmpeg: fix version comparision for av_get_bits_per_sample_format() implemeta...Viliam Mateicka2009-03-031-1/+1
* ffmpeg: support for new metadata apiViliam Mateicka2009-03-031-0/+39
* cmdline: Print available protocols when --version is run.Avuton Olrich2009-03-033-0/+31
* alsa: fall back to 32 bit samples if 16 is not supportedMax Kellermann2009-03-031-1/+2
* Add sticker list command.Eric Wollesen2009-03-035-4/+138
* input_lastfm: new input plugin for last.fm radioMax Kellermann2009-03-024-0/+260
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-028-7/+50
* input_plugin: added methods init(), finish()Max Kellermann2009-03-024-13/+35
* input: moved plugins to ./src/input/Max Kellermann2009-03-029-8/+8
* input_stream: moved struct input_plugin to input_plugin.hMax Kellermann2009-03-0211-20/+49
* ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka2009-03-021-1/+6
* fixing unused parameter warningViliam Mateicka2009-03-021-1/+1
* fixing unsigned to signed comparisionViliam Mateicka2009-03-022-2/+2
* mixer: adding code to optionally disable all hw mixersViliam Mateicka2009-03-023-3/+33