aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-03-21pcm_export: use the byte_reverse library directlyMax Kellermann4-152/+24
2012-03-21output/{alsa,oss}: move endian code to new library pcm_exportMax Kellermann4-61/+167
2012-03-21pcm_pack: fix regression in unpack_sample()Max Kellermann1-1/+1
2012-03-21audio_format: DSD_OVER_USB is padded to 32 bitMax Kellermann1-3/+3
2012-03-21audio_format: remove the reverse_endian attributeMax Kellermann13-110/+20
2012-03-21output/oss: always receive host byte order samplesMax Kellermann1-7/+68
2012-03-21output/alsa: always receive host byte order samplesMax Kellermann1-3/+61
2012-03-21decoder/pcm: always supply host byte order samplesMax Kellermann1-15/+12
2012-03-21pcm_byteswap: move code to libutilMax Kellermann3-38/+199
2012-03-21output/alsa: merge alsa_data_free() into destructorMax Kellermann1-8/+3
2012-03-21audio_format: hack for DSD to USB conversionMax Kellermann1-0/+9
2012-03-21Fix the build on OSXRich Healey1-0/+1
2012-03-21audio_format: remove the format SAMPLE_FORMAT_DSD_LSBFIRSTMax Kellermann11-36/+4