aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.c
Commit message (Expand)AuthorAge
* decoder_api: prefer stream_tag over decoder_tagThomas Jansen2009-12-07
* audio_format: added function audio_format_to_string()Max Kellermann2009-11-14
* include config.h in all sourcesMax Kellermann2009-11-12
* decoder_control: merge next_song and current_songMax Kellermann2009-11-03
* decoder_api: check decoder==NULL in decoder_read()Max Kellermann2009-11-01
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-31
* decoder_control: protect command, state with a mutexMax Kellermann2009-08-13
* pcm_convert: use GError for error handlingMax Kellermann2009-07-23
* Preamp for missing replay-gainDaniel Seuthe2009-06-25
* decoder_api: removed dc.pipe assertion from decoder_read()Max Kellermann2009-04-26
* decoder: added assertions on dc.pipeMax Kellermann2009-04-25
* decoder_api: submit the song tag to the music pipeMax Kellermann2009-04-13
* 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
* decoder_api: log audio format in a debug messageMax Kellermann2009-03-01
* decoder_api: fixed shadow warning, rename "wait"Max Kellermann2009-02-19
* utils: use g_usleep() instead of my_usleep()Max Kellermann2009-02-19
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-15
* decoder_api: always notify_wait() for free chunksMax Kellermann2009-01-17
* decoder_api: pass const pointer to decoder_data()Max Kellermann2009-01-17
* pcm_convert: return PCM buffer from pcm_convert()Max Kellermann2009-01-17
* decoder_api: use music_pipe_write() instead of music_pipe_append()Max Kellermann2009-01-17
* decoder_api: added assertion on partial framesMax Kellermann2009-01-16
* decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()Max Kellermann2009-01-15
* decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann2009-01-13
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-07
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* input_stream: added tag() methodMax Kellermann2009-01-03
* decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann2009-01-03
* decoder_api: use GLib instead of utils.hMax Kellermann2009-01-03
* pcm_utils: check pcm_convert()==0Max Kellermann2008-12-24
* decoder_api.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* decoder: ignore decoder_data() calls with length==0Max Kellermann2008-11-21
* decoder: pass the correct buffer length to pcm_convert()Max Kellermann2008-11-18
* decoder: check length==0 in decoder_read()Max Kellermann2008-11-15
* decoder: additional dc.command checks in decoder_data()Max Kellermann2008-11-13
* decoder: wait for the player only if the music pipe is fullMax Kellermann2008-11-13
* decoder: check dc.command at the beginning of decoder_data()Max Kellermann2008-11-13
* decoder: ignore SEEK commands during initializationMax Kellermann2008-11-13
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* decoder: fixed assertion failure for decoder==NULL in decoder_read()Max Kellermann2008-11-11
* decoder: added more assertionsMax Kellermann2008-11-10
* decoder: no CamelCaseMax Kellermann2008-11-03
* decoder_api: send song tag in decoder_data()Max Kellermann2008-11-03
* decoder_api: automatically send stream tagMax Kellermann2008-11-03
* decoder_api: no CamelCaseMax Kellermann2008-11-03
* decoder_api: added decoder_tag()Max Kellermann2008-11-02