| Commit message (Expand) | Author | Age | Files | Lines |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-08-29 | 1 | -7/+7 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -6/+6 |
* | check decoder_command!=NONE instead of decoder_command==STOP | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | simplified code in the ogg decoder plugin | Max Kellermann | 2008-08-26 | 1 | -25/+25 |
* | added decoder_read() | Max Kellermann | 2008-08-26 | 1 | -9/+3 |
* | oggvorbis: don't detect OGG header if stream is not seekable | Max Kellermann | 2008-08-26 | 1 | -0/+5 |
* | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | use a local "initialized" flag instead of dc->state | Max Kellermann | 2008-08-26 | 1 | -1/+3 |
* | added decoder_seek_where() and decoder_seek_error() | Max Kellermann | 2008-08-26 | 1 | -3/+4 |
* | added decoder_command_finished() to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | added decoder_get_command() | Max Kellermann | 2008-08-26 | 1 | -6/+8 |
* | added parameter total_time to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -4/+5 |
* | added audio_format parameter to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -7/+6 |
* | added decoder_clear() and decoder_flush() | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | added decoder_data() | Max Kellermann | 2008-08-26 | 1 | -10/+9 |
* | added decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -4/+3 |
* | added struct decoder | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | added dc_command_finished() | Max Kellermann | 2008-08-26 | 1 | -2/+1 |
* | merged start, stop, seek into DecoderControl.command | Max Kellermann | 2008-08-26 | 1 | -7/+7 |
* | clean up CPP includes | Max Kellermann | 2008-08-26 | 1 | -6/+0 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | Make the OutputBuffer API more consistent | Eric Wong | 2008-04-13 | 1 | -5/+5 |
* | Stop passing our single OutputBuffer object everywhere | Eric Wong | 2008-04-13 | 1 | -8/+8 |
* | Stop passing our single DecoderControl object everywhere | Eric Wong | 2008-04-13 | 1 | -25/+22 |
* | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 2008-04-12 | 1 | -2/+0 |
* | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 2008-04-12 | 1 | -0/+1 |
* | inputPlugins/oggvorbis: removed unused variables | Max Kellermann | 2008-03-26 | 1 | -7/+6 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -2/+2 |
* | inputPlugins: add .oga suffix support for Ogg containers | Eric Wong | 2008-03-20 | 1 | -1/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -10/+10 |
* | 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 | -13/+2 |
* | Fix possible wrong 'addition' | Qball Cow | 2007-12-10 | 1 | -1/+1 |
* | Re-enable seeking in http streams. | Qball Cow | 2007-11-28 | 1 | -6/+3 |
* | Cleanup a outcommented debug statement | Qball Cow | 2007-08-11 | 1 | -5/+0 |
* | 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 |
* | flac/ogg/oggflac: keep old mime-types in addition to the new ones | Eric Wong | 2007-01-14 | 1 | -1/+4 |
* | Accept application/x-ogg as valid mime type | Qball Cow | 2006-12-27 | 1 | -1/+1 |
* | oggvorbis_plugin.c: update message to match changed function name | Eric Wong | 2006-08-20 | 1 | -2/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -3/+3 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -168/+176 |
* | Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi... | J. Alexander Treuman | 2006-07-19 | 1 | -7/+9 |
* | inputPlugins/*_plugin.c: static-fication | Eric Wong | 2006-07-17 | 1 | -9/+9 |
* | De-inline non-trivial, non-performance-critical functions | Eric Wong | 2006-07-15 | 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 |
* | gcc 2.95 compatibility fixes | Eric Wong | 2006-06-04 | 1 | -2/+3 |
* | Added Disc # metadata item based on bug 571 (added id3v2 support) | Qball Cow | 2006-04-30 | 1 | -2/+7 |
* | oggvorbis_plugin.c: eek, I'm a moron.. | Eric Wong | 2006-04-18 | 1 | -1/+1 |