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