aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/MadDecoderPlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-15/+15
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann1-1/+1
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann1-6/+7
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-6/+6
2013-10-02Log: new logging library APIMax Kellermann1-22/+26
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann1-20/+20
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-8/+7
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann1-2/+2
2013-09-04util/Error: new error passing libraryMax Kellermann1-6/+6
2013-08-04DecoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-4/+4
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann1-2/+3
2013-07-30tag: convert to C++Max Kellermann1-17/+15
2013-07-29audio_check: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28tag_id3: convert to C++Max Kellermann1-5/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-26tag_rva2: convert to C++Max Kellermann1-1/+1
2013-07-26decoder/mad: convert to C++Max Kellermann1-313/+295
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