| Commit message (Expand) | Author | Files | Lines |
2009-02-17 | wavpack: added GLib log domain | Max Kellermann | 1 | -0/+3 |
2009-01-30 | wavpack: pass NULL if the .wvc file fails to open | Max Kellermann | 1 | -1/+3 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -3/+4 |
2009-01-03 | utils: removed unused functions | Max Kellermann | 1 | -0/+2 |
2009-01-01 | decoder plugins: don't include gcc.h | Max Kellermann | 1 | -1/+1 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -0/+2 |
2008-11-24 | flac, mpc, ogg, wavpack: include unistd.h for SEEK_SET | Max Kellermann | 1 | -0/+1 |
2008-11-22 | wavpack: use assert_static() | Laszlo Ashin | 1 | -4/+5 |
2008-11-21 | decoder: check audio_format_valid() in all decoders | Max Kellermann | 1 | -0/+8 |
2008-11-19 | wavpack: redo using audio_format_frame_size() | Laszlo Ashin | 1 | -6/+1 |
2008-11-16 | input_stream: size==-1 means unknown size | Max Kellermann | 1 | -0/+3 |
2008-11-14 | wavpack: be more robust if the underlying stream is not seekable | László Áshin | 1 | -1/+5 |
2008-11-14 | wavpack: tolerate less decoded data than requested | László Áshin | 1 | -1/+1 |
2008-11-14 | wavpack: renamed variables and modified coding style slightly | László Áshin | 1 | -80/+113 |
2008-11-12 | wavpack: remove commented debug messages | Max Kellermann | 1 | -6/+1 |
2008-11-12 | wavpack: calculate outsamplesize with audio_format_frame_size() | Max Kellermann | 1 | -5/+1 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -8/+4 |
2008-11-11 | replay_gain: converted struct replay_gain_info elements to an array | Max Kellermann | 1 | -4/+4 |
2008-11-11 | wavpack: added wavpack_tag_float() | Max Kellermann | 1 | -41/+25 |
2008-11-11 | wavpack: make the "key" argument to wavpack_tag() const | Max Kellermann | 1 | -9/+5 |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 1 | -11/+11 |
2008-11-09 | wavpack: removed try_decode() method | Max Kellermann | 1 | -23/+0 |
2008-11-08 | wavpack: make 24-bit samples available for mpd | Laszlo Ashin | 1 | -47/+46 |
2008-11-08 | wavpack: check last_byte in push_back_byte() method | Laszlo Ashin | 1 | -2/+6 |
2008-11-08 | wavpack: wrapper for converting void* to struct wavpack_input* | Laszlo Ashin | 1 | -13/+20 |
2008-11-08 | wavpack: put braces around one line code blocks | Laszlo Ashin | 1 | -15/+27 |
2008-11-08 | wavpack: added prefix to local function names | Laszlo Ashin | 1 | -14/+14 |
2008-11-08 | wavpack: unified code style | Laszlo Ashin | 1 | -16/+28 |
2008-11-06 | wavpack: check wvc seekability | Laszlo Ashin | 1 | -2/+5 |
2008-11-06 | wavpack: close wvc stream on error | Laszlo Ashin | 1 | -1/+3 |
2008-11-06 | wavpack: enable seeking | Laszlo Ashin | 1 | -1/+1 |
2008-11-05 | wavpack: read_bytes() should not return after partial reads | Max Kellermann | 1 | -1/+16 |
2008-11-05 | wavpack: don't close the stream | Max Kellermann | 1 | -1/+0 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -1/+0 |
2008-11-04 | wavpack: removed NULL element from tagtypes | Max Kellermann | 1 | -3/+2 |
2008-11-04 | wavpack: use enum tag_type | Max Kellermann | 1 | -1/+1 |
2008-11-04 | wavpack: use GLib instead of utils.h / log.h | Max Kellermann | 1 | -28/+12 |
2008-11-04 | wavpack: read first byte from wvc stream | Max Kellermann | 1 | -25/+13 |
2008-11-04 | wavpack: use the bool data type | Max Kellermann | 1 | -12/+12 |
2008-11-04 | wavpack: no CamelCase | Max Kellermann | 1 | -42/+44 |
2008-11-04 | wavpack: fix indent | Max Kellermann | 1 | -47/+47 |
2008-11-02 | decoder: rewind input stream after try_decode() | Max Kellermann | 1 | -2/+0 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -2/+2 |
2008-11-01 | decoder: make the suffixes and mime_types arrays really const | Max Kellermann | 1 | -2/+2 |
2008-11-01 | decoder: make all decoder_plugin structs const | Max Kellermann | 1 | -1/+1 |
2008-10-31 | decoder_api: pass constant path pointers | Max Kellermann | 1 | -2/+2 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -11/+12 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -2/+0 |
2008-10-29 | decoder_api: removed decoder_clear() | Max Kellermann | 1 | -2/+0 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -4/+6 |