aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* input_stream: no CamelCaseMax Kellermann2008-10-261-5/+5
* path: removed pathcpy_trunc()Max Kellermann2008-10-201-5/+2
* input: declare struct input_streamMax Kellermann2008-10-171-1/+1
* decoder: notify player after entering decodeStart()Max Kellermann2008-10-171-0/+1
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-141-10/+11
* song: don't allow calling song_get_url(NULL)Max Kellermann2008-10-081-4/+1
* song: removed CamelCaseMax Kellermann2008-10-081-1/+1
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-3/+3
* song: converted typedef Song to struct songMax Kellermann2008-10-081-0/+1
* decoder: renamed plugin methodsMax Kellermann2008-09-291-19/+19
* notify: protect notify->pending with the mutexMax Kellermann2008-09-261-2/+0
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* renamed decoderInit() to decoder_thread_start()Max Kellermann2008-08-261-1/+1
* renamed decode.h to decoder_control.hMax Kellermann2008-08-261-1/+1
* renamed decode.c to decoder_thread.cMax Kellermann2008-08-261-0/+199