aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-12ffmpeg: factor tag_type <-> ffmpeg tag name maps into a table.Anton Khirnov1-21/+32
2010-06-30pcm_buffer: make the buffer pointer "void"Max Kellermann1-1/+1
2010-06-25decoder/mp4ff: support tag "album artist"Max Kellermann1-0/+1
2010-06-25playlist_print: use playlist_open_any()Max Kellermann1-2/+2
2010-06-25playlist_queue: use playlist_open_any()Max Kellermann1-48/+2
2010-06-25playlist_any: new library to simplify opening playlist filesMax Kellermann2-0/+108
2010-06-25playlist_list: probe plugin without MIME attributesMax Kellermann1-3/+23
2010-06-25playlist_queue: simplify error handlerMax Kellermann1-9/+8
2010-06-25playlist_list: moved input_stream.ready loop to calling functionMax Kellermann1-22/+11
2010-06-25uri: really count dots in verify_uri_segment()Max Kellermann1-1/+4
2010-06-25playlist/cue: last track ends at end of fileMax Kellermann1-3/+2
2010-06-25song_print: simplified start_ms/end_ms checkMax Kellermann1-12/+10
2010-06-25playlist_list: wait for input stream to become readyAaron Griffith1-0/+22
2010-06-19Make get_remote_uid() work on BSDAndreas Vögele1-1/+7
2010-06-19client: increase send_buf from 4kB to 16kBAndrzej Rybczak1-1/+1
2010-06-19playlist: check "queued" before calling playlist_update_queued_song()Max Kellermann1-1/+1
2010-06-19playlist: protect acess to player state in playlist_sync()Max Kellermann1-2/+7
2010-06-19playlist: move checks out of playlist_sync_with_queue()Max Kellermann1-20/+21
2010-06-19player_control: hold mutex in pc_play(), pc_pause()Max Kellermann1-9/+42
2010-06-06filter/route: fixed unsigned/signed comparisonMax Kellermann1-1/+1
2010-06-06output/httpd: add libwrap supportTim Phipps1-0/+28
2010-06-01directory_print: print a list of playlist files in "lsinfo"Max Kellermann1-0/+61
2010-06-01playlist_list: export playlist_suffix_supported()Max Kellermann2-1/+10
2010-06-01playlist_list: playlist_list_open_path() returns input_streamMax Kellermann6-16/+39
2010-06-01playlist_list: move fallback g_uri_parse_scheme() to glib_compat.hMax Kellermann2-14/+16
2010-06-01playlist: emit IDLE_OPTIONS when resetting single modeMax Kellermann1-0/+2
2010-05-31single mode: at the end of the song, pause on the next song instead of stopRomain Bignon3-19/+13
2010-05-31directory_print: return voidMax Kellermann2-7/+3
2010-05-31fix crash when decoder is NULLRomain Bignon1-2/+2
2010-05-31decoder/mikmod: fix memory leakMax Kellermann1-2/+4
2010-05-31decoder/mikmod: duplicate the path only onceMax Kellermann1-2/+2
2010-05-31decoder/mikdmod: moved local variable declarations in tag_dup()Max Kellermann1-12/+8
2010-05-31decoder/wildmidi: moved local variable declarations in tag_dup()Max Kellermann1-7/+3
2010-05-31decoder/gme: replace macro GME_BUF_SIZEMax Kellermann1-4/+5
2010-05-31decoder/gme: added constants for sample rate and channelsMax Kellermann1-6/+12
2010-05-31decoder/gme: pass the whole buffer to decoder_data()Max Kellermann1-2/+2
2010-05-31decoder/gme: allocate tag later, fixes memory leakMax Kellermann1-1/+1
2010-05-31decoder/mp4ff: rename and move local variableMax Kellermann1-6/+5
2010-05-31decoder/mp4ff: merge code into mp4ff_input_stream_open()Max Kellermann1-17/+17
2010-05-31decoder/mp4ff: move mp4ff_callback_t into mp4ff_input_streamMax Kellermann1-12/+15
2010-05-31decoder/mp4ff: rename mp4_context to mp4ff_input_streamMax Kellermann1-9/+9
2010-05-31decoder/mp4ff: remove duplicate entries in the tag name tableMax Kellermann1-9/+5
2010-05-31decoder/mp4ff: moved code to mp4ff_tag_name_parse()Max Kellermann1-1/+7
2010-05-31tag_ape: remove duplicate entries in the tag name tableMax Kellermann1-13/+5
2010-05-31tag_ape: move code to tag_ape_name_parse()Max Kellermann1-1/+7
2010-05-31decoder/vorbis: rename local variable "ret"Max Kellermann1-6/+5
2010-05-31decoder/vorbis: implement method stream_tag()Max Kellermann1-11/+4
2010-05-31decoder/vorbis: move code to vorbis_open_stream()Max Kellermann1-19/+23
2010-05-30decoder/vorbis: use single global ov_callbacks constantMax Kellermann1-6/+9
2010-05-30decoder/vorbis: rename struct vorbis_decoder_data to vorbis_isMax Kellermann1-20/+19