aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins
Commit message (Expand)AuthorAge
* use break instead of local variable "eof"Max Kellermann2008-08-26
* removed local variable "eof" because it is unusedMax Kellermann2008-08-26
* simplify several dc->command checksMax 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
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-30
* eliminated local variable "to_read"Max Kellermann2008-06-30
* mod: fix crashing on modtracker filesHans de Goede2008-06-13
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-01
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-15
* 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
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-13
* replaced assertion with checkMax Kellermann2008-04-12
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-12
* missing num_channels check in previous patchMax Kellermann2008-04-12
* special optimized case for 16bit stereoMax Kellermann2008-04-12
* read num_channels onceMax Kellermann2008-04-12
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-12
* convert blocks until the buffer is fullMax Kellermann2008-04-12
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-12
* don't calculate bytes per sample within the loopMax Kellermann2008-04-12
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-12
* clean up CPP includesMax Kellermann2008-04-12
* Fix a few more warnings from -WshadowEric Wong2008-04-12
* constant pointersMax Kellermann2008-04-12
* fix parameter types in the faad callsMax Kellermann2008-04-12
* fix compilation error in wavpack pluginMax Kellermann2008-04-12
* yet more unsigned integersMax Kellermann2008-04-12
* 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
* use unsigned integers in the flac pluginMax Kellermann2008-04-12
* removed unused variableMax Kellermann2008-04-12
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-26
* WavPack improvementsLaszlo Ashin2008-03-26
* audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong2008-03-26
* inputPlugins/oggvorbis: removed unused variablesMax Kellermann2008-03-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-20
* fix -Wconst warningsMax Kellermann2008-02-05