| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 2008-09-29 | 1 | -5/+5 |
* | start using prefixcmp() | Eric Wong | 2008-09-20 | 1 | -1/+1 |
* | mp3: fix long line, I can't read past 80 cols | Eric Wong | 2008-09-17 | 1 | -1/+2 |
* | mp3: fix buffer overflow when max_frames is too large | Max Kellermann | 2008-09-17 | 1 | -0/+5 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-09-02 | 1 | -18/+17 |
* | tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item | Max Kellermann | 2008-09-02 | 1 | -9/+9 |
* | mp3: converted the MUTEFRAME_ macros to an enum | Max Kellermann | 2008-08-31 | 1 | -9/+12 |
* | mp3: converted the DECODE_ constants to an enum | Max Kellermann | 2008-08-31 | 1 | -8/+13 |
* | mp3: audio_linear_dither() returns mpd_sint16 | Max Kellermann | 2008-08-30 | 1 | -11/+9 |
* | mp3: changed outputBuffer's type to mpd_sint16[] | Max Kellermann | 2008-08-30 | 1 | -4/+3 |
* | mp3: moved num_samples calculation out of the loop | Max Kellermann | 2008-08-30 | 1 | -6/+7 |
* | mp3: eliminated outputPtr | Max Kellermann | 2008-08-30 | 1 | -17/+9 |
* | mp3: don't do a second flush in mp3_decode() | Max Kellermann | 2008-08-30 | 1 | -12/+1 |
* | mp3: always flush directly after decoding/dithering | Max Kellermann | 2008-08-30 | 1 | -17/+13 |
* | mp3: dither a whole block at a time | Max Kellermann | 2008-08-30 | 1 | -3/+9 |
* | mp3: moved dropSamplesAtEnd check out of the loop | Max Kellermann | 2008-08-30 | 1 | -21/+19 |
* | mp3: make samplesPerFrame more local | Max Kellermann | 2008-08-30 | 1 | -2/+1 |
* | mp3: unsigned integers | Max Kellermann | 2008-08-30 | 1 | -11/+11 |
* | mp3: moved code to dither_buffer() | Max Kellermann | 2008-08-30 | 1 | -14/+30 |
* | mp3: don't check dropSamplesAtStart in the loop | Max Kellermann | 2008-08-30 | 1 | -7/+14 |
* | clean up CPP includes | Max Kellermann | 2008-08-30 | 1 | -5/+0 |
* | Reimplement dynamic metadata handling | Eric Wong | 2008-08-26 | 1 | -4/+3 |
* | mp3_plugin: fix assertion during seeking | Eric Wong | 2008-08-20 | 1 | -3/+3 |
* | core rewrite (decode,player,outputBuffer,playlist) | Eric Wong | 2008-08-16 | 1 | -77/+69 |
* | Make the OutputBuffer API more consistent | Eric Wong | 2008-04-13 | 1 | -7/+7 |
* | Stop passing our single OutputBuffer object everywhere | Eric Wong | 2008-04-13 | 1 | -12/+10 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -38/+36 |
* | yet more unsigned integers | Max Kellermann | 2008-04-12 | 1 | -4/+4 |
* | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 2008-04-12 | 1 | -4/+0 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -0/+4 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -2/+2 |
* | fixed "comparison between signed and unsigned" | Max Kellermann | 2008-01-26 | 1 | -2/+2 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -8/+8 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -7/+1 |
* | Simplify decode cleanup logic a bit | Eric Wong | 2008-01-01 | 1 | -12/+0 |
* | conf: improved boolean config parameter handling from -ke | Eric Wong | 2007-09-05 | 1 | -4/+3 |
* | inputPlugins/mp3_plugin: parse LAME tags for ReplayGain info | J. Alexander Treuman | 2007-08-22 | 1 | -46/+104 |
* | Making some bool options more consistent. | J. Alexander Treuman | 2007-06-03 | 1 | -5/+7 |
* | Cleaning up some comments. | J. Alexander Treuman | 2007-04-09 | 1 | -1/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -12/+1 |
* | mp3: sparse: fix warnings reported with -Wshadow | Eric Wong | 2007-01-14 | 1 | -8/+7 |
* | Added gapless_mp3_playback option. Setting to "no" will disable gapless | J. Alexander Treuman | 2006-12-23 | 1 | -2/+15 |
* | Only parse gapless info if the input stream is seekable, under the | J. Alexander Treuman | 2006-12-23 | 1 | -1/+2 |
* | Don't stop decoding if we're at maxFrames just because there's a Xing tag. | J. Alexander Treuman | 2006-12-23 | 1 | -4/+3 |
* | Cleaning up some damn near unreadable wrapping caused by indent. | J. Alexander Treuman | 2006-12-23 | 1 | -25/+8 |
* | Properly calculate the number of remaining samples in the MP3 frame, even | J. Alexander Treuman | 2006-12-23 | 1 | -5/+7 |
* | mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95 | Eric Wong | 2006-10-06 | 1 | -16/+20 |
* | handle invalid xing tags better. | Warren Dukes | 2006-10-03 | 1 | -18/+26 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+3 |