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