aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mad_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-26input_stream: forward-declare the structMax Kellermann1-5/+7
2013-01-05DecoderAPI: _replay_gain() returns voidMax Kellermann1-3/+2
2012-09-25decoder_control: remove MixRamp debug messagesMax Kellermann1-3/+2
2012-08-29decoder/mad, output_thread: add gcc_unlikely()Max Kellermann1-2/+2
2012-02-11decoder_plugin: scan tags with callback tableMax Kellermann1-8/+8
2011-09-16input_stream: non-blocking I/OMax Kellermann1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-21decoder/mad: work around build failure on SolarisAlex Viskovatoff1-2/+2
2010-09-23decoder_control: use g_free() to manage mixramp allocationsMax Kellermann1-2/+2
2010-07-20decoder/mad: move RVA2 code to tag_rva2.cMax Kellermann1-89/+2
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-2/+5
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+47
2010-02-17replay_gain_info: allocate the struct staticallyMax Kellermann1-24/+15
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder/mad: fix build error without libid3tagMax Kellermann1-1/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-42/+31
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-31decoder: switch a bunch of plugins to stream_tag()Max Kellermann1-12/+8
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-1/+0
2009-12-15input_stream: return errors with GErrorMax Kellermann1-2/+2
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-1/+2
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-2/+16
2009-11-12include config.h in all sourcesMax Kellermann1-2/+2
2009-10-11input_stream: use "goffset" instead of "off_t"Max Kellermann1-4/+4
2009-07-22mad: skip ID3 frames when libid3tag is disabledMax Kellermann1-6/+28
2009-07-19Add audio_format_init() functionDavid Woodhouse1-8/+2
2009-04-28mad_decoder: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-4/+4
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-17decoders: added and fixed GLib log domainsMax Kellermann1-3/+5
2009-02-16renamed decoder plugin "mp3" to "mad"Max Kellermann1-2/+2
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-1/+2
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann1-4/+2
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-9/+7
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2008-12-28Add RVA2 tag support to MPDPauli Virtanen1-0/+94
2008-12-24mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann1-2/+2
2008-12-08mp3: declare variables as "enum mp3_action"Max Kellermann1-2/+2
2008-11-27mp3: use GLib loggingMax Kellermann1-19/+18
2008-11-13mp3: fix SEEK command check after mp3_synth_and_send()Max Kellermann1-5/+3
2008-11-11mp3: support stream tagsMax Kellermann1-1/+8
2008-11-11mp3: eliminated duplicate command checkMax Kellermann1-18/+20
2008-11-11decoder: return void from decode() methodsMax Kellermann1-6/+3
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann1-6/+6
2008-11-11replay_gain: no CamelCaseMax Kellermann1-22/+25
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-03decoder_api: automatically send stream tagMax Kellermann1-41/+5
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-2/+2
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-2/+2