mpd/src/decoder
Laszlo Ashin 00da7db1e3 aac: don't try to free static buffer
In 432da18e a dynamic buffer was replaced by a static one but some
frees were accidently left there which caused some segfaults.
2008-11-15 11:50:25 +01:00
..
_flac_common.c replay_gain: converted struct replay_gain_info elements to an array 2008-11-11 16:24:27 +01:00
_flac_common.h replay_gain: no CamelCase 2008-11-11 15:55:34 +01:00
_ogg_common.c decoder: rewind input stream after try_decode() 2008-11-02 17:10:02 +01:00
_ogg_common.h added prefix to header macros 2008-10-31 09:19:53 +01:00
aac_plugin.c aac: don't try to free static buffer 2008-11-15 11:50:25 +01:00
audiofile_plugin.c decoder: return void from decode() methods 2008-11-11 17:13:44 +01:00
ffmpeg_plugin.c decoder: return void from decode() methods 2008-11-11 17:13:44 +01:00
flac_plugin.c decoder: return void from decode() methods 2008-11-11 17:13:44 +01:00
mod_plugin.c decoder: return void from decode() methods 2008-11-11 17:13:44 +01:00
mp3_plugin.c mp3: fix SEEK command check after mp3_synth_and_send() 2008-11-13 14:43:19 +01:00
mp4_plugin.c decoder: return void from decode() methods 2008-11-11 17:13:44 +01:00
mpc_plugin.c mpc: assume the result fo of mpc_decoder_decode() is unsigned 2008-11-12 07:14:18 +01:00
oggflac_plugin.c oggflac: removed the obsolete try_decode() method 2008-11-11 17:17:06 +01:00
oggvorbis_plugin.c ogg: revert "use ogg_fopen() instead of ogg_open()" 2008-11-12 08:38:04 +01:00
wavpack_plugin.c wavpack: be more robust if the underlying stream is not seekable 2008-11-14 15:23:18 +01:00