| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mp3: moved code to dither_buffer() | Max Kellermann | 2008-08-30 | 1 | -14/+30 |
| * | mp3: don't check dropSamplesAtStart in the loop | Max Kellermann | 2008-08-30 | 1 | -7/+14 |
| * | assert song->url != NULL | Max Kellermann | 2008-08-30 | 1 | -0/+3 |
| * | aac: support decoding AAC streams | Max Kellermann | 2008-08-30 | 1 | -2/+128 |
| * | aac: splitted aac_parse_header() from initAacBuffer() | Max Kellermann | 2008-08-30 | 1 | -11/+16 |
| * | aac: check buffer lengths | Max Kellermann | 2008-08-30 | 1 | -2/+3 |
| * | aac: use fillAacBuffer() instead of manual reading | Max Kellermann | 2008-08-30 | 1 | -16/+4 |
| * | find AAC frames | Max Kellermann | 2008-08-30 | 1 | -1/+35 |
| * | aac: moved code to adts_check_frame() | Max Kellermann | 2008-08-30 | 1 | -11/+20 |
| * | aac: moved code to aac_buffer_shift() | Max Kellermann | 2008-08-30 | 1 | -7/+14 |
| * | aac: use inputStreamAtEOF() | Max Kellermann | 2008-08-30 | 1 | -5/+4 |
| * | aac: don't depend on consumed data in fillAacBuffer() | Max Kellermann | 2008-08-30 | 1 | -6/+10 |
| * | aac: simplified fillAacBuffer() | Max Kellermann | 2008-08-30 | 1 | -33/+25 |
| * | aac: make adtsParse() void | Max Kellermann | 2008-08-30 | 1 | -3/+1 |
| * | aac: use size_t | Max Kellermann | 2008-08-30 | 1 | -6/+6 |
| * | aac: removed unused initAacBuffer() parameters | Max Kellermann | 2008-08-30 | 1 | -9/+3 |
| * | eliminate unused variables in the AAC decoder | Max Kellermann | 2008-08-30 | 1 | -10/+2 |
| * | added inline function audio_format_time_to_size() | Max Kellermann | 2008-08-30 | 2 | -1/+6 |
| * | converted MpdTagItem.type to an enum | Max Kellermann | 2008-08-30 | 5 | -22/+28 |
| * | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-30 | 10 | -19/+45 |
| * | audiofile: remove one indent level from audiofile plugin | Max Kellermann | 2008-08-30 | 1 | -27/+24 |
| * | audiofile: use break instead of local variable "eof" | Max Kellermann | 2008-08-30 | 1 | -3/+3 |
| * | aac/mp4: removed local variable "eof" because it is unused | Max Kellermann | 2008-08-30 | 2 | -17/+10 |
| * | clean up CPP includes | Max Kellermann | 2008-08-30 | 17 | -63/+2 |
| * | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-30 | 20 | -117/+184 |
| * | 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 |