| Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -2/+2 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -1/+2 |
2009-11-14 | decoder: use audio_format_init_checked() | Max Kellermann | 1 | -7/+6 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -4/+1 |
2009-11-12 | decoder/vorbis: fixed gcc "signed" warning | Max Kellermann | 1 | -2/+2 |
2009-11-11 | decoder/vorbis: initialize before entering the loop | Max Kellermann | 1 | -21/+37 |
2009-11-11 | decoder/vorbis: moved error strings to vorbis_strerror() | Max Kellermann | 1 | -24/+26 |
2009-11-11 | decoder/vorbis: removed the OggCallbackData typedef | Max Kellermann | 1 | -6/+7 |
2009-11-11 | decoder/vorbis: fix typo in comment | Max Kellermann | 1 | -1/+1 |
2009-11-11 | decoder/vorbis: removed redundant "bits" initialization | Max Kellermann | 1 | -1/+0 |
2009-11-11 | decoder/{flac,vorbis}: include config.h for LFS | Max Kellermann | 1 | -0/+1 |
2009-10-18 | decoder/vorbis: avoid unused symbol warnings from vorbisfile.h | Serge Ziryukin | 1 | -0/+1 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -3/+3 |
2009-09-10 | decoder/vorbis: revert "faster tag scanning with ov_test_callback()" | Max Kellermann | 1 | -1/+1 |
2009-08-25 | decoder/vorbis: open file in "binary" mode | Gunnar Roth | 1 | -1/+1 |
2009-08-24 | decoder/vorbis: faster tag scanning with ov_test_callback() | Rasmus Steinke | 1 | -1/+1 |
2009-07-19 | Add audio_format_init() function | David Woodhouse | 1 | -2/+1 |
2009-04-02 | vorbis: move #define out of function to top of sources | Avuton Olrich | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-27 | tag: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-02-17 | decoders: added and fixed GLib log domains | Max Kellermann | 1 | -0/+3 |
2009-02-16 | renamed decoder plugin "oggvorbis" to "vorbis" | Max Kellermann | 1 | -1/+1 |
2009-01-17 | oggvorbis: disable seeking on remote songs | Max Kellermann | 1 | -5/+27 |
2009-01-15 | oggvorbis: map "Album Artist" to "AlbumArtist" | Rasmus Steinke | 1 | -1/+3 |
2009-01-14 | oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp() | Max Kellermann | 1 | -3/+3 |