aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* mp3: dither a whole block at a timeMax Kellermann2008-08-301-3/+9
* mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann2008-08-301-21/+19
* mp3: make samplesPerFrame more localMax Kellermann2008-08-301-2/+1
* mp3: unsigned integersMax Kellermann2008-08-301-11/+11
* mp3: moved code to dither_buffer()Max Kellermann2008-08-301-14/+30
* mp3: don't check dropSamplesAtStart in the loopMax Kellermann2008-08-301-7/+14
* aac: support decoding AAC streamsMax Kellermann2008-08-301-2/+128
* aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-301-11/+16
* aac: check buffer lengthsMax Kellermann2008-08-301-2/+3
* aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-301-16/+4
* find AAC framesMax Kellermann2008-08-301-1/+35
* aac: moved code to adts_check_frame()Max Kellermann2008-08-301-11/+20
* aac: moved code to aac_buffer_shift()Max Kellermann2008-08-301-7/+14
* aac: use inputStreamAtEOF()Max Kellermann2008-08-301-5/+4
* aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-301-6/+10
* aac: simplified fillAacBuffer()Max Kellermann2008-08-301-33/+25
* 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
* 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