aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-265-23/+20
* added decoder_get_url()Max Kellermann2008-08-263-1/+8
* don't set dc->seekable in wavpack pluginMax Kellermann2008-08-261-2/+0
* use a local "initialized" flag instead of dc->stateMax Kellermann2008-08-263-5/+11
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-2612-42/+60
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-2614-33/+34
* added decoder_get_command()Max Kellermann2008-08-2613-59/+74
* moved convState to struct decoderMax Kellermann2008-08-264-7/+10
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-2613-19/+48
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-266-61/+64
* remove one indent level from audiofile pluginMax Kellermann2008-08-261-30/+25
* use break instead of local variable "eof"Max Kellermann2008-08-261-16/+12
* removed local variable "eof" because it is unusedMax Kellermann2008-08-262-19/+9
* simplify several dc->command checksMax Kellermann2008-08-261-7/+3
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-2614-29/+31
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-2614-83/+88
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-2612-22/+35
* tail_chunk() returns ob_chunk pointerMax Kellermann2008-08-261-8/+6