| Commit message (Expand) | Author | Age | Files | Lines |
* | flac: include config.h | Max Kellermann | 2009-01-19 | 1 | -0/+1 |
* | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 2009-01-17 | 1 | -4/+2 |
* | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 2009-01-17 | 5 | -57/+19 |
* | oggvorbis: disable seeking on remote songs | Max Kellermann | 2009-01-17 | 1 | -5/+27 |
* | Enable wav file streaming for ffmpeg input plugin | Qball Cow | 2009-01-16 | 1 | -0/+1 |
* | flac: map "Album Artist" to "AlbumArtist" | Rasmus Steinke | 2009-01-15 | 1 | -1/+3 |
* | flac: splitted flac_copy_vorbis_comment() | Max Kellermann | 2009-01-15 | 1 | -37/+38 |
* | flac: moved code to flac_comment_value() | Max Kellermann | 2009-01-15 | 1 | -5/+26 |
* | flac: always allocate tag object | Max Kellermann | 2009-01-15 | 4 | -31/+43 |
* | flac: use bool instead of int | Max Kellermann | 2009-01-15 | 2 | -42/+37 |
* | flac: removed "vorbis_comment_found" flag | Max Kellermann | 2009-01-15 | 1 | -10/+4 |
* | flac: no CamelCase | Max Kellermann | 2009-01-15 | 4 | -186/+204 |
* | oggvorbis: map "Album Artist" to "AlbumArtist" | Rasmus Steinke | 2009-01-15 | 1 | -1/+3 |
* | oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp() | Max Kellermann | 2009-01-14 | 1 | -3/+3 |
* | oggvorbis: moved tag look into vorbis_parse_comment() | Max Kellermann | 2009-01-14 | 1 | -23/+13 |
* | oggvorbis: moved code to vorbis_copy_comment() | Max Kellermann | 2009-01-14 | 1 | -9/+21 |
* | oggvorbis: use vorbis_comment_value() in vorbis_parse_comment() | Max Kellermann | 2009-01-14 | 1 | -5/+4 |
* | oggvorbis: always allocate a tag object | Max Kellermann | 2009-01-14 | 1 | -8/+14 |
* | oggvorbis: no CamelCase | Max Kellermann | 2009-01-14 | 1 | -59/+63 |
* | oggvorbis: use bool | Max Kellermann | 2009-01-14 | 1 | -5/+5 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 6 | -1/+7 |
* | fix G_BYTE_ORDER check | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
* | use GLib byte order macros | Max Kellermann | 2009-01-05 | 1 | -1/+1 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -3/+4 |
* | utils: removed unused functions | Max Kellermann | 2009-01-03 | 1 | -0/+2 |
* | oggflac: don't use gcc.h | Max Kellermann | 2009-01-02 | 1 | -9/+10 |
* | decoder plugins: don't include gcc.h | Max Kellermann | 2009-01-01 | 5 | -12/+17 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -0/+2 |
* | mp4: support the writer/composer tag | Frank Mulder | 2008-12-29 | 1 | -0/+2 |
* | mikmod: use Glib instead of utils.h/log.h | Max Kellermann | 2008-12-28 | 1 | -9/+6 |
* | mikmod: convert mod_Data.audio_buffer to a static array | Max Kellermann | 2008-12-28 | 1 | -3/+1 |
* | decoder: new plugin using modplug library | Viliam Mateicka | 2008-12-28 | 1 | -0/+200 |
* | Add RVA2 tag support to MPD | Pauli Virtanen | 2008-12-28 | 1 | -0/+94 |
* | audiofile: don't close onput stream in libaudiofile destroy() | Max Kellermann | 2008-12-27 | 1 | -2/+3 |
* | Merge branch 'experimental' of git://git.musicpd.org/metyl/mpd | Max Kellermann | 2008-12-27 | 1 | -15/+74 |
|\ |
|
| * | decoder: audiofile plugin using input stream instead of file | Viliam Mateicka | 2008-12-03 | 1 | -15/+74 |
* | | ffmpeg: case AV_NOPTS_VALUE to int64_t | Max Kellermann | 2008-12-24 | 1 | -2/+2 |
* | | ffmpeg: don't assign "0" to pointer | Max Kellermann | 2008-12-24 | 1 | -1/+1 |
* | | mp3: "tag" argument is unused when libid3tag is disabled | Max Kellermann | 2008-12-24 | 1 | -2/+2 |
* | | ffmpeg: fixing ffmpeg_send_packet to allow multipackets | Viliam Mateicka | 2008-12-15 | 1 | -16/+32 |
* | | ffmpeg: adding APE support | Viliam Mateicka | 2008-12-15 | 1 | -2/+3 |
* | | mp3: declare variables as "enum mp3_action" | Max Kellermann | 2008-12-08 | 1 | -2/+2 |
|/ |
|
* | mp3: use GLib logging | Max Kellermann | 2008-11-27 | 1 | -19/+18 |
* | flac, mpc, ogg, wavpack: include unistd.h for SEEK_SET | Max Kellermann | 2008-11-24 | 5 | -0/+5 |
* | wavpack: use assert_static() | Laszlo Ashin | 2008-11-22 | 1 | -4/+5 |
* | decoder: check audio_format_valid() in all decoders | Max Kellermann | 2008-11-21 | 9 | -7/+70 |
* | flac, oggflac: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-21 | 4 | -33/+29 |
* | ffmpeg: use GLib instead of log.h | Max Kellermann | 2008-11-21 | 1 | -8/+11 |
* | audiofile: use GLib instead of log.h | Max Kellermann | 2008-11-21 | 1 | -8/+10 |
* | aac: use GLib instead of utils.h/log.h | Max Kellermann | 2008-11-21 | 1 | -10/+10 |