index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
/
wavpack_plugin.c
Age
Commit message (
Expand
)
Author
2009-04-02
decoder: Rename all main decoder plugins functions to *decoder_plugin.
Avuton Olrich
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-02-17
wavpack: added GLib log domain
Max Kellermann
2009-01-30
wavpack: pass NULL if the .wvc file fails to open
Max Kellermann
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
2009-01-03
utils: removed unused functions
Max Kellermann
2009-01-01
decoder plugins: don't include gcc.h
Max Kellermann
2008-12-29
removed os_compat.h
Max Kellermann
2008-11-24
flac, mpc, ogg, wavpack: include unistd.h for SEEK_SET
Max Kellermann
2008-11-22
wavpack: use assert_static()
Laszlo Ashin
2008-11-21
decoder: check audio_format_valid() in all decoders
Max Kellermann
2008-11-19
wavpack: redo using audio_format_frame_size()
Laszlo Ashin
2008-11-16
input_stream: size==-1 means unknown size
Max Kellermann
2008-11-14
wavpack: be more robust if the underlying stream is not seekable
László Áshin
2008-11-14
wavpack: tolerate less decoded data than requested
László Áshin
2008-11-14
wavpack: renamed variables and modified coding style slightly
László Áshin
2008-11-12
wavpack: remove commented debug messages
Max Kellermann
2008-11-12
wavpack: calculate outsamplesize with audio_format_frame_size()
Max Kellermann
2008-11-11
decoder: return void from decode() methods
Max Kellermann
2008-11-11
replay_gain: converted struct replay_gain_info elements to an array
Max Kellermann
2008-11-11
wavpack: added wavpack_tag_float()
Max Kellermann
2008-11-11
wavpack: make the "key" argument to wavpack_tag() const
Max Kellermann
2008-11-11
replay_gain: no CamelCase
Max Kellermann
2008-11-09
wavpack: removed try_decode() method
Max Kellermann
2008-11-08
wavpack: make 24-bit samples available for mpd
Laszlo Ashin
2008-11-08
wavpack: check last_byte in push_back_byte() method
Laszlo Ashin
2008-11-08
wavpack: wrapper for converting void* to struct wavpack_input*
Laszlo Ashin
2008-11-08
wavpack: put braces around one line code blocks
Laszlo Ashin
2008-11-08
wavpack: added prefix to local function names
Laszlo Ashin
2008-11-08
wavpack: unified code style
Laszlo Ashin
2008-11-06
wavpack: check wvc seekability
Laszlo Ashin
2008-11-06
wavpack: close wvc stream on error
Laszlo Ashin
2008-11-06
wavpack: enable seeking
Laszlo Ashin
2008-11-05
wavpack: read_bytes() should not return after partial reads
Max Kellermann
2008-11-05
wavpack: don't close the stream
Max Kellermann
2008-11-04
decoder: removed stream_types
Max Kellermann
2008-11-04
wavpack: removed NULL element from tagtypes
Max Kellermann
2008-11-04
wavpack: use enum tag_type
Max Kellermann
2008-11-04
wavpack: use GLib instead of utils.h / log.h
Max Kellermann
2008-11-04
wavpack: read first byte from wvc stream
Max Kellermann
2008-11-04
wavpack: use the bool data type
Max Kellermann
2008-11-04
wavpack: no CamelCase
Max Kellermann
2008-11-04
wavpack: fix indent
Max Kellermann
2008-11-02
decoder: rewind input stream after try_decode()
Max Kellermann
2008-11-02
decoder_api: pass "seekable" flag to decoder_initialized()
Max Kellermann
2008-11-01
decoder: make the suffixes and mime_types arrays really const
Max Kellermann
2008-11-01
decoder: make all decoder_plugin structs const
Max Kellermann
2008-10-31
decoder_api: pass constant path pointers
Max Kellermann
2008-10-30
decoder: use bool for return values and flags
Max Kellermann
2008-10-29
decoder: automatically flush the output buffer after decoder exits
Max Kellermann
[next]