aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann2008-08-311-9/+12
* mp3: converted the DECODE_ constants to an enumMax Kellermann2008-08-311-8/+13
* wavpack: don't use "isp" before initializationMax Kellermann2008-08-311-4/+1
* wavpack: moved code to wavpack_open_wvc()Max Kellermann2008-08-311-70/+66
* simplified code in the ogg decoder pluginMax Kellermann2008-08-301-25/+25
* oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2008-08-302-0/+10
* mp3: audio_linear_dither() returns mpd_sint16Max Kellermann2008-08-301-11/+9
* mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann2008-08-301-4/+3
* mp3: moved num_samples calculation out of the loopMax Kellermann2008-08-301-6/+7
* mp3: eliminated outputPtrMax Kellermann2008-08-301-17/+9
* mp3: don't do a second flush in mp3_decode()Max Kellermann2008-08-301-12/+1
* mp3: always flush directly after decoding/ditheringMax Kellermann2008-08-301-17/+13
* 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