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