aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-26renamed decode.c to decoder_thread.cMax Kellermann1-197/+0
2008-08-26moved global variable "pc" to player.hMax Kellermann1-1/+1
2008-08-26added flag "decoder.seeking"Max Kellermann1-0/+2
2008-08-26added InputStream.readyMax Kellermann1-0/+12
2008-08-26moved code to player_thread.cMax Kellermann1-394/+0
2008-08-26moved code to crossfade.cMax Kellermann1-49/+10
2008-08-26added inline function audio_format_time_to_size()Max Kellermann1-1/+1
2008-08-26pass max_chunks to calculateCrossFadeChunks()Max Kellermann1-7/+8
2008-08-26renamed functions in decoder_list.hMax Kellermann1-4/+4
2008-08-26no camel case in struct decoder_pluginMax Kellermann1-20/+22
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-1/+1
2008-08-26added PlayerControl.commandMax Kellermann1-21/+26
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann1-8/+0
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-0/+1
2008-08-26do not sleep after openAudioDevice()Max Kellermann1-3/+0
2008-08-26added struct decoderMax Kellermann1-5/+13
2008-08-26invoke the notify API directlyMax Kellermann1-38/+17
2008-08-26removed "else"Max Kellermann1-2/+3
2008-08-26added dc_command_finished()Max Kellermann1-2/+9
2008-08-26don't busy wait for the decoder threadMax Kellermann1-3/+7
2008-08-26merged start, stop, seek into DecoderControl.commandMax Kellermann1-22/+32
2008-08-26don't set pc->errored_song in decodeStart()Max Kellermann1-1/+0
2008-08-26added dc.next_song, renamed pc.current_songMax Kellermann1-11/+14
2008-06-01fix stream URLMax Kellermann1-1/+2
2008-06-01notify: don't use camelCase in notify.[ch]Max Kellerman1-4/+4
2008-06-01assert dc.state == DECODE_STATE_STOPMax Kellerman1-1/+2
2008-04-15added ob_set_lazy()Max Kellermann1-1/+7
2008-04-15const pointers in decode.cMax Kellermann1-1/+1
2008-04-15fix XFADE_DISABLED=-1Max Kellermann1-1/+1
2008-04-14decode.c: make the crossfade state variable self-documentingEric Wong1-15/+18
2008-04-13Make the OutputBuffer API more consistentEric Wong1-21/+21
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-42/+35
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-99/+91
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-102/+92
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-0/+1
2008-04-12fix several errors/warnings which only appear with -O3Max Kellermann1-0/+2
2008-04-12pass dc to decoder_task()Max Kellermann1-4/+4
2008-04-12clean up CPP includesMax Kellermann1-5/+0
2008-04-12pass pc to player notify functionsMax Kellermann1-13/+15
2008-04-12pass DecoderControl object to decoder_sleep()Max Kellermann1-15/+12
2008-04-12remove the local variable "end"Max Kellermann1-5/+0
2008-04-12don't use short chunk numbersMax Kellermann1-2/+2
2008-04-12added output_buffer_skip()Max Kellermann1-8/+1
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann1-1/+2
2008-04-12decode: fix some uninitialized variable warningsEric Wong1-2/+2
2008-04-12decode: fix unsigned comparision and add some paranoid assertionsEric Wong1-8/+9
2008-04-12Fix a few more warnings from -WshadowEric Wong1-4/+4
2008-04-12some assertions to check the unsigned changesMax Kellermann1-0/+3
2008-04-12yet more unsigned integersMax Kellermann1-4/+4
2008-04-12use the notify API in the decoderMax Kellermann1-6/+8