aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-20decoder/mad: move RVA2 code to tag_rva2.cMax Kellermann3-89/+151
2010-07-20replay_gain_info: fix indentationMax Kellermann1-10/+7
2010-07-20input/curl: remove assertion after curl_multi_fdset()Max Kellermann1-2/+0
2010-07-20input/curl: query timeout from CURLMax Kellermann1-1/+18
2010-07-20tag_rva2: set "gain", not "peak"Max Kellermann1-2/+2
2010-07-20decoder/mad: parse_rva2() returns boolMax Kellermann1-9/+8
2010-07-20decoder/wildmidi: support version 0.2.3Max Kellermann1-0/+4
2010-07-19decoder/ffmpeg: fix libavformat 0.6 by using av_open_input_stream()Max Kellermann1-89/+65
2010-07-19decoder/ffmpeg: manual format probingMax Kellermann1-2/+47
2010-07-12ffmpeg: read the audio stream metadata in addition to globalAnton Khirnov1-1/+5
2010-07-12ffmpeg: factor tag_type <-> ffmpeg tag name maps into a table.Anton Khirnov1-21/+32
2010-06-30decoder/ffmpeg: fix libavformat 0.6 by using av_open_input_stream()Max Kellermann1-82/+52
2010-06-30decoder/ffmpeg: manual format probingMax Kellermann1-4/+47
2010-06-30decoder/ffmpeg: free URI, fix memory leakMax Kellermann1-1/+3
2010-06-30decoder/vorbis: handle uri==NULLMax Kellermann1-0/+3
2010-06-30ffmpeg: read more metadata.Anton Khirnov1-1/+10
2010-06-30decoder/ffmpeg: free AVFormatContext on errorMax Kellermann1-0/+4
2010-06-30pcm_buffer: make the buffer pointer "void"Max Kellermann1-1/+1
2010-06-30decoder/mp4ff: support tag "album artist"Max Kellermann1-0/+1
2010-06-30Make get_remote_uid() work on BSDAndreas Vögele1-1/+7
2010-06-30playlist: emit IDLE_OPTIONS when resetting single modeMax Kellermann1-0/+3
2010-06-30directory_print: return voidMax Kellermann2-7/+3
2010-06-30decoder/mikmod: fix memory leakMax Kellermann1-2/+4
2010-06-30decoder/mp4ff: remove duplicate entries in the tag name tableMax Kellermann1-9/+5
2010-06-30decoder/mp4ff: moved code to mp4ff_tag_name_parse()Max Kellermann1-1/+7
2010-06-30tag_ape: remove duplicate entries in the tag name tableMax Kellermann1-7/+5
2010-06-30tag: added function tag_name_parse()Max Kellermann3-12/+60
2010-06-30tag_ape: move code to tag_ape_name_parse()Max Kellermann1-1/+7
2010-06-30decoder/vorbis: use single global ov_callbacks constantMax Kellermann1-7/+9
2010-06-30decoder/mp4ff: support tags "albumartist", "band"Max Kellermann1-0/+2
2010-06-30decoder/mp4ff: use tag_table.h to parse tag namesMax Kellermann1-18/+15
2010-06-30tag_ape: move table lookup to tag_table.hMax Kellermann2-9/+52
2010-06-30tag_ape: support album artistMax Kellermann1-0/+1
2010-06-30tag_ape: simplified the apeItems arrayMax Kellermann1-22/+12
2010-06-30tag_ape: moved code to tag_ape_import_item()Max Kellermann1-12/+22
2010-06-30tag_ape: converted apeItems and tagItems to global varsMax Kellermann1-20/+20
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