| Commit message (Expand) | Author | Files | Lines |
2014-07-09 | DecoderAPI: add function decoder_read_full() | Max Kellermann | 1 | -12/+2 |
2014-07-09 | DecoderAPI: add function decoder_skip() | Max Kellermann | 1 | -14/+1 |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -1155/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-14 | decoder/mad: use new[] instead of g_malloc() | Max Kellermann | 1 | -9/+9 |
2013-12-14 | DecoderAPI: add function decoder_read_full() | Max Kellermann | 1 | -12/+2 |
2013-12-14 | DecoderAPI: add function decoder_skip() | Max Kellermann | 1 | -14/+1 |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -1/+2 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 |
2013-10-26 | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 1 | -15/+8 |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 1 | -2/+2 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -10/+10 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -17/+17 |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -15/+15 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 |
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 1 | -6/+7 |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -6/+6 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -22/+26 |
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -20/+20 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+1 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -8/+7 |
2013-09-04 | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 1 | -2/+2 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -6/+6 |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -4/+4 |
2013-07-31 | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 1 | -2/+3 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -17/+15 |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | tag_id3: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-26 | tag_rva2: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-26 | decoder/mad: convert to C++ | Max Kellermann | 1 | -313/+295 |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -5/+7 |
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 |