aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Bugfix for time/offset in flac pluginJochen Keil2009-03-28
* mixer: assert that the new volume value is validMax Kellermann2009-03-27
* mpcdec: changed plugin name to "mpcdec"Max Kellermann2009-03-27
* mpcdec: support the new libmpcdec SV8 APIMax Kellermann2009-03-27
* mpcdec: no CamelCaseMax Kellermann2009-03-27
* tag_pool: use memcmp() instead of strcmp() for non-terminated stringMax Kellermann2009-03-27
* tag_pool: use size_t for string lengthMax Kellermann2009-03-27
* event_pipe can only be non-blocking if !WIN32Sean McNamara2009-03-27
* More debugging for Win32 ioctlsocket: complain if it's not a WinsockSean McNamara2009-03-27
* Add winsock2 headers for curl's use of select() on socketsSean McNamara2009-03-27
* Uniform getaddrinfo() on WIN32 or POSIX, because MinGW now supports itSean McNamara2009-03-27
* Winsock2 is needed on MinGW (or other pure Win32 toolchains) forSean McNamara2009-03-27
* sticker: move SQLite statements into an arrayMax Kellermann2009-03-27
* pulse_mixer: protect the struct with a mutexMax Kellermann2009-03-27
* pulse_mixer: return if mixer is offlineMax Kellermann2009-03-27
* pulse_mixer: removed superfluous G_GNUC_UNUSED attributesMax Kellermann2009-03-27
* pulse_mixer: use local pa_cvolume variable for set_volume()Max Kellermann2009-03-27
* pulse_mixer: wait for get_volume() operation to completeMax Kellermann2009-03-27
* mixer_control: don't lock the mutex twice in mixer_failed()Max Kellermann2009-03-27
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-27
* implements the smartstop featureRomain Bignon2009-03-27
* pulse_mixer: adapted code styleMax Kellermann2009-03-27
* output_all: synchronize playback with player_control.notifyMax Kellermann2009-03-26
* playlist_state: fix playback restore in random modeMax Kellermann2009-03-26
* queue/playlist/command: move rangeJeffrey Middleton2009-03-26
* pulse_mixer: removed superfluous initializationsMax Kellermann2009-03-26
* pulse_mixer: allocate "volume" staticallyMax Kellermann2009-03-26
* pulse_mixer: removed superfluous NULL checks in close()Max Kellermann2009-03-26
* pulse_mixer: initialize "online" and "index" in open()Max Kellermann2009-03-26
* pulse: make configuration strings constMax Kellermann2009-03-26
* pulse: don't check config_param!=NULLMax Kellermann2009-03-26
* pulse_mixer: free libpulse objects on failureMax Kellermann2009-03-26
* pulse_mixer: unlock the mainloop on failureMax Kellermann2009-03-26
* pulse_mixer: moved code to pulse_mixer_setup()Max Kellermann2009-03-26
* alsa_mixer: initialize "volume_set" in the open() methodMax Kellermann2009-03-26
* alsa_mixer: removed superfluous checksMax Kellermann2009-03-26
* alsa_mixer: pass default device to config_get_block_string()Max Kellermann2009-03-26
* alsa_mixer: make "device" and "control" constMax Kellermann2009-03-26
* oss_mixer: call oss_find_mixer() in init() methodMax Kellermann2009-03-26
* oss_mixer: removed superfluous checksMax Kellermann2009-03-26
* oss_mixer: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann2009-03-26
* oss_mixer: pass default path to config_get_block_string()Max Kellermann2009-03-26
* oss_mixer: make "device" and "control" constMax Kellermann2009-03-26
* mixer: don't reopen failed mixer automaticallyMax Kellermann2009-03-26
* mixer_control: close mixer on failureMax Kellermann2009-03-26
* mixer: added flag "open"Max Kellermann2009-03-26
* mixer_control: don't allow mixer==NULLMax Kellermann2009-03-26
* output_plugin: replaced output_plugin.get_mixer() with mixer_pluginMax Kellermann2009-03-26
* player_thread: wait for decoder before seekingMax Kellermann2009-03-25
* playlist_state: start playing after restore is completeMax Kellermann2009-03-25