aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
Commit message (Expand)AuthorAge
* include config.h in all sourcesMax Kellermann2009-11-12
* decoder_thread: close input fileMax Kellermann2009-11-07
* decoder_thread: check for STOP before calling the pluginMax Kellermann2009-11-07
* decoder_thread: moved code to decoder_input_stream_open()Max Kellermann2009-11-07
* decoder_thread: added local variable "dc" in decoder_run_file()Max Kellermann2009-11-07
* decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann2009-11-07
* decoder_thread: open input stream on demandMax Kellermann2009-11-07
* decoder_thread: moved plugin loops to separate functionsMax Kellermann2009-11-07
* decoder_thread: initialize decoder_control.quitMax Kellermann2009-11-04
* decoder_control: merge next_song and current_songMax Kellermann2009-11-03
* decoder_thread: unlock the decoder while checking the streamMax Kellermann2009-11-03
* decoder_thread: open input stream after command finishedMax Kellermann2009-11-03
* decoder_control: make the song objects constMax Kellermann2009-11-03
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-31
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-20
* decoder_thread: removed redundant NULL assignmentsMax Kellermann2009-10-11
* Merge branch 'v0.15.x'Max Kellermann2009-10-11
|\
| * decoder_thread: change the fallback decoder name to "mad"Max Kellermann2009-10-11
* | decoder_control: protect command, state with a mutexMax Kellermann2009-08-13
|/
* decoder_thread: reopen the stream after file_decode() has failedMax Kellermann2009-06-19
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-13
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-15
* all: Update copyright header.Avuton Olrich2009-03-13
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-06
* music_pipe: added music_pipe_push()Max Kellermann2009-03-06
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-15
* decoder_plugin: added inline wrapper functionsMax Kellermann2009-02-15
* decoder_thread: re-enable file decodersMax Kellermann2009-02-11
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-30
* decoder_control: added decoder_control.threadMax Kellermann2009-01-25
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-07
* initialize GError pointersMax Kellermann2009-01-04
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-04
* ls: include cleanupMax Kellermann2009-01-04
* input_stream: added tag() methodMax Kellermann2009-01-03
* mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann2009-01-02
* decoder_thread: migrate from pthread to glib threadsThomas Jansen2008-12-28
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-28
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-28
* decoder: added missing glib.h includeMax Kellermann2008-11-25
* decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* decoder: ignore the SEEK command during startupMax Kellermann2008-11-20
* decoder: fixed typo in assertionMax Kellermann2008-11-11
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* decoder: removed plugin method try_decode()Max Kellermann2008-11-10
* decoder: fall back to next pluginMax Kellermann2008-11-10
* decoder: wrapper functions for methods stream_decode() and file_decode()Max Kellermann2008-11-10