aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ringbuf: create a new struct rbvec instead of reusing struct iovecEric Wong2008-08-306-44/+50
* fixed ringbuf.c warningsMax Kellermann2008-08-302-5/+5
* metadata_pipe: free current_tag in metadata_pipe_clearEric Wong2008-08-271-0/+5
* metadata_pipe: inline clear_pipe_unlocked() functionEric Wong2008-08-271-12/+9
* playlist: fix deleting the last song in a playlistEric Wong2008-08-271-1/+2
* decode: clear dc.seek_where if we're not seekingEric Wong2008-08-271-2/+1
* tagTracker: locks around {get,remove}TagItemStringEric Wong2008-08-271-2/+13
* metadata_pipe: remove highly unlikely memory leakEric Wong2008-08-271-0/+1
* Fix software mixerEric Wong2008-08-272-1/+2
* Reimplement dynamic metadata handlingEric Wong2008-08-2612-35/+287
* playlist: fix "currentsong" after song deletionEric Wong2008-08-251-0/+2
* playlist: fix "currentsong" after song movementEric Wong2008-08-251-1/+4
* xfade: gracefully fail on very short xfade timesEric Wong2008-08-231-1/+2
* xfade: copy xfade_time locally to avoid race conditionsEric Wong2008-08-231-2/+5
* outputBuffer: never calculate xfade time if xfade is offEric Wong2008-08-231-3/+5
* don't crossfade different audio formatsEric Wong2008-08-231-2/+4
* outputBuffer: close audio device on stopEric Wong2008-08-232-15/+9
* outputBuffer_audio: eliminate the hacky audio_opened variableEric Wong2008-08-231-10/+3
* playlist: queue songs after adding themEric Wong2008-08-231-0/+6
* outputBuffer: fix buffer_before_play handlingEric Wong2008-08-233-38/+55
* change queueNextSongInPlaylist assertion to checkEric Wong2008-08-231-1/+2
* mp3_plugin: fix assertion during seekingEric Wong2008-08-201-3/+3
* outputBuffer: drop buffered audio on new songsEric Wong2008-08-201-0/+1
* Remove ob_wait_sync and cleanup triggering in playlistEric Wong2008-08-193-72/+46
* fix output buffer deadlock when daemonizingEric Wong2008-08-1912-90/+48
* log.c: thread-safety for warning logEric Wong2008-08-191-4/+12
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-1647-2199/+1951
* http: hopefully allow seeking to work on static filesEric Wong2008-06-301-1/+2
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-301-1/+2
* eliminated local variable "to_read"Max Kellermann2008-06-301-4/+3
* introduce struct condition as a more correct version of NotifyEric Wong2008-06-304-64/+191
* utils: pthread_{mutex,cond}_init can fail, so check for itEric Wong2008-06-302-0/+18
* http: initial rewrite using ringbuffer + pthreadsEric Wong2008-06-302-562/+799
* http: fix some small memory leaks when hitting redirectsEric Wong2008-06-301-0/+6
* utils: add new unforgiving utility functionsEric Wong2008-06-302-0/+30
* ringbuf: add thread-safe, thread-specific reset functionsEric Wong2008-06-302-0/+30
* ringbuf: get_{write,read}_vector returns total bytes in both vec eltsEric Wong2008-06-302-5/+9
* http: split out logic around getaddrinfo() and connect()Eric Wong2008-06-301-40/+42
* http: split out auth code since it's mostly uninteresting for nowEric Wong2008-06-303-75/+103
* Add a generic ring buffer implementationEric Wong2008-06-303-0/+503
* os_compat.h: add sys/uio.h for writev/readvEric Wong2008-06-301-0/+1
* jack: initialize audioOutput->dataMax Kellermann2008-06-131-1/+3
* mod: fix crashing on modtracker filesHans de Goede2008-06-131-1/+1
* audio.c: avoid magic numbers even if they have comments :)Eric Wong2008-06-021-1/+1
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-025-40/+14
* fix stream URLMax Kellermann2008-06-011-1/+2
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-011-1/+1
* make DecoderControl.state an enumMax Kellerman2008-06-011-4/+6
* notify: don't use camelCase in notify.[ch]Max Kellerman2008-06-015-26/+26
* assert dc.state == DECODE_STATE_STOPMax Kellerman2008-06-011-1/+2