aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-2610-21/+21
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-262-4/+5
* added decoder_get_url()Max Kellermann2008-08-261-1/+1
* don't set dc->seekable in wavpack pluginMax Kellermann2008-08-261-2/+0
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-263-5/+11
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-2610-40/+40
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-2610-15/+15
* added decoder_get_command()Max Kellermann2008-08-2611-59/+67
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-264-4/+3
* remove one indent level from audiofile pluginMax Kellermann2008-08-261-30/+25
* use break instead of local variable "eof"Max Kellermann2008-08-261-16/+12
* removed local variable "eof" because it is unusedMax Kellermann2008-08-262-19/+9
* simplify several dc->command checksMax Kellermann2008-08-261-7/+3
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-2612-27/+25
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-2612-81/+78
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-2610-22/+21
* added decoder_data()Max Kellermann2008-08-269-59/+58
* added decoder_initialized()Max Kellermann2008-08-2611-31/+28
* added struct decoderMax Kellermann2008-08-2612-23/+35
* added dc_command_finished()Max Kellermann2008-08-2610-30/+15
* merged start, stop, seek into DecoderControl.commandMax Kellermann2008-08-2611-80/+95
* clean up CPP includesMax Kellermann2008-08-2613-64/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-264-10/+11
* don't call seekInputStream(0) if r==0Max Kellermann2008-06-301-1/+2
* eliminated local variable "to_read"Max Kellermann2008-06-301-4/+3
* mod: fix crashing on modtracker filesHans de Goede2008-06-131-1/+1
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-011-1/+1
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-151-1/+1
* Make the OutputBuffer API more consistentEric Wong2008-04-1312-42/+42
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-1312-86/+77
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-1312-244/+222
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-131-1/+1
* replaced assertion with checkMax Kellermann2008-04-121-2/+1
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-121-1/+1
* missing num_channels check in previous patchMax Kellermann2008-04-121-1/+1
* special optimized case for 16bit stereoMax Kellermann2008-04-121-3/+20
* read num_channels onceMax Kellermann2008-04-121-3/+4
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-121-4/+3
* convert blocks until the buffer is fullMax Kellermann2008-04-121-23/+43
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-121-11/+14
* don't calculate bytes per sample within the loopMax Kellermann2008-04-121-1/+2
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-122-4/+9
* clean up CPP includesMax Kellermann2008-04-121-0/+1
* Fix a few more warnings from -WshadowEric Wong2008-04-123-27/+29
* constant pointersMax Kellermann2008-04-122-4/+4
* fix parameter types in the faad callsMax Kellermann2008-04-122-3/+3
* fix compilation error in wavpack pluginMax Kellermann2008-04-121-3/+6
* yet more unsigned integersMax Kellermann2008-04-122-5/+5
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-122-6/+0
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-1210-0/+15