summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-03configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann
2008-11-03alsa: initialize "device" with NULLMax Kellermann
2008-11-03mod: removed boolean globals for lazy initMax Kellermann
2008-11-03mod: always initialize libmikmodMax Kellermann
2008-11-02output: don't allow length==0Max Kellermann
2008-11-02player: don't play empty chunksMax Kellermann
2008-11-02ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann
2008-11-02removed unused sourcesMax Kellermann
2008-11-02player: copy stream tag to the song structMax Kellermann
2008-11-02player: added player.songMax Kellermann
2008-11-02ffmpeg: don't rewind stream in url_close()Max Kellermann
2008-11-02decoder: rewind input stream after try_decode()Max Kellermann
2008-11-02decoder: moved code to decoder_try_decode()Max Kellermann
2008-11-02player: send chunk tag to audio deviceMax Kellermann
2008-11-02crossfade: copy tagMax Kellermann
2008-11-02ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann
2008-11-02ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann
2008-11-02input_curl: buffered rewindingMax Kellermann
2008-11-02decoder_api: added decoder_tag()Max Kellermann
2008-11-02aac, mod: moved decoder command check into loop conditionMax Kellermann
2008-11-02aac, mod: don't check for SEEK commandMax Kellermann
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann
2008-11-02music_pipe: add tag pointer to the music_chunk structMax Kellermann
2008-11-02music_pipe: added functions chunk_init() and chunk_free()Max Kellermann
2008-11-02music_pipe: document struct music_chunkMax Kellermann
2008-11-02music_pipe: removed "volatile"Max Kellermann
2008-11-02music_pipe: renamed "size" to "num_chunks"Max Kellermann
2008-11-02music_pipe: no CamelCaseMax Kellermann
2008-11-02music_pipe: set bit_rate and time in music_pipe_append()Max Kellermann
2008-11-02music_pipe: moved code to music_chunk_append()Max Kellermann
2008-11-02music_pipe: renamed "ob" to "music_pipe"Max Kellermann
2008-11-02music_pipe: more wrapper functionsMax Kellermann
2008-11-02music_pipe: use GLib instead of utils.hMax Kellermann
2008-11-02decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann
2008-11-02music_pipe: pass frame size to tail_chunk()Max Kellermann
2008-11-02music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann
2008-11-02music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann
2008-11-02decoder: enable decoders even if they have no init() methodMax Kellermann
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann
2008-11-01decoder: manage decoder list in a static arrayMax Kellermann
2008-11-01decoder: return const decoder_plugin structsMax Kellermann
2008-11-01permission: store passwords in GHashTableMax Kellermann
2008-11-01tag: use GLib instead of utils.hMax Kellermann
2008-11-01utils: use GUINT32_FROM_LE() instead of readLEuint32()Max Kellermann
2008-11-01tag: don't return const string from fix_utf8()Max Kellermann
2008-11-01alsa, jack: no const pointers for allocated stringsMax Kellermann
2008-10-31path: removed sanitizePathDup()Max Kellermann
2008-10-31mapper: check for "." and ".."Max Kellermann