summaryrefslogtreecommitdiff
path: root/src/inputPlugins/oggvorbis_plugin.c
AgeCommit message (Expand)Author
2008-08-26oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann
2008-08-26use a local "initialized" flag instead of dc->stateMax Kellermann
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann
2008-08-26added decoder_get_command()Max Kellermann
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann
2008-08-26added decoder_data()Max Kellermann
2008-08-26added decoder_initialized()Max Kellermann
2008-08-26added struct decoderMax Kellermann
2008-08-26added dc_command_finished()Max Kellermann
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann
2008-08-26clean up CPP includesMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-04-13Make the OutputBuffer API more consistentEric Wong
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong
2008-03-26inputPlugins/oggvorbis: removed unused variablesMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann
2008-03-20inputPlugins: add .oga suffix support for Ogg containersEric Wong
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01Simplify decode cleanup logic a bitEric Wong
2007-12-10Fix possible wrong 'addition'Qball Cow
2007-11-28Re-enable seeking in http streams.Qball Cow
2007-08-11Cleanup a outcommented debug statementQball Cow
2007-04-05The massive copyright updateAvuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-14flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong
2006-12-27Accept application/x-ogg as valid mime typeQball Cow
2006-08-20oggvorbis_plugin.c: update message to match changed function nameEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-19Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-06-04gcc 2.95 compatibility fixesEric Wong
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow
2006-04-18oggvorbis_plugin.c: eek, I'm a moron..Eric Wong
2006-04-18oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong
2006-03-16merge with mpd/trunk up to r3925Eric Wong