aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins/oggvorbis_plugin.c
Commit message (Expand)AuthorAge
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-26
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-17
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* use C99 struct initializersMax Kellermann2008-09-29
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann2008-08-26
* simplified code in the ogg decoder pluginMax Kellermann2008-08-26
* added decoder_read()Max Kellermann2008-08-26
* oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2008-08-26
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-26
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-26
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-26
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-26
* added decoder_get_command()Max Kellermann2008-08-26
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-26
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-26
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-26
* added decoder_data()Max Kellermann2008-08-26
* added decoder_initialized()Max Kellermann2008-08-26
* added struct decoderMax Kellermann2008-08-26
* added dc_command_finished()Max Kellermann2008-08-26
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-26
* clean up CPP includesMax Kellermann2008-08-26
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-26
* Make the OutputBuffer API more consistentEric Wong2008-04-13
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* inputPlugins/oggvorbis: removed unused variablesMax Kellermann2008-03-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-20
* fix -Wconst warningsMax Kellermann2008-02-05
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Simplify decode cleanup logic a bitEric Wong2008-01-01
* Fix possible wrong 'addition'Qball Cow2007-12-10
* Re-enable seeking in http streams.Qball Cow2007-11-28
* Cleanup a outcommented debug statementQball Cow2007-08-11
* The massive copyright updateAvuton Olrich2007-04-05
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-14
* Accept application/x-ogg as valid mime typeQball Cow2006-12-27
* oggvorbis_plugin.c: update message to match changed function nameEric Wong2006-08-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman2006-07-19
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-17