aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * aac: make adtsParse() voidMax Kellermann2008-08-301-3/+1
| * aac: use size_tMax Kellermann2008-08-301-6/+6
| * aac: removed unused initAacBuffer() parametersMax Kellermann2008-08-301-9/+3
| * eliminate unused variables in the AAC decoderMax Kellermann2008-08-301-10/+2
| * audiofile: remove one indent level from audiofile pluginMax Kellermann2008-08-301-27/+24
| * audiofile: use break instead of local variable "eof"Max Kellermann2008-08-301-3/+3
| * aac/mp4: removed local variable "eof" because it is unusedMax Kellermann2008-08-302-17/+10
| * clean up CPP includesMax Kellermann2008-08-3013-61/+0
| * enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-304-10/+11
* | Fix shadow warningsEric Wong2008-09-011-2/+2
|/
* Reimplement dynamic metadata handlingEric Wong2008-08-262-9/+14
* mp3_plugin: fix assertion during seekingEric Wong2008-08-201-3/+3
* fix output buffer deadlock when daemonizingEric Wong2008-08-193-3/+0
* core rewrite (decode,player,outputBuffer,playlist)Eric Wong2008-08-1612-382/+275
* 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
* use unsigned integers in the flac pluginMax Kellermann2008-04-122-2/+2
* removed unused variableMax Kellermann2008-04-122-6/+6
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-261-2/+2
* WavPack improvementsLaszlo Ashin2008-03-261-29/+130
* audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong2008-03-261-2/+4
* inputPlugins/oggvorbis: removed unused variablesMax Kellermann2008-03-261-7/+6
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* explicitly downcastMax Kellermann2008-03-262-7/+7
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-202-2/+2