aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use free()+malloc() instead of realloc()Max Kellermann2008-04-121-1/+3
* outputBuffer: remove unused variableEric Wong2008-04-121-1/+0
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-121-76/+2
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-3/+3
* use unsigned integers in outputBuffer.cMax Kellermann2008-04-121-1/+1
* fix sign compare warningsMax Kellermann2008-04-121-1/+1
* notify the decoder instead of polling 100hzMax Kellermann2008-03-261-1/+3
* moved code to initOutputBuffer()Max Kellermann2008-03-261-0/+17
* use size_tMax Kellermann2008-03-261-2/+2
* fixed -Wshadow warningsMax Kellermann2008-01-261-2/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-3/+1
* Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman2007-05-261-3/+3
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-241-1/+2
* Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman2007-05-221-7/+2
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-111-4/+3
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-4/+4
* outputBuffer: avoid out-of-bounds-error in clearOutputBuffer()Eric Wong2006-09-211-3/+3
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-271-19/+2
* Do normalization if there's replaygain data but replaygain is offJ. Alexander Treuman2006-07-241-1/+1
* Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman2006-07-221-0/+20
* Add mpd-indent.shAvuton Olrich2006-07-201-77/+84
* Remove useless buffer signedness warnings, useAvuton Olrich2006-07-191-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Don't rely on memcmp() for structs, padding bits are randomEric Wong2006-04-051-1/+1
* src/outputBuffer.c: bugfix: freeMpdTag(), not just free()Eric Wong2006-03-191-1/+1
* print out bits in debug message output for OSS and ALSAWarren Dukes2005-03-191-1/+3
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-1/+4
* configure shout encoding quality and audio formatWarren Dukes2004-10-231-1/+1
* very minor tweak to clearMetabufferChunksWarren Dukes2004-06-241-5/+1
* uber minor tweaksWarren Dukes2004-06-191-3/+4
* fix some streaming metadata issuesWarren Dukes2004-06-091-1/+10
* remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes2004-06-081-4/+5
* remove metadata debugging codeWarren Dukes2004-06-071-7/+0
* bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes2004-06-071-4/+8
* some fixes to metadata stuffWarren Dukes2004-06-071-0/+11
* potential bugfixes for handling metadata in player/decoderWarren Dukes2004-06-071-5/+10
* harden metadatabufferWarren Dukes2004-06-061-3/+26
* spelling fix for avutonWarren Dukes2004-06-061-2/+4
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-27/+21
* todo updateWarren Dukes2004-06-061-1/+30
* fixed seek, its now blocking againWarren Dukes2004-05-301-3/+6
* fix TIcho's seeking while paused bugWarren Dukes2004-05-291-2/+8
* undo last changesWarren Dukes2004-05-281-3/+1
* fix seeking more than once when paused, by returning immediatly on dc->seekWarren Dukes2004-05-281-1/+3
* do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes2004-05-211-3/+8
* another bug fix for non-blocking seekWarren Dukes2004-05-201-2/+2
* non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes2004-05-191-3/+1