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