aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* audio_format: allow up to 8 channelsMax Kellermann2009-03-021-1/+1
* directory: directory_load() returns GErrorMax Kellermann2009-03-023-19/+53
* database: db_load() returns GErrorMax Kellermann2009-03-023-17/+48
* database: no CamelCaseMax Kellermann2009-03-021-16/+15
* pcm_volume: return boolMax Kellermann2009-03-025-13/+25
* pcm_volume: no CamelCaseMax Kellermann2009-03-011-5/+5
* audio_parser: added API documentationMax Kellermann2009-03-011-2/+12
* crossfade: fix doxygen tagMax Kellermann2009-03-011-1/+1
* flac: parse stream tagsMax Kellermann2009-03-013-2/+20
* listen: return GError on "unix path too long"Max Kellermann2009-03-011-2/+5
* listen: removed unused macro BINDERROR()Max Kellermann2009-03-011-6/+0
* output_init: removed getBlockParam()Max Kellermann2009-03-011-18/+20
* output_init: return GError on errorMax Kellermann2009-03-013-32/+28
* output_init: moved code to audio_output_detect()Max Kellermann2009-03-011-16/+26
* audiofile: added 24 bit supportMax Kellermann2009-03-012-1/+9
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-014-16/+0
* output_thread: log audio format in a debug messageMax Kellermann2009-03-011-0/+16
* decoder_api: log audio format in a debug messageMax Kellermann2009-03-011-0/+14
* listen: fix windows specific codeMax Kellermann2009-03-011-5/+8
* socket_util: include ws2tcpip.h for getnameinfo()Max Kellermann2009-03-011-0/+4
* daemon: disable daemonize_detach() on WIN32Max Kellermann2009-03-011-1/+3
* configure.ac: make "xmlto" optionalMax Kellermann2009-03-012-7/+15