| Commit message (Expand) | Author | Files | Lines |
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -4/+4 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -1/+2 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+1 |
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-31 | Tag: add method Clear() | Max Kellermann | 1 | -5/+3 |
2013-07-31 | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 1 | -1/+1 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -4/+4 |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -19/+19 |
2013-01-07 | decoder/ogg_codec: convert to C++ | Max Kellermann | 1 | -4/+1 |
2012-10-04 | decoder/flac: support FLAC files inside archives | Max Kellermann | 1 | -2/+32 |
2012-10-04 | decoder/flac: move flac_scan_file2() to main plugin file | Max Kellermann | 1 | -1/+9 |
2012-10-02 | decoder/flac: move callbacks to class FLACInput | Max Kellermann | 1 | -96/+13 |
2012-10-02 | decoder/flac: add ctor/dtor to struct flac_data | Max Kellermann | 1 | -6/+1 |
2012-10-02 | decoder/flac: add method FLACMetadataChain::Scan() | Max Kellermann | 1 | -9/+1 |
2012-10-02 | decoder/flac: add C++ libFLAC wrappers | Max Kellermann | 1 | -13/+8 |
2012-10-02 | decoder/flac: eliminate the obsolete "track number" code | Max Kellermann | 1 | -3/+2 |
2012-10-02 | decoder/flac: use C++ compiler | Max Kellermann | 1 | -27/+40 |
2012-10-02 | {decoder,encoder}/flac: drop support for libFLAC 1.1 | Max Kellermann | 1 | -54/+5 |
2012-09-04 | decoder/ogg_common: rename to ogg_codec.c | Max Kellermann | 1 | -3/+3 |
2012-09-04 | decoder/ogg_common: pass decoder to _type_detect() | Max Kellermann | 1 | -1/+1 |
2012-09-04 | decoder/_ogg_common: rename to ogg_common.c | Max Kellermann | 1 | -2/+2 |
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -17/+13 |
2012-02-11 | decoder/flac: check for errors only after _process_single() | Max Kellermann | 1 | -8/+6 |
2012-02-11 | decoder/flac: symmetric FLAC__stream_decoder_finish() calls | Max Kellermann | 1 | -1/+3 |
2012-02-11 | decoder/flac: use error messages from libFLAC | Max Kellermann | 1 | -27/+7 |
2012-02-11 | decoder/flac: eliminate the remaining "gotos" | Max Kellermann | 1 | -42/+54 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -4/+5 |
2011-03-23 | decoder/flac: fix enum mismatch in flac_tell_cb() | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -1/+6 |
2010-01-06 | decoder/flac: support streams without STREAMINFO block | Max Kellermann | 1 | -0/+12 |
2010-01-06 | decoder/flac: moved decoder initialization to _flac_common.c | Max Kellermann | 1 | -15/+4 |
2010-01-06 | decoder/flac: remember audio_format, not stream_info | Max Kellermann | 1 | -3/+3 |
2010-01-06 | decoder/flac: removed CUE sheet support | Max Kellermann | 1 | -295/+1 |
2010-01-06 | decoder/flac: moved flac_tag_load() to flac_metadata.c | Max Kellermann | 1 | -53/+0 |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-29 | decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types | Max Kellermann | 1 | -2/+8 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -2/+2 |
2009-11-11 | decoder/flac: check "seekable" in libFLAC callbacks | Max Kellermann | 1 | -0/+6 |
2009-11-11 | decoder/flac: moved code to flac_data_get_audio_format() | Max Kellermann | 1 | -12/+4 |
2009-11-11 | decoder/flac: use stream_info instead of audio_format | Max Kellermann | 1 | -2/+2 |
2009-11-11 | decoder/flac: calculate time stamp from current frame | Max Kellermann | 1 | -7/+2 |
2009-11-11 | decoder/flac: calculate bit rate in flac_common_write() | Max Kellermann | 1 | -11/+12 |
2009-11-11 | decoder/flac: store the whole stream info object, not duration | Max Kellermann | 1 | -4/+10 |
2009-11-11 | decoder/flac: merge code into flac_decoder_initialize() | Max Kellermann | 1 | -50/+39 |
2009-11-11 | decoder/flac: merged code into flac_decoder_new() | Max Kellermann | 1 | -28/+27 |
2009-11-11 | decoder/flac: free the "pathname" variable earlier | Max Kellermann | 1 | -31/+15 |