aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-26assert song->url != NULLMax Kellermann3-0/+10
2008-08-26aac: support decoding AAC streamsMax Kellermann1-2/+137
2008-08-26aac: splitted aac_parse_header() from initAacBuffer()Max Kellermann1-11/+16
2008-08-26aac: check buffer lengthsMax Kellermann1-2/+3
2008-08-26aac: use fillAacBuffer() instead of manual readingMax Kellermann1-16/+4
2008-08-26find AAC framesMax Kellermann1-1/+35
2008-08-26aac: moved code to adts_check_frame()Max Kellermann1-11/+20
2008-08-26aac: moved code to aac_buffer_shift()Max Kellermann1-7/+14
2008-08-26aac: use inputStreamAtEOF()Max Kellermann1-5/+4
2008-08-26aac: don't depend on consumed data in fillAacBuffer()Max Kellermann1-6/+10
2008-08-26aac: simplified fillAacBuffer()Max Kellermann1-33/+25
2008-08-26aac: make adtsParse() voidMax Kellermann1-3/+1
2008-08-26aac: use size_tMax Kellermann1-6/+6
2008-08-26aac: removed unused initAacBuffer() parametersMax Kellermann1-9/+3
2008-08-26eliminate unused variables in the AAC decoderMax Kellermann1-10/+2
2008-08-26added InputStream.readyMax Kellermann5-0/+19
2008-08-26added decoder_plugin_register()Max Kellermann3-2/+16
2008-08-26don't call quitDecode() in waitOnDecode()Max Kellermann1-2/+3
2008-08-26moved code to player_thread.cMax Kellermann7-450/+495
2008-08-26moved code to crossfade.cMax Kellermann4-49/+108
2008-08-26added inline function audio_format_time_to_size()Max Kellermann2-1/+6
2008-08-26pass max_chunks to calculateCrossFadeChunks()Max Kellermann1-7/+8
2008-08-26converted MpdTagItem.type to an enumMax Kellermann5-22/+28
2008-08-26renamed functions in decoder_list.hMax Kellermann6-36/+40
2008-08-26no camel case in struct decoder_pluginMax Kellermann5-39/+41
2008-08-26renamed the InputPlugin function typesMax Kellermann1-14/+13
2008-08-26renamed inputPlugin.* to decoder_list.*Max Kellermann7-7/+7
2008-08-26moved decoder externs to inputPlugin.cMax Kellermann2-11/+11
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann18-59/+65
2008-08-26no busy-waiting for the player processMax Kellermann1-2/+3
2008-08-26converted PlayerControl.state to enumMax Kellermann2-6/+11
2008-08-26added PlayerControl.commandMax Kellermann4-77/+93
2008-08-26eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann5-23/+20
2008-08-26added decoder_get_url()Max Kellermann3-1/+8
2008-08-26don't set dc->seekable in wavpack pluginMax Kellermann1-2/+0
2008-08-26use a local "initialized" flag instead of dc->stateMax Kellermann3-5/+11
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann12-42/+60
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann14-33/+34
2008-08-26added decoder_get_command()Max Kellermann13-59/+74
2008-08-26moved convState to struct decoderMax Kellermann4-7/+10
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann13-19/+48
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann6-61/+64
2008-08-26remove one indent level from audiofile pluginMax Kellermann1-30/+25
2008-08-26use break instead of local variable "eof"Max Kellermann1-16/+12
2008-08-26removed local variable "eof" because it is unusedMax Kellermann2-19/+9
2008-08-26simplify several dc->command checksMax Kellermann1-7/+3
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann14-29/+31
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann14-83/+88
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann12-22/+35
2008-08-26tail_chunk() returns ob_chunk pointerMax Kellermann1-8/+6