aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * mp3: always flush directly after decoding/ditheringMax Kellermann2008-08-301-17/+13
| * mp3: dither a whole block at a timeMax Kellermann2008-08-301-3/+9
| * mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann2008-08-301-21/+19
| * mp3: make samplesPerFrame more localMax Kellermann2008-08-301-2/+1
| * mp3: unsigned integersMax Kellermann2008-08-301-11/+11
| * mp3: moved code to dither_buffer()Max Kellermann2008-08-301-14/+30
| * mp3: don't check dropSamplesAtStart in the loopMax Kellermann2008-08-301-7/+14
| * assert song->url != NULLMax Kellermann2008-08-301-0/+3
| * aac: support decoding AAC streamsMax Kellermann2008-08-301-2/+128
| * aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-301-11/+16
| * aac: check buffer lengthsMax Kellermann2008-08-301-2/+3
| * aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-301-16/+4
| * find AAC framesMax Kellermann2008-08-301-1/+35
| * aac: moved code to adts_check_frame()Max Kellermann2008-08-301-11/+20
| * aac: moved code to aac_buffer_shift()Max Kellermann2008-08-301-7/+14
| * aac: use inputStreamAtEOF()Max Kellermann2008-08-301-5/+4
| * aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-301-6/+10
| * aac: simplified fillAacBuffer()Max Kellermann2008-08-301-33/+25
| * aac: make adtsParse() voidMax Kellermann2008-08-301-3/+1
| * aac: use size_tMax Kellermann2008-08-301-6/+6
| * aac: removed unused initAacBuffer() parametersMax Kellermann2008-08-301-9/+3
| * eliminate unused variables in the AAC decoderMax Kellermann2008-08-301-10/+2
| * added inline function audio_format_time_to_size()Max Kellermann2008-08-302-1/+6
| * converted MpdTagItem.type to an enumMax Kellermann2008-08-305-22/+28
| * moved struct AudioFormat to audio_format.hMax Kellermann2008-08-3010-19/+45
| * audiofile: remove one indent level from audiofile pluginMax Kellermann2008-08-301-27/+24
| * audiofile: use break instead of local variable "eof"Max Kellermann2008-08-301-3/+3
| * aac/mp4: removed local variable "eof" because it is unusedMax Kellermann2008-08-302-17/+10
| * clean up CPP includesMax Kellermann2008-08-3017-63/+2
| * enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-3019-116/+182
| * fix warnings in the HTTP clientMax Kellermann2008-08-301-3/+4
| * 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
* | Fix shadow warningsEric Wong2008-09-012-4/+4
|/
* 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