| Commit message (Expand) | Author | Files | Lines |
2008-04-12 | fix sign compare warnings | Max Kellermann | 1 | -1/+1 |
2008-03-26 | notify the decoder instead of polling 100hz | Max Kellermann | 1 | -1/+3 |
2008-03-26 | moved code to initOutputBuffer() | Max Kellermann | 1 | -0/+17 |
2008-03-26 | use size_t | Max Kellermann | 1 | -2/+2 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -2/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2007-05-26 | Make pcm_convertAudioFormat return the buffer size. This is necessary | J. Alexander Treuman | 1 | -3/+3 |
2007-05-24 | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 1 | -1/+2 |
2007-05-22 | Split pcm_convertAudioFormat into separate functions for bitrate, channel, | J. Alexander Treuman | 1 | -7/+2 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-11 | #1) fix a few potential deadlock conditons in decode.c when crossfading is en... | Warren Dukes | 1 | -4/+3 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -4/+4 |
2006-09-21 | outputBuffer: avoid out-of-bounds-error in clearOutputBuffer() | Eric Wong | 1 | -3/+3 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+1 |
2006-07-27 | Use AudioCompress for volume normalization | J. Alexander Treuman | 1 | -19/+2 |
2006-07-24 | Do normalization if there's replaygain data but replaygain is off | J. Alexander Treuman | 1 | -1/+1 |
2006-07-22 | Adding on the fly volume normalization support. Code originally from mplayer... | J. Alexander Treuman | 1 | -0/+20 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -77/+84 |
2006-07-19 | Remove useless buffer signedness warnings, use | Avuton Olrich | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-04-05 | Don't rely on memcmp() for structs, padding bits are random | Eric Wong | 1 | -1/+1 |
2006-03-19 | src/outputBuffer.c: bugfix: freeMpdTag(), not just free() | Eric Wong | 1 | -1/+1 |
2005-03-19 | print out bits in debug message output for OSS and ALSA | Warren Dukes | 1 | -1/+3 |
2004-11-02 | rewrite replaygain code, needs testing | Warren Dukes | 1 | -1/+4 |
2004-10-23 | configure shout encoding quality and audio format | Warren Dukes | 1 | -1/+1 |
2004-06-24 | very minor tweak to clearMetabufferChunks | Warren Dukes | 1 | -5/+1 |
2004-06-19 | uber minor tweaks | Warren Dukes | 1 | -3/+4 |
2004-06-09 | fix some streaming metadata issues | Warren Dukes | 1 | -1/+10 |
2004-06-08 | remove "wrap" from buffering control, its not needed, and could potentially | Warren Dukes | 1 | -4/+5 |
2004-06-07 | remove metadata debugging code | Warren Dukes | 1 | -7/+0 |
2004-06-07 | bug fix for metadata again, had an extra "!" in mpdTagsAreEqual() | Warren Dukes | 1 | -4/+8 |
2004-06-07 | some fixes to metadata stuff | Warren Dukes | 1 | -0/+11 |
2004-06-07 | potential bugfixes for handling metadata in player/decoder | Warren Dukes | 1 | -5/+10 |
2004-06-06 | harden metadatabuffer | Warren Dukes | 1 | -3/+26 |
2004-06-06 | spelling fix for avuton | Warren Dukes | 1 | -2/+4 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -27/+21 |
2004-06-06 | todo update | Warren Dukes | 1 | -1/+30 |
2004-05-30 | fixed seek, its now blocking again | Warren Dukes | 1 | -3/+6 |
2004-05-29 | fix TIcho's seeking while paused bug | Warren Dukes | 1 | -2/+8 |
2004-05-28 | undo last changes | Warren Dukes | 1 | -3/+1 |
2004-05-28 | fix seeking more than once when paused, by returning immediatly on dc->seek | Warren Dukes | 1 | -1/+3 |
2004-05-21 | do input buffering in while sleeping loop of sending stuff to output buffer | Warren Dukes | 1 | -3/+8 |
2004-05-20 | another bug fix for non-blocking seek | Warren Dukes | 1 | -2/+2 |
2004-05-19 | non-blocking seeking, needs some testing! (this is not just for streams | Warren Dukes | 1 | -3/+1 |
2004-05-18 | yes! rudimentary stream playing for mp3's! | Warren Dukes | 1 | -0/+6 |
2004-05-10 | more little bits of code in prep for resample/audioFormat conversion, | Warren Dukes | 1 | -1/+23 |
2004-05-07 | rewrite outputBuffer'ing abstraction a bit to be more effecient and easier | Warren Dukes | 1 | -24/+42 |
2004-05-07 | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 1 | -7/+3 |
2004-05-07 | some begging code of abstracting out some simple buffer routine(s) for decoders | Warren Dukes | 1 | -0/+66 |