aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix -Wconst warningsMax Kellermann2008-02-057-29/+29
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-261-2/+2
* assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann2008-01-261-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-265-35/+35
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-0312-64/+12
* Simplify decode cleanup logic a bitEric Wong2008-01-0110-100/+6
* mpc_plugin: break out if a missed error branchEric Wong2008-01-011-0/+2
* ogg_common: fix indent screwupEric Wong2007-12-311-14/+5
* fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong2007-12-313-9/+9
* Fix possible wrong 'addition'Qball Cow2007-12-101-1/+1
* Fix replaygain for latest flac version.Qball Cow2007-12-061-0/+9
* Re-enable seeking in http streams.Qball Cow2007-11-281-6/+3