summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann
2010-01-16output/alsa: probe all sample formats in a loopMax Kellermann
2010-01-16output/alsa: merged code into alsa_output_try_format()Max Kellermann
2010-01-16output/alsa: pass sample_format to get_bitformat()Max Kellermann
2010-01-16output/alsa: moved code to alsa_output_setup_format()Max Kellermann
2010-01-16test/run_convert: implement a GLib log callbackMax Kellermann
2010-01-16test/run_convert: use fifo_buffer to adapt to odd sample sizesMax Kellermann
2010-01-06decoder/flac: support streams without STREAMINFO blockMax Kellermann
2010-01-06decoder/flac: pass bits_per_sample to flac_sample_format()Max Kellermann
2010-01-06decoder/flac: moved decoder initialization to _flac_common.cMax Kellermann
2010-01-06decoder/flac: remember audio_format, not stream_infoMax Kellermann
2010-01-06decoder/flac: removed CUE sheet supportMax Kellermann
2010-01-06playlist: added a FLAC playlist pluginMax Kellermann
2010-01-06decoder/flac: moved flac_tag_load() to flac_metadata.cMax Kellermann
2010-01-06tag: fixed memmove() size argument in tag_delete_item()Max Kellermann
2010-01-06playlist_queue: convert absolute pathsMax Kellermann
2010-01-06playlist_queue: use the "uri" variable earlierMax Kellermann
2010-01-04input/rewind: enable the "rewind" wrapper for all non-seekable streamsMax Kellermann
2010-01-04renamed decoder plugin sourcesMax Kellermann
2010-01-04decoder/mad: fix build error without libid3tagMax Kellermann
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann
2010-01-04replay_gain: moved code to replay_gain_info.cMax Kellermann
2010-01-04replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann
2010-01-04replay_gain: added function replay_gain_info_dup()Max Kellermann
2010-01-04valgrind.suppressions: added new suppressionsMax Kellermann
2010-01-02replay_gain: removed overly verbose debug messageMax Kellermann
2010-01-02configure.ac: disable -Wdeclaration-after-statementMax Kellermann
2010-01-02output_all: reset elapsed_time at song borderMax Kellermann
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann
2010-01-01updated valgrind.suppressionsMax Kellermann
2010-01-01configure.ac: expose variables OPENAL_CFLAGS and OPENAL_LIBSMax Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-12-31decoder: switch a bunch of plugins to stream_tag()Max Kellermann
2009-12-31decoder_plugin: added method stream_tag()Max Kellermann
2009-12-31song_update: use decoder_plugin_tag_dup()Max Kellermann
2009-12-31archive: use reference counting for archive+inputMax Kellermann
2009-12-31refcount: library for reference countingMax Kellermann
2009-12-31input/archive: don't initialize input_stream.readyMax Kellermann
2009-12-31archive/bz2: allocate buffer staticallyMax Kellermann
2009-12-31archive/bz2: added struct bz2_input_streamMax Kellermann
2009-12-31archive/iso9660: added struct iso9660_input_streamMax Kellermann
2009-12-31archive/iso9660: set input_stream.{size,offset}Max Kellermann
2009-12-31archive/zzip: added struct zzip_input_streamMax Kellermann
2009-12-31archive/zzip: set input_stream.{size,offset}Max Kellermann
2009-12-31Makefile.am: added unit tests for the archive pluginsMax Kellermann
2009-12-30Merge vorbis+icy fixes from branch 'v0.15.x'Max Kellermann
2009-12-30input/curl: removed the built-in rewinding codeMax Kellermann
2009-12-29input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann