aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-18decoder_api: removed function decoder_get_uri()Max Kellermann5-44/+11
2010-01-18input_stream: added attribute "uri"Max Kellermann8-10/+18
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann9-2/+16
2010-01-17decoder_thread: don't fall back to "mad" unless no plugin matchesMax Kellermann1-1/+2
2010-01-17decoder_thread: don't try a plugin twice (MIME type & suffix)Max Kellermann1-10/+56
2010-01-17decoder/ffmpeg: added more MIME typesMax Kellermann1-0/+6
2010-01-17fd_util: include ws2tcpip.h for socklen_tMax Kellermann1-0/+1
2010-01-17fd_util: fixed WIN32 versions of pipe()Max Kellermann1-2/+2
2010-01-17text_file: don't strip trailing whitespaceMax Kellermann1-1/+6
2010-01-17output/pulse: clear the "mainloop" attribute on errorMax Kellermann1-2/+3
2010-01-17decoder/ffmpeg: append file name suffix to virtual stream URLMax Kellermann1-4/+28
2010-01-17output/alsa: support packed 24 bit samplesMax Kellermann1-0/+13
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann9-1/+263
2010-01-16output/alsa: probe all sample formats in a loopMax Kellermann1-36/+34
2010-01-16output/alsa: merged code into alsa_output_try_format()Max Kellermann1-51/+71
2010-01-16output/alsa: pass sample_format to get_bitformat()Max Kellermann1-3/+3
2010-01-16output/alsa: moved code to alsa_output_setup_format()Max Kellermann1-72/+80
2010-01-16queue: don't repeat current song in consume modeMax Kellermann1-2/+2
2010-01-16decoder_thread: fix CUE track playbackMax Kellermann1-5/+10
2010-01-06decoder/flac: support streams without STREAMINFO blockMax Kellermann2-1/+52
2010-01-06decoder/flac: pass bits_per_sample to flac_sample_format()Max Kellermann1-3/+3
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann4-51/+23
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann4-25/+47
2010-01-06decoder/flac: removed CUE sheet supportMax Kellermann3-359/+1
2010-01-06playlist: added a FLAC playlist pluginMax Kellermann3-0/+199
2010-01-06decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann3-53/+56
2010-01-06tag: fixed memmove() size argument in tag_delete_item()Max Kellermann1-1/+1
2010-01-06playlist_queue: convert absolute pathsMax Kellermann1-4/+16
2010-01-06playlist_queue: use the "uri" variable earlierMax Kellermann1-6/+7
2010-01-04input/rewind: enable the "rewind" wrapper for all non-seekable streamsMax Kellermann2-15/+2
2010-01-04renamed decoder plugin sourcesMax Kellermann15-0/+0
2010-01-04decoder/mad: fix build error without libid3tagMax Kellermann1-1/+0
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann6-13/+7
2010-01-04replay_gain: moved code to replay_gain_info.cMax Kellermann9-52/+108
2010-01-04replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann7-76/+207
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann21-92/+99
2010-01-04replay_gain: added function replay_gain_info_dup()Max Kellermann2-0/+12
2010-01-02replay_gain: removed overly verbose debug messageMax Kellermann1-1/+0
2010-01-02output_all: reset elapsed_time at song borderMax Kellermann3-0/+16
2010-01-02dbUtils: return empty tag value only if no value was foundMax Kellermann1-1/+4
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann21-299/+292
2009-12-31Update copyright notices.Avuton Olrich382-383/+383
2009-12-31decoder: switch a bunch of plugins to stream_tag()Max Kellermann7-110/+45
2009-12-31decoder_plugin: added method stream_tag()Max Kellermann3-1/+49
2009-12-31song_update: use decoder_plugin_tag_dup()Max Kellermann1-1/+1
2009-12-31archive: use reference counting for archive+inputMax Kellermann5-8/+32
2009-12-31refcount: library for reference countingMax Kellermann1-0/+66
2009-12-31input/archive: don't initialize input_stream.readyMax Kellermann4-2/+3
2009-12-31archive/bz2: allocate buffer staticallyMax Kellermann1-7/+3
2009-12-31archive/bz2: added struct bz2_input_streamMax Kellermann1-21/+32