- 09 Feb, 2011 2 commits
-
-
Thomas Jansen authored
Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
-
Thomas Jansen authored
This fixes the following valgrind warning occuring on the first call of httpd_output_read_page: ==20124== Conditional jump or move depends on uninitialised value(s) ==20124== at 0x425E65: httpd_output_read_page (httpd_output_plugin.c:240) ==20124== by 0x426087: httpd_output_open (httpd_output_plugin.c:279) ==20124== by 0x41D862: ao_open (output_plugin.h:206) ==20124== by 0x41E133: audio_output_task (output_thread.c:590)
-
- 02 Feb, 2011 1 commit
-
-
Tony Miller authored
this needs to be done for the end of songs to be detected.
-
- 28 Jan, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
When the configure options were moved around for 0.16, the order was changed, and the Tremor check broke.
-
- 10 Jan, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 09 Jan, 2011 1 commit
-
-
Yuriy Kaminskiy authored
A bit of automake magic (see info automake "Per-Object Flags"). Compile-tested.
-
- 07 Jan, 2011 12 commits
-
-
Max Kellermann authored
Conflicts: NEWS configure.ac src/directory.h
-
Max Kellermann authored
When a music_chunk to be crossfaded consists only of a tag, cross-fading is not possible, and led to an assertion failure. This patch just discards those, as if cross-fading was not enabled.
-
Max Kellermann authored
During the whole output thread, the audio_output object is locked, and it is only unlocked while waiting for the GCond and while running a plugin method. The error handler in ao_play_chunk() attempted to lock the object again, which was code from MPD 0.15.x which should have been removed a long time ago.
-
Max Kellermann authored
Until the decoder plugin has called decoder_initialized(), the player may not submit seek commands. This however could occur with a slow decoder and a CUE file with a virtual song offset. This patch adds another check.
-
Max Kellermann authored
-
Max Kellermann authored
When you don't explicitly set an output sample rate, liblame tries to guess an output sample rate from the input sample rate. You would think that this "guessing" consists of just setting both equal, but that is not the case. For 44.1kHz at 96kbit/s, liblame chooses 32kHz. This patch explicitly configures the output sample rate, to stop the bad guessing.
-
Max Kellermann authored
-
Max Kellermann authored
This is a MPD 0.16 regression: when playing a 24 bit file, the switch to 16 bit was made only partially, after mBytesPerPacket and mBytesPerFrame had already been applied. That means mBytesPerFrame referred to 24 bit, and mBitsPerChannel referred to 16 bits. Of course, that cannot work.
-
Max Kellermann authored
Use "printf" instead.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes autotools warnings.
-
Max Kellermann authored
-
- 22 Dec, 2010 1 commit
-
-
Max Kellermann authored
It is known to crash instantly.
-
- 21 Dec, 2010 8 commits
-
-
Max Kellermann authored
Cast the constant to dev_t, not to unsigned.
-
Max Kellermann authored
Fixes the gcc warning "implicit declaration of function 'htons'".
-
Max Kellermann authored
-
Max Kellermann authored
-
Alex Viskovatoff authored
Rename the "version" struct, because it seems to be a reserved name on Solaris: "src/decoder/mad_decoder_plugin.c", line 550: (enum) tag redeclared: version cc: acomp failed for src/decoder/mad_decoder_plugin.c
-
Alex Viskovatoff authored
-
Alex Viskovatoff authored
-
Max Kellermann authored
-
- 11 Dec, 2010 1 commit
-
-
Avuton Olrich authored
-
- 07 Dec, 2010 3 commits
-
-
-
Max Kellermann authored
Loop over all frames with a specific id, and import all of them - not just the first one (index 0).
-
Anton Khirnov authored
this is inconsistent with other commands (e.g. find) and seems wrong -- a song with no stickers attached is a perfectly valid state and an empty list of stickers is also perfectly valid.
-
- 24 Nov, 2010 1 commit
-
-
Max Kellermann authored
One APE tag may contain more than one value, separated by null bytes.
-
- 18 Nov, 2010 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Based on the APE reader.
-
Max Kellermann authored
Generic library for scanning APE tags. Eliminated one "goto"!
-
Max Kellermann authored
Fixes a regression: for output_plugin.delay(), we added a method to the timer class which returns the delay in milliseconds. This fails to detect negative values, because the unsigned integer is divided by 1000, and then casted to signed.
-
- 09 Nov, 2010 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-