aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-03-02input_stream: moved struct input_plugin to input_plugin.hMax Kellermann11-20/+49
2009-03-02ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka1-1/+6
2009-03-02fixing unused parameter warningViliam Mateicka1-1/+1
2009-03-02fixing unsigned to signed comparisionViliam Mateicka2-2/+2
2009-03-02mixer: adding code to optionally disable all hw mixersViliam Mateicka3-3/+33
2009-03-02tag_id3: parse ID3 tags in AIFF filesMax Kellermann4-5/+149
2009-03-02tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann3-0/+176
2009-03-02alsa: fall back to 32 bit samples if 24 is not supportedMax Kellermann1-0/+8
2009-03-02pcm_convert: added 32 bit supportMax Kellermann1-0/+42
2009-03-02pcm_format: added conversion from 32 bitMax Kellermann1-0/+37
2009-03-02pcm_format: added pcm_convert_to_32()Max Kellermann2-0/+90
2009-03-02pcm_dither: added pcm_dither_32_to_16()Max Kellermann2-0/+20
2009-03-02pcm_dither: renamed struct pcm_dither_24 to struct pcm_ditherMax Kellermann5-12/+11
2009-03-02pcm_resample: use 24 bit resampling code for 32 bit samplesMax Kellermann3-4/+31
2009-03-02pcm_channels: added implementation for 32 bit samplesMax Kellermann2-0/+86