aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/wavpack_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/wavpack: allow fine-grained seekingMax Kellermann2009-12-261-3/+2
* decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann2009-12-111-1/+1
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-021-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-8/+7
* wavpack: added GLib log domainMax Kellermann2009-02-171-0/+3
* wavpack: pass NULL if the .wvc file fails to openMax Kellermann2009-01-301-1/+3
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-3/+4
* utils: removed unused functionsMax Kellermann2009-01-031-0/+2
* decoder plugins: don't include gcc.hMax Kellermann2009-01-011-1/+1
* removed os_compat.hMax Kellermann2008-12-291-0/+2
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-241-0/+1
* wavpack: use assert_static()Laszlo Ashin2008-11-221-4/+5
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-211-0/+8
* wavpack: redo using audio_format_frame_size()Laszlo Ashin2008-11-191-6/+1
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-161-0/+3
* wavpack: be more robust if the underlying stream is not seekableLászló Áshin2008-11-141-1/+5
* wavpack: tolerate less decoded data than requestedLászló Áshin2008-11-141-1/+1
* wavpack: renamed variables and modified coding style slightlyLászló Áshin2008-11-141-80/+113
* wavpack: remove commented debug messagesMax Kellermann2008-11-121-6/+1
* wavpack: calculate outsamplesize with audio_format_frame_size()Max Kellermann2008-11-121-5/+1
* decoder: return void from decode() methodsMax Kellermann2008-11-111-8/+4
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-111-4/+4
* wavpack: added wavpack_tag_float()Max Kellermann2008-11-111-41/+25
* wavpack: make the "key" argument to wavpack_tag() constMax Kellermann2008-11-111-9/+5
* replay_gain: no CamelCaseMax Kellermann2008-11-111-11/+11
* wavpack: removed try_decode() methodMax Kellermann2008-11-091-23/+0
* wavpack: make 24-bit samples available for mpdLaszlo Ashin2008-11-081-47/+46
* wavpack: check last_byte in push_back_byte() methodLaszlo Ashin2008-11-081-2/+6
* wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin2008-11-081-13/+20
* wavpack: put braces around one line code blocksLaszlo Ashin2008-11-081-15/+27
* wavpack: added prefix to local function namesLaszlo Ashin2008-11-081-14/+14
* wavpack: unified code styleLaszlo Ashin2008-11-081-16/+28
* wavpack: check wvc seekabilityLaszlo Ashin2008-11-061-2/+5
* wavpack: close wvc stream on errorLaszlo Ashin2008-11-061-1/+3
* wavpack: enable seekingLaszlo Ashin2008-11-061-1/+1
* wavpack: read_bytes() should not return after partial readsMax Kellermann2008-11-051-1/+16
* wavpack: don't close the streamMax Kellermann2008-11-051-1/+0
* decoder: removed stream_typesMax Kellermann2008-11-041-1/+0
* wavpack: removed NULL element from tagtypesMax Kellermann2008-11-041-3/+2
* wavpack: use enum tag_typeMax Kellermann2008-11-041-1/+1
* wavpack: use GLib instead of utils.h / log.hMax Kellermann2008-11-041-28/+12
* wavpack: read first byte from wvc streamMax Kellermann2008-11-041-25/+13
* wavpack: use the bool data typeMax Kellermann2008-11-041-12/+12
* wavpack: no CamelCaseMax Kellermann2008-11-041-42/+44
* wavpack: fix indentMax Kellermann2008-11-041-47/+47
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-021-2/+0
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-021-2/+2
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-011-2/+2
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-1/+1
* decoder_api: pass constant path pointersMax Kellermann2008-10-311-2/+2