| Commit message (Expand) | Author | Files | Lines |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -7/+7 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -2/+2 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -9/+9 |
2013-10-23 | InputStream: add method Rewind() | Max Kellermann | 1 | -2/+1 |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -8/+9 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 1 | -1/+1 |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -9/+2 |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 1 | -1/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -9/+11 |
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -6/+5 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -3/+3 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -7/+7 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -5/+5 |
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 | -2/+2 |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -0/+1 |
2013-01-07 | input_stream: add method _cheap_seeking() | Max Kellermann | 1 | -3/+1 |
2013-01-07 | decoder/ogg_codec: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | decoder/vorbis: convert to C++ | Max Kellermann | 1 | -13/+24 |
2012-09-25 | decoder/vorbis: skip 16 bit quantisation, provide float samples | Simon Hosie | 1 | -0/+44 |
2012-09-25 | decoder/vorbis: rename local variables | Max Kellermann | 1 | -14/+13 |
2012-09-25 | decoder/vorbis: improved support for initial seek | Max Kellermann | 1 | -1/+1 |
2012-09-25 | decoder/vorbis: make variables more local | Max Kellermann | 1 | -26/+20 |
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 | -1/+1 |
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -10/+11 |
2012-02-11 | decoder/vorbis: move code to vorbis_comment.c | Max Kellermann | 1 | -103/+1 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -2/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-05-31 | fix crash when decoder is NULL | Romain Bignon | 1 | -2/+2 |
2010-05-31 | decoder/vorbis: rename local variable "ret" | Max Kellermann | 1 | -6/+5 |
2010-05-31 | decoder/vorbis: implement method stream_tag() | Max Kellermann | 1 | -11/+4 |
2010-05-31 | decoder/vorbis: move code to vorbis_open_stream() | Max Kellermann | 1 | -19/+23 |
2010-05-30 | decoder/vorbis: use single global ov_callbacks constant | Max Kellermann | 1 | -6/+9 |
2010-05-30 | decoder/vorbis: rename struct vorbis_decoder_data to vorbis_is | Max Kellermann | 1 | -20/+19 |
2010-02-17 | replay_gain_info: allocate the struct statically | Max Kellermann | 1 | -16/+8 |
2010-01-18 | decoder_api: removed function decoder_get_uri() | Max Kellermann | 1 | -13/+4 |
2010-01-04 | renamed decoder plugin sources | Max Kellermann | 1 | -0/+0 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -8/+3 |
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 | -1/+6 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -1/+0 |