aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/oggflac_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-355/+0
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-9/+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
* flac: moved code from flacWrite() to _flac_common.cMax Kellermann2008-09-231-45/+1
* audio_format: added audio_format_sample_size()Max Kellermann2008-09-231-2/+2
* oggflac: fix GCC warningsMax Kellermann2008-08-291-9/+9
* tag: fix the shout and oggflac pluginsMax Kellermann2008-08-291-2/+4
* flac: decoder command means EOFMax Kellermann2008-08-261-3/+3
* check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann2008-08-261-3/+3
* added decoder_read()Max Kellermann2008-08-261-8/+1
* 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
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-4/+3
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-1/+1
* added decoder_get_command()Max Kellermann2008-08-261-6/+7
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-1/+1
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-6/+6
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-3/+2
* added decoder_initialized()Max Kellermann2008-08-261-1/+1
* added struct decoderMax Kellermann2008-08-261-3/+5
* added dc_command_finished()Max Kellermann2008-08-261-2/+1
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-261-7/+8
* clean up CPP includesMax Kellermann2008-08-261-6/+0
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-011-1/+1
* Make the OutputBuffer API more consistentEric Wong2008-04-131-2/+2
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-131-4/+4
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-16/+15
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+1
* use unsigned integers in the flac pluginMax Kellermann2008-04-121-1/+1
* removed unused variableMax Kellermann2008-04-121-3/+3
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-201-1/+1
* fix -Wconst warningsMax Kellermann2008-02-051-5/+5
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-4/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-8/+4
* 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
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-061-1/+1
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-041-4/+1
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-201-2/+2
* Add mpd-indent.shAvuton Olrich2006-07-201-4/+4
* Add mpd-indent.shAvuton Olrich2006-07-201-149/+158
* inputPlugins/oggflac_plugin.c: remove unused varEric Wong2006-07-181-1/+0
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+426