aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-17faad: fill buffer in adts_find_frame()Max Kellermann1-4/+2
2009-02-17faad: converted length check to assertion in adts_check_frame()Max Kellermann1-3/+2
2009-02-17faad: added length check before comparing "ADIF"Max Kellermann1-1/+1
2009-02-17faad: renamed internal functionsMax Kellermann1-12/+12
2009-02-17wavpack: added GLib log domainMax Kellermann1-0/+3
2009-02-17decoders: added and fixed GLib log domainsMax Kellermann6-9/+22
2009-02-17renamed decoder plugin "mpc" to "mpcdec"Max Kellermann1-1/+1
2009-02-17renamed decoder plugin "mp4" to "mp4ff"Max Kellermann1-1/+1
2009-02-16faad: no CamelCaseMax Kellermann1-160/+159
2009-02-16faad: removed AacBuffer.fileOffsetMax Kellermann1-3/+0
2009-02-16renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann1-1/+1
2009-02-16renamed decoder plugin "aac" to "faad"Max Kellermann1-2/+2
2009-02-16renamed decoder plugin "mp3" to "mad"Max Kellermann1-2/+2
2009-02-15wildmidi: check if configurationn file existsMax Kellermann1-0/+4
2009-02-15wildmidi: obtain timidity.cfg location from mpd.confMax Kellermann1-3/+6
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann6-6/+9
2009-02-12aac: fix stream metadataMax Kellermann1-1/+1
2009-02-12wildmidi: added seeking supportMax Kellermann1-1/+11
2009-02-12wildmidi: provide and current total song timeMax Kellermann1-5/+34
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann1-0/+102
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann1-0/+233
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann1-0/+161
2009-02-11ffmpeg: added TTA supportMax Kellermann1-0/+2
2009-02-03ffmpeg: fixed seek integer overflowMax Kellermann1-3/+4
2009-02-03ffmpeg: check if the time stamp is validMax Kellermann1-4/+5
2009-02-03ffmpeg: don't warn of empty packet outputMax Kellermann1-3/+2
2009-02-03ffmpeg: print codec nameMax Kellermann1-0/+3
2009-01-30mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner1-6/+0
2009-01-30wavpack: pass NULL if the .wvc file fails to openMax Kellermann1-1/+3
2009-01-30ffmeg: added support for the tags comment, genre, yearDavid Horn1-0/+10
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