aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: trim down the line length for the lame argumentsAvuton Olrich2009-03-061-4/+16
* configure: trim down the Tremor AC_ARG_WITH() statementsAvuton Olrich2009-03-061-6/+19
* configure: Group libmad stuff together, rename --enable-mp3 --enable-madAvuton Olrich2009-03-061-17/+26
* configure: remove redundant explicit $enableval assignments.Avuton Olrich2009-03-061-68/+34
* 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
* configure: remove duplicate LAME report, unify rest under SHOUTcast header.Avuton Olrich2009-03-051-14/+14
* configure: make all tests the same, when possible.Avuton Olrich2009-03-051-2/+2
* configure: Add 'Streaming Support' section to the configure display.Avuton Olrich2009-03-061-19/+22
* configure: display the status of lastfm protocol supportAvuton Olrich2009-03-061-0/+6
* configure: Fix configure warning presented by lastfm radio.Avuton Olrich2009-03-051-1/+1
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-0615-401/+417
* music_pipe: added music_pipe_push()Max Kellermann2009-03-067-128/+197
* 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-038-44/+103
* 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
* test: init input streams cause decoders are using itViliam Mateicka2009-03-031-0/+2
* cmdline: Print available protocols when --version is run.Avuton Olrich2009-03-034-0/+32
* alsa: fall back to 32 bit samples if 16 is not supportedMax Kellermann2009-03-031-1/+2
* updated valgrind.suppressionsMax Kellermann2009-03-031-0/+59
* Add sticker list command.Eric Wollesen2009-03-036-4/+153
* updated valgrind.suppressionsMax Kellermann2009-03-021-7/+39
* input_lastfm: new input plugin for last.fm radioMax Kellermann2009-03-027-0/+280
* test/run_decoder: initialize decoder.initializedMax Kellermann2009-03-021-0/+2
* test/run_decoder: initialize the input pluginsMax Kellermann2009-03-021-0/+2
* 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-0210-16/+16
* input_stream: moved struct input_plugin to input_plugin.hMax Kellermann2009-03-0212-20/+50
* 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
* tag_id3: parse ID3 tags in AIFF filesMax Kellermann2009-03-025-8/+153
* tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann2009-03-025-3/+182
* alsa: fall back to 32 bit samples if 24 is not supportedMax Kellermann2009-03-021-0/+8
* pcm_convert: added 32 bit supportMax Kellermann2009-03-021-0/+42
* pcm_format: added conversion from 32 bitMax Kellermann2009-03-021-0/+37
* pcm_format: added pcm_convert_to_32()Max Kellermann2009-03-022-0/+90
* pcm_dither: added pcm_dither_32_to_16()Max Kellermann2009-03-022-0/+20
* pcm_dither: renamed struct pcm_dither_24 to struct pcm_ditherMax Kellermann2009-03-025-12/+11
* pcm_resample: use 24 bit resampling code for 32 bit samplesMax Kellermann2009-03-023-4/+31
* pcm_channels: added implementation for 32 bit samplesMax Kellermann2009-03-022-0/+86
* audio_format: allow 32 bit samplesMax Kellermann2009-03-022-1/+2