| Commit message (Expand) | Author | Files | Lines |
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 |
2009-01-14 | oggvorbis: moved tag look into vorbis_parse_comment() | Max Kellermann | 1 | -23/+13 |
2009-01-14 | oggvorbis: moved code to vorbis_copy_comment() | Max Kellermann | 1 | -9/+21 |
2009-01-14 | oggvorbis: use vorbis_comment_value() in vorbis_parse_comment() | Max Kellermann | 1 | -5/+4 |
2009-01-14 | oggvorbis: always allocate a tag object | Max Kellermann | 1 | -8/+14 |
2009-01-14 | oggvorbis: no CamelCase | Max Kellermann | 1 | -59/+63 |
2009-01-14 | oggvorbis: use bool | Max Kellermann | 1 | -5/+5 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 |
2009-01-05 | fix G_BYTE_ORDER check | Max Kellermann | 1 | -1/+1 |
2009-01-05 | use GLib byte order macros | Max Kellermann | 1 | -1/+1 |
2009-01-01 | decoder plugins: don't include gcc.h | Max Kellermann | 1 | -1/+1 |
2008-11-24 | flac, mpc, ogg, wavpack: include unistd.h for SEEK_SET | Max Kellermann | 1 | -0/+1 |
2008-11-21 | decoder: check audio_format_valid() in all decoders | Max Kellermann | 1 | -0/+9 |
2008-11-20 | ogg: moved the "errorStr" variable into the error handler | Max Kellermann | 1 | -1/+2 |
2008-11-20 | ogg: check the ov_read() return value before the vorbis_info evaluation | Max Kellermann | 1 | -7/+6 |
2008-11-12 | ogg: revert "use ogg_fopen() instead of ogg_open()" | Max Kellermann | 1 | -6/+9 |
2008-11-11 | ogg: removed stray "}" | Max Kellermann | 1 | -1/+0 |
2008-11-11 | ogg: use ogg_fopen() instead of ogg_open() | Max Kellermann | 1 | -8/+6 |