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