aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-03-21decoder/dsdiff: reverse bits to most significant bit firstMax Kellermann1-6/+15
2012-03-21dsd2pcm: move the bit reversing code to a generic libraryMax Kellermann3-8/+70
2012-03-19audio_format: basic support for DSD-over-USBMax Kellermann11-0/+30
2012-03-19playlist/soundcloud: support libyajl2Robert Vollmert1-5/+21
2012-03-19text_input_stream: detect end-of-fileMax Kellermann1-2/+17
2012-03-19util/list: allow typeof() with clangMax Kellermann1-0/+5
2012-03-19event_pipe, test: explicitly ignore write() return valueMax Kellermann1-1/+2
2012-03-06command: read arbitrary local files with "lsinfo"Max Kellermann1-1/+22
2012-03-06client_file: always allow access if client uid equals mpd uidMax Kellermann1-0/+5
2012-03-06playlist_edit: move UID check to client_allow_file()Max Kellermann5-39/+129
2012-03-06command, ack: add ack_quark()Max Kellermann2-0/+16
2012-03-06use g_strerror() instead of strerror()Max Kellermann10-26/+27
2012-03-06command: fix the "DENIED" ACK codeMax Kellermann1-1/+1
2012-03-01playlist/soundcloud: use config_dup_block_string()Max Kellermann1-5/+3
2012-03-01A soundcloud playlist plugin.Robert Vollmert3-0/+451
2012-03-01song_update, udp_server: workarounds for gcc 4.1 warningsMax Kellermann2-0/+8
2012-03-01raop_output: fix raop_session inbalanceKurt Van Dijck1-2/+8
2012-03-01decoder/dsdiff: don't convert to PCMMax Kellermann1-38/+9
2012-03-01pcm_convert: support the DSD formatMax Kellermann4-0/+167
2012-03-01audio_format: add DSD sample formatMax Kellermann11-0/+61
2012-03-01pcm_convert: add method _reset()Max Kellermann6-0/+39
2012-02-23win32: Add a Windows OS resource file and iconAvuton Olrich2-0/+34
2012-02-15decoder/ffmpeg: always use AV_VERSION_INTJonathan Neuschäfer1-1/+1
2012-02-15input/cdio_paranoia: whitespace-fix a commentJonathan Neuschäfer1-2/+2
2012-02-15decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3Jonathan Neuschäfer1-4/+4
2012-02-15use audio_output_plugins_for_each's plugin iteratorJonathan Neuschäfer1-2/+2
2012-02-15rtsp_client: strncat -> g_strlcatJonathan Neuschäfer1-7/+7
2012-02-15main: handle negative strtol return valueJonathan Neuschäfer1-2/+3
2012-02-15decoder/sidplay: remove unused variable 'ret'Jonathan Neuschäfer1-1/+0