aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.c
Commit message (Expand)AuthorAge
...
* 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
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-02
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-02
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-02
* decoder: manage decoder list in a static arrayMax Kellermann2008-11-01
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* decoder_api: make the audio_format parameter mandatoryMax Kellermann2008-10-29
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* decoder_api: don't cast need_chunks() to intMax Kellermann2008-10-29
* input_stream: no CamelCaseMax Kellermann2008-10-26
* pcm_utils: added pcm_convert_init()Max Kellermann2008-10-21
* pcm_utils: no CamelCaseMax Kellermann2008-10-21
* input_stream: removed nmemb argumentMax Kellermann2008-10-17
* input: declare struct input_streamMax Kellermann2008-10-17
* song: removed CamelCaseMax Kellermann2008-10-08
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* don't include os_compat.hMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* switch to C99 types, part IIMax Kellermann2008-09-29
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-09
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* renamed player.c to player_control.cMax Kellermann2008-08-26
* renamed decode.h to decoder_control.hMax Kellermann2008-08-26
* moved global variable "pc" to player.hMax Kellermann2008-08-26
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-26
* moved variable "dc" to decode.hMax Kellermann2008-08-26
* added flag "decoder.seeking"Max Kellermann2008-08-26
* added decoder_read()Max Kellermann2008-08-26
* added decoder_plugin_register()Max Kellermann2008-08-26
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-26