aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-29output/raop: delete the RAOP pluginMax Kellermann9-2196/+0
2012-05-29decoder_api: log the decoder plugin nameMax Kellermann1-0/+4
2012-05-29decoder/ffmpeg: improve "decoding failed" messageJonathan Neuschäfer1-1/+1
2012-05-29decoder/ffmpeg: add webm as a supported formatJonathan Neuschäfer1-1/+3
2012-05-02Add support for DSF files to DSDIFF decoder - v4Jurgen Kramer1-36/+229
2012-04-23tag_rva2: parse multiple ID3 "RVA2" tagsJonathan Dieter1-2/+12
2012-04-23tag_rva2: support separate album/track replay gainJonathan Dieter1-4/+11
2012-04-23tag_rva2: move code to rva2_apply_frame()Max Kellermann1-16/+13
2012-04-23tag_id3: export tag_id3_load()Max Kellermann2-19/+41
2012-04-23output/alsa: multiply writei() result with out_frame_sizeMax Kellermann1-1/+3
2012-04-23pcm_export: consider the pack24 flag in _source_size()Max Kellermann1-0/+4
2012-04-23pcm_export: add _frame_size()Max Kellermann3-3/+30
2012-04-23output/alsa: fix out_frame_size formula, multiply with channelsMax Kellermann1-1/+3
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann6-4/+42
2012-04-05encoder_plugin: add state assertionsMax Kellermann1-2/+61
2012-04-04encoder/vorbis: generate end-of-stream packet before tagMax Kellermann1-2/+0
2012-04-04output/jack: check for connection failure before starting playbackMax Kellermann1-0/+3
2012-04-04output/jack: workaround for libjack1 crash bugMax Kellermann1-0/+13
2012-04-04Add support for DSD-over-USB version 1.0, remove pre-v1 supportJurgen Kramer2-7/+31
2012-04-04db_lock, archive/bz2, ...: workaround for G_STATIC_MUTEX_INIT warningMax Kellermann2-0/+11
2012-04-04input/curl: use g_source_get_time()Max Kellermann2-12/+17
2012-04-04directory: use strrchr() instead of g_basename()Max Kellermann1-1/+9
2012-04-04uri: remove g_basename() call from uri_get_suffix()Max Kellermann1-2/+2
2012-04-04update: properly skip symlinks in path that is to be updated.Anton Khirnov1-1/+5
2012-03-28output/osx: use the fifo_buffer library instead of rolling ownMax Kellermann1-56/+37
2012-03-27audio_format: remove SAMPLE_FORMAT_DSD_OVER_USBMax Kellermann11-74/+1
2012-03-27output/alsa: support 32 bit DSD-over-USBMax Kellermann1-4/+15
2012-03-27pcm_export: implement 24 to 32 bit conversionMax Kellermann4-4/+26
2012-03-27output/alsa: use pcm_export for the DSD-over-USB conversionMax Kellermann1-11/+10
2012-03-27pcm_export: support DSD to DSD-over-USB conversionMax Kellermann4-10/+74
2012-03-27output/alsa: move pcm_export_open() to callerMax Kellermann1-11/+16
2012-03-27pcm_export: support packing SAMPLE_FORMAT_DSD_OVER_USBMax Kellermann1-1/+1
2012-03-27pcm_export: initialize the "pack" bufferMax Kellermann1-0/+2
2012-03-27pcm_export: fix API documentationMax Kellermann1-3/+3
2012-03-27output/alsa: more debug outputMax Kellermann1-0/+8
2012-03-26Use g_message and not g_debug when removing songDan McGee1-1/+1
2012-03-26Fix processing of sticker database pathDan McGee1-2/+1
2012-03-22output/alsa: add option to enable DSD over USBMax Kellermann1-1/+54
2012-03-22pcm_dsd: implement DSD to 24 bit USB conversionMax Kellermann3-0/+150
2012-03-22playlist/soundcloud: libyajl2 uses size_t for string lengthsMax Kellermann1-2/+14
2012-03-22output/alsa: split the frame_size attributeMax Kellermann1-6/+18
2012-03-22audio_format: remove the packed S24 formatMax Kellermann14-155/+4
2012-03-22output/alsa: use pcm_export to pack 24 bit samplesMax Kellermann1-15/+48
2012-03-22output/oss: use pcm_export to pack 24 bit samplesMax Kellermann1-10/+15
2012-03-22pcm_export: add option "pack"Max Kellermann4-4/+39
2012-03-22output/oss: remember the real OSS formatMax Kellermann1-5/+13
2012-03-22output/alsa: simplify setup_format()Max Kellermann1-7/+4
2012-03-22output/alsa: don't pass audio_format to _try_format()Max Kellermann1-16/+13
2012-03-22output/alsa: simplify alsa_output_try_format_both()Max Kellermann1-45/+18
2012-03-21output/oss: move code to oss_probe_sample_format()Max Kellermann1-34/+59