- 23 Aug, 2011 11 commits
-
-
Max Kellermann authored
Only used internally.
-
Max Kellermann authored
This defaults to "false" when the method pointer is NULL.
-
Max Kellermann authored
-
Max Kellermann authored
Check if the stream is suspended; wake up the main loop when it becomes suspended.
-
Max Kellermann authored
-
Max Kellermann authored
Not a bool.
-
Max Kellermann authored
Unlock the mainloop in all code paths.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This warning should only be logged when we really received something. When the client disconnects, G_IO_IN is triggered, and the read returns G_IO_STATUS_EOF.
-
Max Kellermann authored
Move the variable "vbr_update_acc" into the #ifdef block.
-
- 25 Jul, 2011 1 commit
-
-
Jonathan Neuschäfer authored
-
- 20 Jul, 2011 17 commits
-
-
Max Kellermann authored
Conflicts: src/player_thread.c src/playlist_control.c
-
Max Kellermann authored
There's no bzero() on WIN32.
-
Max Kellermann authored
-
Max Kellermann authored
Be portable on WIN32.
-
Max Kellermann authored
-
Max Kellermann authored
In the "vorbis" plugin, this is a copy of the old flush() method, while flush() gets a lot of code remove, it just sets the "flush" flag and nothing else. It doesn't start a new stream now, which should fix a few problems in some players.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Enable gcc optimizations.
-
Max Kellermann authored
The method may take longer, and we shouldn't be holding the lock.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
It used to ignore the decoder_data() return value.
-
Max Kellermann authored
libwavpack provides int32_t samples, and wants uin32_t for sample counts.
-
Max Kellermann authored
.. and remove one indent level.
-
Max Kellermann authored
Use a shortcut in playlist_seek_song(), don't call playlist_play_order() because that would reset the "paused" state.
-
Max Kellermann authored
-
- 18 Jul, 2011 11 commits
-
-
Max Kellermann authored
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
-
Jonathan Neuschäfer authored
-
Max Kellermann authored
Conflicts: NEWS configure.ac
-
Max Kellermann authored
av_open_input_stream() has been deprecated.
-
Max Kellermann authored
AVMetadata has been deprecated.
-
Max Kellermann authored
For accessing the child of a directory, one needs X_OK on the directory.
-
Max Kellermann authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-
Jonathan Neuschäfer authored
-