aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-25use g_free() instead of free()Max Kellermann2-3/+3
2009-01-24renamed the "mod" decoder plugin to "mikmod"Max Kellermann1-2/+2
2009-01-24modplug: removed EOF check from the while loopMax Kellermann1-2/+4
2009-01-24modplug: check for input_stream errorsMax Kellermann1-2/+8
2009-01-24modplug: use size_t instead of int for buffer sizesMax Kellermann1-1/+1
2009-01-24modplug: check size limit before appending new bufferMax Kellermann1-4/+4
2009-01-24modplug: use GByteArray.len, remove total_lenMax Kellermann1-4/+2
2009-01-24modplug: unknown size is -1; check for empty fileMax Kellermann1-5/+12
2009-01-24modplug: header cleanupMax Kellermann1-2/+0
2009-01-24modplug: define G_LOG_DOMAINMax Kellermann1-0/+3
2009-01-24modplug: declare constants as enumMax Kellermann1-4/+6
2009-01-24modplug: use only decoder_read(), not input_stream_read()Max Kellermann1-5/+1
2009-01-24modplug: change settings before loading a fileAndrzej Rybczak1-6/+8
2009-01-19flac: include config.hMax Kellermann1-0/+1
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann1-4/+2
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann5-57/+19
2009-01-17oggvorbis: disable seeking on remote songsMax Kellermann1-5/+27
2009-01-16Enable wav file streaming for ffmpeg input pluginQball Cow1-0/+1
2009-01-15flac: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-15flac: splitted flac_copy_vorbis_comment()Max Kellermann1-37/+38
2009-01-15flac: moved code to flac_comment_value()Max Kellermann1-5/+26
2009-01-15flac: always allocate tag objectMax Kellermann4-31/+43
2009-01-15flac: use bool instead of intMax Kellermann2-42/+37
2009-01-15flac: removed "vorbis_comment_found" flagMax Kellermann1-10/+4
2009-01-15flac: no CamelCaseMax Kellermann4-186/+204
2009-01-15oggvorbis: map "Album Artist" to "AlbumArtist"Rasmus Steinke1-1/+3
2009-01-14oggvorbis: use g_ascii_strncasecmp() instead of strncasecmp()Max Kellermann1-3/+3
2009-01-14oggvorbis: moved tag look into vorbis_parse_comment()Max Kellermann1-23/+13
2009-01-14oggvorbis: moved code to vorbis_copy_comment()Max Kellermann1-9/+21
2009-01-14oggvorbis: use vorbis_comment_value() in vorbis_parse_comment()Max Kellermann1-5/+4
2009-01-14oggvorbis: always allocate a tag objectMax Kellermann1-8/+14
2009-01-14oggvorbis: no CamelCaseMax Kellermann1-59/+63
2009-01-14oggvorbis: use boolMax Kellermann1-5/+5
2009-01-08added missing explicit config.h includesMax Kellermann6-1/+7
2009-01-05fix G_BYTE_ORDER checkMax Kellermann1-1/+1
2009-01-05use GLib byte order macrosMax Kellermann1-1/+1
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-3/+4
2009-01-03utils: removed unused functionsMax Kellermann1-0/+2
2009-01-02oggflac: don't use gcc.hMax Kellermann1-9/+10
2009-01-01decoder plugins: don't include gcc.hMax Kellermann5-12/+17
2008-12-29removed os_compat.hMax Kellermann1-0/+2
2008-12-29mp4: support the writer/composer tagFrank Mulder1-0/+2
2008-12-28mikmod: use Glib instead of utils.h/log.hMax Kellermann1-9/+6
2008-12-28mikmod: convert mod_Data.audio_buffer to a static arrayMax Kellermann1-3/+1
2008-12-28decoder: new plugin using modplug libraryViliam Mateicka1-0/+200
2008-12-28Add RVA2 tag support to MPDPauli Virtanen1-0/+94
2008-12-27audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann1-2/+3
2008-12-24ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann1-2/+2
2008-12-24ffmpeg: don't assign "0" to pointerMax Kellermann1-1/+1
2008-12-24mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann1-2/+2