summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-26player: no "fd" and no return valueMax Kellermann
2008-08-26flac: decoder command means EOFMax Kellermann
2008-08-26made "sample_size" static constMax Kellermann
2008-08-26moved jack configuration to the JackData structMax Kellermann
2008-08-26jack: removed unused macrosMax Kellermann
2008-08-26jack: don't set audioOutput->data=NULLMax Kellermann
2008-08-26jack: initialize JackData in jack_initDriver()Max Kellermann
2008-08-26jack: added freeJackClient()Max Kellermann
2008-08-26jack: initialize jd->client after !jd checkMax Kellermann
2008-08-26jack: eliminate superfluous freeJackData() callsMax Kellermann
2008-08-26mp3, flac: check for seek command after decoder_read()Max Kellermann
2008-08-26check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann
2008-08-26mp3: converted the MUTEFRAME_ macros to an enumMax Kellermann
2008-08-26mp3: converted the DECODE_ constants to an enumMax Kellermann
2008-08-26added flag "decoder.seeking"Max Kellermann
2008-08-26wavpack: don't use "isp" before initializationMax Kellermann
2008-08-26wavpack: moved code to wavpack_open_wvc()Max Kellermann
2008-08-26simplified code in the ogg decoder pluginMax Kellermann
2008-08-26added decoder_read()Max Kellermann
2008-08-26wavpack: added InputStreamPlus.decoderMax Kellermann
2008-08-26oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann
2008-08-26added AacBuffer.decoderMax Kellermann
2008-08-26mp3: added mp3DecodeData.decoderMax Kellermann
2008-08-26mp3: audio_linear_dither() returns mpd_sint16Max Kellermann
2008-08-26mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann
2008-08-26mp3: moved num_samples calculation out of the loopMax Kellermann
2008-08-26mp3: eliminated outputPtrMax Kellermann
2008-08-26mp3: don't do a second flush in mp3_decode()Max Kellermann
2008-08-26mp3: always flush directly after decoding/ditheringMax Kellermann
2008-08-26mp3: dither a whole block at a timeMax Kellermann
2008-08-26mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann
2008-08-26mp3: make samplesPerFrame more localMax Kellermann
2008-08-26mp3: unsigned integersMax Kellermann
2008-08-26mp3: removed double cmd==STOP checkMax Kellermann
2008-08-26mp3: moved code to dither_buffer()Max Kellermann
2008-08-26mp3: don't check dropSamplesAtStart in the loopMax Kellermann
2008-08-26assert song->url != NULLMax Kellermann
2008-08-26aac: support decoding AAC streamsMax Kellermann
2008-08-26aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann
2008-08-26aac: check buffer lengthsMax Kellermann
2008-08-26aac: use fillAacBuffer() instead of manual readingMax Kellermann
2008-08-26find AAC framesMax Kellermann
2008-08-26aac: moved code to adts_check_frame()Max Kellermann
2008-08-26aac: moved code to aac_buffer_shift()Max Kellermann
2008-08-26aac: use inputStreamAtEOF()Max Kellermann
2008-08-26aac: don't depend on consumed data in fillAacBuffer()Max Kellermann
2008-08-26aac: simplified fillAacBuffer()Max Kellermann
2008-08-26aac: make adtsParse() voidMax Kellermann
2008-08-26aac: use size_tMax Kellermann
2008-08-26aac: removed unused initAacBuffer() parametersMax Kellermann