aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-17decoder_api: always notify_wait() for free chunksMax Kellermann1-2/+1
2009-01-17decoder_api: pass const pointer to decoder_data()Max Kellermann1-1/+1
2009-01-17pcm_convert: return PCM buffer from pcm_convert()Max Kellermann1-20/+6
2009-01-17decoder_api: use music_pipe_write() instead of music_pipe_append()Max Kellermann1-14/+33
2009-01-16decoder_api: added assertion on partial framesMax Kellermann1-0/+1
2009-01-15decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized()Max Kellermann1-1/+1
2009-01-13decoder_api: don't ignore DECODE_COMMAND_STOPMax Kellermann1-2/+1
2009-01-07pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann1-2/+0
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-3/+2
2009-01-03input_stream: added tag() methodMax Kellermann1-65/+59
2009-01-03decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann1-7/+17
2009-01-03decoder_api: use GLib instead of utils.hMax Kellermann1-4/+5
2008-12-24pcm_utils: check pcm_convert()==0Max Kellermann1-0/+7
2008-11-24decoder_api.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-6/+7
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+1
2008-11-21decoder: ignore decoder_data() calls with length==0Max Kellermann1-1/+2
2008-11-18decoder: pass the correct buffer length to pcm_convert()Max Kellermann1-5/+6
2008-11-15decoder: check length==0 in decoder_read()Max Kellermann1-0/+3
2008-11-13decoder: additional dc.command checks in decoder_data()Max Kellermann1-0/+3
2008-11-13decoder: wait for the player only if the music pipe is fullMax Kellermann1-4/+5
2008-11-13decoder: check dc.command at the beginning of decoder_data()Max Kellermann1-0/+4
2008-11-13decoder: ignore SEEK commands during initializationMax Kellermann1-1/+4
2008-11-11replay_gain: no CamelCaseMax Kellermann1-3/+3
2008-11-11decoder: fixed assertion failure for decoder==NULL in decoder_read()Max Kellermann1-1/+2
2008-11-10decoder: added more assertionsMax Kellermann1-0/+10
2008-11-03decoder: no CamelCaseMax Kellermann1-4/+4
2008-11-03decoder_api: send song tag in decoder_data()Max Kellermann1-8/+26
2008-11-03decoder_api: automatically send stream tagMax Kellermann1-0/+51
2008-11-03decoder_api: no CamelCaseMax Kellermann1-34/+32
2008-11-02decoder_api: added decoder_tag()Max Kellermann1-0/+13
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-16/+8
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann1-10/+13
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann1-2/+2
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann1-1/+1
2008-11-01decoder: manage decoder list in a static arrayMax Kellermann1-11/+0
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-2/+2
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-5/+0
2008-10-29decoder_api: make the audio_format parameter mandatoryMax Kellermann1-5/+3
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-5/+4
2008-10-29decoder_api: don't cast need_chunks() to intMax Kellermann1-4/+4
2008-10-26input_stream: no CamelCaseMax Kellermann1-3/+3
2008-10-21pcm_utils: added pcm_convert_init()Max Kellermann1-1/+1
2008-10-21pcm_utils: no CamelCaseMax Kellermann1-5/+5
2008-10-17input_stream: removed nmemb argumentMax Kellermann1-1/+1
2008-10-17input: declare struct input_streamMax Kellermann1-3/+5
2008-10-08song: removed CamelCaseMax Kellermann1-1/+1
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-10-08song: converted typedef Song to struct songMax Kellermann1-0/+1
2008-09-29switch to C99 types, part IIMax Kellermann1-1/+1