aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* input_plugin: added methods init(), finish()Max Kellermann2009-03-02
* input: moved plugins to ./src/input/Max Kellermann2009-03-02
* input_stream: moved struct input_plugin to input_plugin.hMax Kellermann2009-03-02
* ffmpeg: use ffmpeg's sampleformat for output formatViliam Mateicka2009-03-02
* fixing unused parameter warningViliam Mateicka2009-03-02
* fixing unsigned to signed comparisionViliam Mateicka2009-03-02
* mixer: adding code to optionally disable all hw mixersViliam Mateicka2009-03-02
* tag_id3: parse ID3 tags in AIFF filesMax Kellermann2009-03-02
* tag_id3: parse ID3 tags in RIFF/WAV filesMax Kellermann2009-03-02
* alsa: fall back to 32 bit samples if 24 is not supportedMax Kellermann2009-03-02
* pcm_convert: added 32 bit supportMax Kellermann2009-03-02
* pcm_format: added conversion from 32 bitMax Kellermann2009-03-02
* pcm_format: added pcm_convert_to_32()Max Kellermann2009-03-02
* pcm_dither: added pcm_dither_32_to_16()Max Kellermann2009-03-02
* pcm_dither: renamed struct pcm_dither_24 to struct pcm_ditherMax Kellermann2009-03-02
* pcm_resample: use 24 bit resampling code for 32 bit samplesMax Kellermann2009-03-02
* pcm_channels: added implementation for 32 bit samplesMax Kellermann2009-03-02
* audio_format: allow 32 bit samplesMax Kellermann2009-03-02
* audio_format: allow up to 8 channelsMax Kellermann2009-03-02
* directory: directory_load() returns GErrorMax Kellermann2009-03-02
* database: db_load() returns GErrorMax Kellermann2009-03-02
* database: no CamelCaseMax Kellermann2009-03-02
* pcm_volume: return boolMax Kellermann2009-03-02
* pcm_volume: no CamelCaseMax Kellermann2009-03-01
* audio_parser: added API documentationMax Kellermann2009-03-01
* crossfade: fix doxygen tagMax Kellermann2009-03-01
* flac: parse stream tagsMax Kellermann2009-03-01
* listen: return GError on "unix path too long"Max Kellermann2009-03-01
* listen: removed unused macro BINDERROR()Max Kellermann2009-03-01
* output_init: removed getBlockParam()Max Kellermann2009-03-01
* output_init: return GError on errorMax Kellermann2009-03-01
* output_init: moved code to audio_output_detect()Max Kellermann2009-03-01
* audiofile: added 24 bit supportMax Kellermann2009-03-01
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-01
* output_thread: log audio format in a debug messageMax Kellermann2009-03-01
* decoder_api: log audio format in a debug messageMax Kellermann2009-03-01
* listen: fix windows specific codeMax Kellermann2009-03-01
* socket_util: include ws2tcpip.h for getnameinfo()Max Kellermann2009-03-01
* daemon: disable daemonize_detach() on WIN32Max Kellermann2009-03-01
* tag: convert ignore_tag_items to a bool arrayMax Kellermann2009-03-01
* tag: added API documentationMax Kellermann2009-03-01
* tag: no CamelCaseMax Kellermann2009-03-01
* use GLIB_CHECK_VERSION()Max Kellermann2009-03-01
* volume: throttle access to hardware mixersMax Kellermann2009-02-28
* output: use GTimer instead of time_t for reopen after failureMax Kellermann2009-02-28
* output: added option to disable audio outputs by defaultMax Kellermann2009-02-28
* audiofile: removed duplicate decoder_get_command() callsMax Kellermann2009-02-28
* audiofile: refuse to play non-seekable filesMax Kellermann2009-02-28
* audiofile: no CamelCaseMax Kellermann2009-02-28
* tag: moved APE code to tag_ape.cMax Kellermann2009-02-28