aboutsummaryrefslogtreecommitdiffstats
path: root/src/outputBuffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-12fix sign compare warningsMax Kellermann1-1/+1
2008-03-26notify the decoder instead of polling 100hzMax Kellermann1-1/+3
2008-03-26moved code to initOutputBuffer()Max Kellermann1-0/+17
2008-03-26use size_tMax Kellermann1-2/+2
2008-01-26fixed -Wshadow warningsMax Kellermann1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman1-3/+3
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-1/+2
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman1-7/+2
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes1-4/+3
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-4/+4
2006-09-21outputBuffer: avoid out-of-bounds-error in clearOutputBuffer()Eric Wong1-3/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-19/+2
2006-07-24Do normalization if there's replaygain data but replaygain is offJ. Alexander Treuman1-1/+1
2006-07-22Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman1-0/+20
2006-07-20Add mpd-indent.shAvuton Olrich1-77/+84
2006-07-19Remove useless buffer signedness warnings, useAvuton Olrich1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-04-05Don't rely on memcmp() for structs, padding bits are randomEric Wong1-1/+1
2006-03-19src/outputBuffer.c: bugfix: freeMpdTag(), not just free()Eric Wong1-1/+1
2005-03-19print out bits in debug message output for OSS and ALSAWarren Dukes1-1/+3
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-1/+4
2004-10-23configure shout encoding quality and audio formatWarren Dukes1-1/+1
2004-06-24very minor tweak to clearMetabufferChunksWarren Dukes1-5/+1
2004-06-19uber minor tweaksWarren Dukes1-3/+4
2004-06-09fix some streaming metadata issuesWarren Dukes1-1/+10
2004-06-08remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes1-4/+5
2004-06-07remove metadata debugging codeWarren Dukes1-7/+0
2004-06-07bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes1-4/+8
2004-06-07some fixes to metadata stuffWarren Dukes1-0/+11
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes1-5/+10
2004-06-06harden metadatabufferWarren Dukes1-3/+26
2004-06-06spelling fix for avutonWarren Dukes1-2/+4
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-27/+21
2004-06-06todo updateWarren Dukes1-1/+30
2004-05-30fixed seek, its now blocking againWarren Dukes1-3/+6
2004-05-29fix TIcho's seeking while paused bugWarren Dukes1-2/+8
2004-05-28undo last changesWarren Dukes1-3/+1
2004-05-28fix seeking more than once when paused, by returning immediatly on dc->seekWarren Dukes1-1/+3
2004-05-21do input buffering in while sleeping loop of sending stuff to output bufferWarren Dukes1-3/+8
2004-05-20another bug fix for non-blocking seekWarren Dukes1-2/+2
2004-05-19non-blocking seeking, needs some testing! (this is not just for streamsWarren Dukes1-3/+1
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-0/+6
2004-05-10more little bits of code in prep for resample/audioFormat conversion,Warren Dukes1-1/+23
2004-05-07rewrite outputBuffer'ing abstraction a bit to be more effecient and easierWarren Dukes1-24/+42
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-7/+3
2004-05-07some begging code of abstracting out some simple buffer routine(s) for decodersWarren Dukes1-0/+66