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