aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-02input_curl: buffered rewindingMax Kellermann1-3/+115
2008-11-02decoder_api: added decoder_tag()Max Kellermann3-2/+30
2008-11-02aac, mod: moved decoder command check into loop conditionMax Kellermann2-18/+9
2008-11-02aac, mod: don't check for SEEK commandMax Kellermann2-18/+2
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann15-44/+37
2008-11-02music_pipe: add tag pointer to the music_chunk structMax Kellermann2-1/+41
2008-11-02music_pipe: added functions chunk_init() and chunk_free()Max Kellermann1-10/+38
2008-11-02music_pipe: document struct music_chunkMax Kellermann1-0/+11
2008-11-02music_pipe: removed "volatile"Max Kellermann1-2/+2
2008-11-02music_pipe: renamed "size" to "num_chunks"Max Kellermann2-13/+12
2008-11-02music_pipe: no CamelCaseMax Kellermann4-29/+29
2008-11-02music_pipe: set bit_rate and time in music_pipe_append()Max Kellermann1-10/+10
2008-11-02music_pipe: moved code to music_chunk_append()Max Kellermann1-13/+28
2008-11-02music_pipe: renamed "ob" to "music_pipe"Max Kellermann2-49/+49
2008-11-02music_pipe: more wrapper functionsMax Kellermann2-8/+33
2008-11-02music_pipe: use GLib instead of utils.hMax Kellermann1-3/+3
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann6-22/+34
2008-11-02music_pipe: pass frame size to tail_chunk()Max Kellermann1-3/+2
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann6-55/+56
2008-11-02music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann5-19/+24
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann8-10/+10
2008-11-02decoder: enable decoders even if they have no init() methodMax Kellermann1-1/+1
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann11-32/+41
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann12-23/+23
2008-11-01decoder: manage decoder list in a static arrayMax Kellermann4-109/+78
2008-11-01decoder: return const decoder_plugin structsMax Kellermann7-20/+24
2008-11-01permission: store passwords in GHashTableMax Kellermann1-17/+20
2008-11-01tag: use GLib instead of utils.hMax Kellermann1-8/+10
2008-11-01utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann3-17/+8
2008-11-01tag: don't return const string from fix_utf8()Max Kellermann1-13/+13
2008-11-01alsa, jack: no const pointers for allocated stringsMax Kellermann2-26/+42
2008-10-31path: removed sanitizePathDup()Max Kellermann3-47/+2
2008-10-31mapper: check for "." and ".."Max Kellermann1-0/+5
2008-10-31update: check return valuesMax Kellermann4-16/+28
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann7-58/+81
2008-10-31mapper: use g_warning() for loggingMax Kellermann1-5/+5
2008-10-31decoder: eliminate gotos in decodeStart()Max Kellermann1-7/+12
2008-10-31decoder: don't wake up player when command==NONEMax Kellermann1-1/+0
2008-10-31decoder: notify player after stopMax Kellermann1-0/+1
2008-10-31decoder: reset state and command in decoder_task()Max Kellermann1-4/+4
2008-10-31decoder: introduce switch statement in decoder_task()Max Kellermann1-4/+10
2008-10-31decoder_api: pass constant path pointersMax Kellermann12-29/+43
2008-10-31input_stream: pass const url to input_stream_open()Max Kellermann2-2/+2
2008-10-31client: use boolMax Kellermann2-2/+2
2008-10-31removed UTF-8 library, use GLib insteadMax Kellermann5-199/+12
2008-10-31removed unneed check for protocol in shout plugin, will assume icecast2 proto...Alam Arias1-2/+0
2008-10-31path: free GLib error in fs_charset_to_utf8()Max Kellermann1-1/+3
2008-10-31directory: directory_free() frees childrenMax Kellermann1-0/+7
2008-10-31added prefix to header macrosMax Kellermann75-150/+150
2008-10-31client: don't try again after partial writeMax Kellermann1-0/+1