aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* added decoder_read()Max Kellermann2008-08-2610-66/+50
* wavpack: added InputStreamPlus.decoderMax Kellermann2008-08-261-4/+7
* oggvorbis: don't detect OGG header if stream is not seekableMax Kellermann2008-08-262-0/+10
* added AacBuffer.decoderMax Kellermann2008-08-261-4/+7
* mp3: added mp3DecodeData.decoderMax Kellermann2008-08-261-9/+13
* mp3: audio_linear_dither() returns mpd_sint16Max Kellermann2008-08-261-11/+9
* mp3: changed outputBuffer's type to mpd_sint16[]Max Kellermann2008-08-261-3/+3
* mp3: moved num_samples calculation out of the loopMax Kellermann2008-08-261-5/+7
* mp3: eliminated outputPtrMax Kellermann2008-08-261-14/+3
* mp3: don't do a second flush in mp3_decode()Max Kellermann2008-08-261-17/+1
* mp3: always flush directly after decoding/ditheringMax Kellermann2008-08-261-15/+13
* mp3: dither a whole block at a timeMax Kellermann2008-08-261-3/+9
* mp3: moved dropSamplesAtEnd check out of the loopMax Kellermann2008-08-261-21/+18
* mp3: make samplesPerFrame more localMax Kellermann2008-08-261-2/+1
* mp3: unsigned integersMax Kellermann2008-08-261-11/+11
* mp3: removed double cmd==STOP checkMax Kellermann2008-08-261-3/+0
* mp3: moved code to dither_buffer()Max Kellermann2008-08-261-14/+30
* mp3: don't check dropSamplesAtStart in the loopMax Kellermann2008-08-261-7/+14
* assert song->url != NULLMax Kellermann2008-08-263-0/+10
* aac: support decoding AAC streamsMax Kellermann2008-08-261-2/+137
* aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann2008-08-261-11/+16
* aac: check buffer lengthsMax Kellermann2008-08-261-2/+3
* aac: use fillAacBuffer() instead of manual readingMax Kellermann2008-08-261-16/+4
* find AAC framesMax Kellermann2008-08-261-1/+35
* aac: moved code to adts_check_frame()Max Kellermann2008-08-261-11/+20
* aac: moved code to aac_buffer_shift()Max Kellermann2008-08-261-7/+14
* aac: use inputStreamAtEOF()Max Kellermann2008-08-261-5/+4
* aac: don't depend on consumed data in fillAacBuffer()Max Kellermann2008-08-261-6/+10
* aac: simplified fillAacBuffer()Max Kellermann2008-08-261-33/+25
* aac: make adtsParse() voidMax Kellermann2008-08-261-3/+1
* aac: use size_tMax Kellermann2008-08-261-6/+6
* aac: removed unused initAacBuffer() parametersMax Kellermann2008-08-261-9/+3
* eliminate unused variables in the AAC decoderMax Kellermann2008-08-261-10/+2
* added InputStream.readyMax Kellermann2008-08-265-0/+19
* added decoder_plugin_register()Max Kellermann2008-08-263-2/+16
* don't call quitDecode() in waitOnDecode()Max Kellermann2008-08-261-2/+3
* moved code to player_thread.cMax Kellermann2008-08-267-450/+495
* moved code to crossfade.cMax Kellermann2008-08-264-49/+108
* added inline function audio_format_time_to_size()Max Kellermann2008-08-262-1/+6
* pass max_chunks to calculateCrossFadeChunks()Max Kellermann2008-08-261-7/+8
* converted MpdTagItem.type to an enumMax Kellermann2008-08-265-22/+28
* renamed functions in decoder_list.hMax Kellermann2008-08-266-36/+40
* no camel case in struct decoder_pluginMax Kellermann2008-08-265-39/+41
* renamed the InputPlugin function typesMax Kellermann2008-08-261-14/+13
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-267-7/+7
* moved decoder externs to inputPlugin.cMax Kellermann2008-08-262-11/+11
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-2618-59/+65
* no busy-waiting for the player processMax Kellermann2008-08-261-2/+3
* converted PlayerControl.state to enumMax Kellermann2008-08-262-6/+11
* added PlayerControl.commandMax Kellermann2008-08-264-77/+93