aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-131-0/+5
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-151-2/+1
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-3/+2
* music_pipe: added music_pipe_push()Max Kellermann2009-03-061-1/+5
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-1/+1
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-151-0/+3
* decoder_plugin: added inline wrapper functionsMax Kellermann2009-02-151-2/+2
* decoder_thread: re-enable file decodersMax Kellermann2009-02-111-1/+1
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-301-1/+1
* decoder_control: added decoder_control.threadMax Kellermann2009-01-251-2/+4
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-071-0/+4
* initialize GError pointersMax Kellermann2009-01-041-1/+1
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-5/+2
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-041-2/+2
* ls: include cleanupMax Kellermann2009-01-041-0/+3
* input_stream: added tag() methodMax Kellermann2009-01-031-3/+12
* mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann2009-01-021-14/+25
* decoder_thread: migrate from pthread to glib threadsThomas Jansen2008-12-281-8/+5
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-281-0/+1
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-281-2/+2
* decoder: added missing glib.h includeMax Kellermann2008-11-251-0/+2
* decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-1/+1
* decoder: ignore the SEEK command during startupMax Kellermann2008-11-201-1/+1
* decoder: fixed typo in assertionMax Kellermann2008-11-111-1/+1
* decoder: return void from decode() methodsMax Kellermann2008-11-111-26/+8
* decoder: removed plugin method try_decode()Max Kellermann2008-11-101-24/+0
* decoder: fall back to next pluginMax Kellermann2008-11-101-4/+16
* decoder: wrapper functions for methods stream_decode() and file_decode()Max Kellermann2008-11-101-5/+66
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-081-11/+9
* decoder: removed "plugin" from the decoder structMax Kellermann2008-11-081-4/+0
* decoder: removed stream_typesMax Kellermann2008-11-041-8/+0
* decoder: update dc.error after input stream failureMax Kellermann2008-11-031-0/+1
* decoder: no CamelCaseMax Kellermann2008-11-031-19/+19
* decoder_api: automatically send stream tagMax Kellermann2008-11-031-0/+1
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-021-1/+8
* decoder: moved code to decoder_try_decode()Max Kellermann2008-11-021-6/+13
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-3/+0
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-021-1/+1
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-021-1/+1
* decoder: return const decoder_plugin structsMax Kellermann2008-11-011-1/+1
* update: check return valuesMax Kellermann2008-10-311-8/+12
* decoder: eliminate gotos in decodeStart()Max Kellermann2008-10-311-7/+12
* decoder: don't wake up player when command==NONEMax Kellermann2008-10-311-1/+0
* decoder: notify player after stopMax Kellermann2008-10-311-0/+1
* decoder: reset state and command in decoder_task()Max Kellermann2008-10-311-4/+4
* decoder: introduce switch statement in decoder_task()Max Kellermann2008-10-311-4/+10
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-9/+8
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-291-0/+3
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-261-1/+1