| Commit message (Expand) | Author | Files | Lines |
2013-01-05 | DecoderAPI: _replay_gain() returns void | Max Kellermann | 1 | -3/+2 |
2012-09-25 | decoder_control: remove MixRamp debug messages | Max Kellermann | 1 | -3/+2 |
2012-08-29 | decoder/mad, output_thread: add gcc_unlikely() | Max Kellermann | 1 | -2/+2 |
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -8/+8 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-12-21 | decoder/mad: work around build failure on Solaris | Alex Viskovatoff | 1 | -2/+2 |
2010-09-23 | decoder_control: use g_free() to manage mixramp allocations | Max Kellermann | 1 | -2/+2 |
2010-07-20 | decoder/mad: move RVA2 code to tag_rva2.c | Max Kellermann | 1 | -89/+2 |
2010-05-08 | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 1 | -2/+5 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+47 |
2010-02-17 | replay_gain_info: allocate the struct statically | Max Kellermann | 1 | -24/+15 |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 |
2010-01-04 | decoder/mad: fix build error without libid3tag | Max Kellermann | 1 | -1/+0 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -42/+31 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-31 | decoder: switch a bunch of plugins to stream_tag() | Max Kellermann | 1 | -12/+8 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -1/+0 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -2/+2 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+2 |
2009-11-14 | decoder: use audio_format_init_checked() | Max Kellermann | 1 | -2/+16 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -2/+2 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 1 | -4/+4 |
2009-07-22 | mad: skip ID3 frames when libid3tag is disabled | Max Kellermann | 1 | -6/+28 |
2009-07-19 | Add audio_format_init() function | David Woodhouse | 1 | -8/+2 |
2009-04-28 | mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -4/+4 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-17 | decoders: added and fixed GLib log domains | Max Kellermann | 1 | -3/+5 |
2009-02-16 | renamed decoder plugin "mp3" to "mad" | Max Kellermann | 1 | -2/+2 |
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -1/+2 |
2009-01-17 | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 1 | -4/+2 |
2009-01-17 | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 1 | -9/+7 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 |
2008-12-28 | Add RVA2 tag support to MPD | Pauli Virtanen | 1 | -0/+94 |
2008-12-24 | mp3: "tag" argument is unused when libid3tag is disabled | Max Kellermann | 1 | -2/+2 |
2008-12-08 | mp3: declare variables as "enum mp3_action" | Max Kellermann | 1 | -2/+2 |
2008-11-27 | mp3: use GLib logging | Max Kellermann | 1 | -19/+18 |
2008-11-13 | mp3: fix SEEK command check after mp3_synth_and_send() | Max Kellermann | 1 | -5/+3 |
2008-11-11 | mp3: support stream tags | Max Kellermann | 1 | -1/+8 |
2008-11-11 | mp3: eliminated duplicate command check | Max Kellermann | 1 | -18/+20 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -6/+3 |
2008-11-11 | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 1 | -6/+6 |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 1 | -22/+25 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -1/+0 |
2008-11-03 | decoder_api: automatically send stream tag | Max Kellermann | 1 | -41/+5 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -2/+2 |
2008-11-01 | decoder: make the suffixes and mime_types arrays really const | Max Kellermann | 1 | -2/+2 |
2008-11-01 | decoder: make all decoder_plugin structs const | Max Kellermann | 1 | -1/+1 |
2008-10-31 | decoder_api: pass constant path pointers | Max Kellermann | 1 | -2/+2 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -14/+14 |