| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | quote "=" in the CFLAGS check | Max Kellermann | 2008-08-30 | 1 | -1/+1 |
| * | fix warnings in the HTTP client | Max Kellermann | 2008-08-30 | 1 | -3/+4 |
| * | ringbuf: create a new struct rbvec instead of reusing struct iovec | Eric Wong | 2008-08-30 | 6 | -44/+50 |
| * | fixed ringbuf.c warnings | Max Kellermann | 2008-08-30 | 2 | -5/+5 |
* | | Fix shadow warnings | Eric Wong | 2008-09-01 | 2 | -4/+4 |
|/ |
|
* | metadata_pipe: free current_tag in metadata_pipe_clear | Eric Wong | 2008-08-27 | 1 | -0/+5 |
* | metadata_pipe: inline clear_pipe_unlocked() function | Eric Wong | 2008-08-27 | 1 | -12/+9 |
* | playlist: fix deleting the last song in a playlist | Eric Wong | 2008-08-27 | 1 | -1/+2 |
* | decode: clear dc.seek_where if we're not seeking | Eric Wong | 2008-08-27 | 1 | -2/+1 |
* | tagTracker: locks around {get,remove}TagItemString | Eric Wong | 2008-08-27 | 1 | -2/+13 |
* | metadata_pipe: remove highly unlikely memory leak | Eric Wong | 2008-08-27 | 1 | -0/+1 |
* | Fix software mixer | Eric Wong | 2008-08-27 | 2 | -1/+2 |
* | Reimplement dynamic metadata handling | Eric Wong | 2008-08-26 | 12 | -35/+287 |
* | playlist: fix "currentsong" after song deletion | Eric Wong | 2008-08-25 | 1 | -0/+2 |
* | playlist: fix "currentsong" after song movement | Eric Wong | 2008-08-25 | 1 | -1/+4 |
* | xfade: gracefully fail on very short xfade times | Eric Wong | 2008-08-23 | 1 | -1/+2 |
* | xfade: copy xfade_time locally to avoid race conditions | Eric Wong | 2008-08-23 | 1 | -2/+5 |
* | outputBuffer: never calculate xfade time if xfade is off | Eric Wong | 2008-08-23 | 1 | -3/+5 |
* | don't crossfade different audio formats | Eric Wong | 2008-08-23 | 1 | -2/+4 |
* | outputBuffer: close audio device on stop | Eric Wong | 2008-08-23 | 2 | -15/+9 |
* | outputBuffer_audio: eliminate the hacky audio_opened variable | Eric Wong | 2008-08-23 | 1 | -10/+3 |
* | playlist: queue songs after adding them | Eric Wong | 2008-08-23 | 1 | -0/+6 |
* | outputBuffer: fix buffer_before_play handling | Eric Wong | 2008-08-23 | 3 | -38/+55 |
* | change queueNextSongInPlaylist assertion to check | Eric Wong | 2008-08-23 | 1 | -1/+2 |
* | mp3_plugin: fix assertion during seeking | Eric Wong | 2008-08-20 | 1 | -3/+3 |
* | outputBuffer: drop buffered audio on new songs | Eric Wong | 2008-08-20 | 1 | -0/+1 |
* | Merge branch 'core-rewrite' of git://git.musicpd.org/normalperson/mpd | Eric Wong | 2008-08-20 | 48 | -2250/+1942 |
|\ |
|
| * | Remove ob_wait_sync and cleanup triggering in playlist | Eric Wong | 2008-08-19 | 3 | -72/+46 |
| * | fix output buffer deadlock when daemonizing | Eric Wong | 2008-08-19 | 12 | -90/+48 |
| * | log.c: thread-safety for warning log | Eric Wong | 2008-08-19 | 1 | -4/+12 |
| * | core rewrite (decode,player,outputBuffer,playlist) | Eric Wong | 2008-08-16 | 47 | -2199/+1951 |
* | | Point the contact email to musicpd-dev-team | Eric Wong | 2008-08-19 | 1 | -1/+1 |
|/ |
|
* | bs: better support for mp4/faad/aac and wavpack buildssvn/trunk | Eric Wong | 2008-08-16 | 4 | -4/+8 |
* | http: hopefully allow seeking to work on static files | Eric Wong | 2008-06-30 | 1 | -1/+2 |
* | don't call seekInputStream(0) if r==0 | Max Kellermann | 2008-06-30 | 1 | -1/+2 |
* | eliminated local variable "to_read" | Max Kellermann | 2008-06-30 | 1 | -4/+3 |
* | introduce struct condition as a more correct version of Notify | Eric Wong | 2008-06-30 | 4 | -64/+191 |
* | utils: pthread_{mutex,cond}_init can fail, so check for it | Eric Wong | 2008-06-30 | 2 | -0/+18 |
* | http: initial rewrite using ringbuffer + pthreads | Eric Wong | 2008-06-30 | 2 | -562/+799 |
* | http: fix some small memory leaks when hitting redirects | Eric Wong | 2008-06-30 | 1 | -0/+6 |
* | utils: add new unforgiving utility functions | Eric Wong | 2008-06-30 | 2 | -0/+30 |
* | ringbuf: add thread-safe, thread-specific reset functions | Eric Wong | 2008-06-30 | 2 | -0/+30 |
* | ringbuf: get_{write,read}_vector returns total bytes in both vec elts | Eric Wong | 2008-06-30 | 2 | -5/+9 |
* | http: split out logic around getaddrinfo() and connect() | Eric Wong | 2008-06-30 | 1 | -40/+42 |
* | http: split out auth code since it's mostly uninteresting for now | Eric Wong | 2008-06-30 | 3 | -75/+103 |
* | Add a generic ring buffer implementation | Eric Wong | 2008-06-30 | 3 | -0/+503 |
* | os_compat.h: add sys/uio.h for writev/readv | Eric Wong | 2008-06-30 | 1 | -0/+1 |
* | Die if a specific backend is requested but not found. | Jim Ramsay | 2008-06-16 | 1 | -3/+3 |
* | jack: initialize audioOutput->data | Max Kellermann | 2008-06-13 | 1 | -1/+3 |
* | mod: fix crashing on modtracker files | Hans de Goede | 2008-06-13 | 1 | -1/+1 |