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_plugin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
decoder_api: added function decoder_replay_gain()
Max Kellermann
2010-01-04
1
-9
/
+7
*
input_stream: return allocated input_stream objects
Max Kellermann
2010-01-01
1
-14
/
+13
*
Update copyright notices.
Avuton Olrich
2009-12-31
1
-1
/
+1
*
Merged release 0.15.7 from branch 'v0.15.x'
Max Kellermann
2009-12-27
1
-3
/
+2
|
\
|
*
decoder/wavpack: allow fine-grained seeking
Max Kellermann
2009-12-26
1
-3
/
+2
*
|
decoder_api: added function decoder_timestamp()
Max Kellermann
2009-12-26
1
-9
/
+2
*
|
input_stream: return errors with GError
Max Kellermann
2009-12-15
1
-3
/
+3
*
|
Merge branch 'v0.15.x'
Max Kellermann
2009-12-14
1
-1
/
+1
|
\
|
|
*
decoder/wavpack: don't use the nonstandard "uchar" type
Max Kellermann
2009-12-11
1
-1
/
+1
*
|
audio_format: changed "bits" to "enum sample_format"
Max Kellermann
2009-12-02
1
-12
/
+35
*
|
decoder: use audio_format_init_checked()
Max Kellermann
2009-11-14
1
-12
/
+13
*
|
include config.h in all sources
Max Kellermann
2009-11-12
1
-3
/
+4
*
|
decoder/wavpack: allow more than 2 channels
Max Kellermann
2009-11-11
1
-3
/
+3
*
|
decoder/wavpack: activate 32 bit support
Max Kellermann
2009-11-11
1
-13
/
+7
*
|
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
2009-10-13
1
-11
/
+11
*
|
Add audio_format_init() function
David Woodhouse
2009-07-19
1
-3
/
+3
|
/
*
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
[next]