index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
decoder
/
wavpack_decoder_plugin.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-02-17
replay_gain_info: allocate the struct statically
Max Kellermann
1
-17
/
+8
2010-01-20
decoder/wavpack: fixed WVC URI
Max Kellermann
1
-4
/
+5
2010-01-18
decoder_api: removed function decoder_get_uri()
Max Kellermann
1
-7
/
+2
2010-01-04
renamed decoder plugin sources
Max Kellermann
1
-0
/
+0
2010-01-04
decoder_api: added function decoder_replay_gain()
Max Kellermann
1
-9
/
+7
2010-01-01
input_stream: return allocated input_stream objects
Max Kellermann
1
-14
/
+13
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-26
decoder_api: added function decoder_timestamp()
Max Kellermann
1
-9
/
+2
2009-12-26
decoder/wavpack: allow fine-grained seeking
Max Kellermann
1
-3
/
+2
2009-12-15
input_stream: return errors with GError
Max Kellermann
1
-3
/
+3
2009-12-11
decoder/wavpack: don't use the nonstandard "uchar" type
Max Kellermann
1
-1
/
+1
2009-12-02
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
1
-12
/
+35
2009-11-14
decoder: use audio_format_init_checked()
Max Kellermann
1
-12
/
+13
2009-11-12
include config.h in all sources
Max Kellermann
1
-3
/
+4
2009-11-11
decoder/wavpack: allow more than 2 channels
Max Kellermann
1
-3
/
+3
2009-11-11
decoder/wavpack: activate 32 bit support
Max Kellermann
1
-13
/
+7
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
1
-11
/
+11
2009-07-19
Add audio_format_init() function
David Woodhouse
1
-3
/
+3
2009-04-02
decoder: Rename all main decoder plugins functions to *decoder_plugin.
Avuton Olrich
1
-1
/
+1
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-8
/
+7
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
[next]