aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/wavpack_plugin.c
Commit message (Expand)AuthorAge
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* Add audio_format_init() functionDavid Woodhouse2009-07-19
* decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich2009-04-02
* all: Update copyright header.Avuton Olrich2009-03-13
* wavpack: added GLib log domainMax Kellermann2009-02-17
* wavpack: pass NULL if the .wvc file fails to openMax Kellermann2009-01-30
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* utils: removed unused functionsMax Kellermann2009-01-03
* decoder plugins: don't include gcc.hMax Kellermann2009-01-01
* removed os_compat.hMax Kellermann2008-12-29
* flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann2008-11-24
* wavpack: use assert_static()Laszlo Ashin2008-11-22
* decoder: check audio_format_valid() in all decodersMax Kellermann2008-11-21
* wavpack: redo using audio_format_frame_size()Laszlo Ashin2008-11-19
* input_stream: size==-1 means unknown sizeMax Kellermann2008-11-16
* wavpack: be more robust if the underlying stream is not seekableLászló Áshin2008-11-14
* wavpack: tolerate less decoded data than requestedLászló Áshin2008-11-14
* wavpack: renamed variables and modified coding style slightlyLászló Áshin2008-11-14
* wavpack: remove commented debug messagesMax Kellermann2008-11-12
* wavpack: calculate outsamplesize with audio_format_frame_size()Max Kellermann2008-11-12
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-11
* wavpack: added wavpack_tag_float()Max Kellermann2008-11-11
* wavpack: make the "key" argument to wavpack_tag() constMax Kellermann2008-11-11
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* wavpack: removed try_decode() methodMax Kellermann2008-11-09
* wavpack: make 24-bit samples available for mpdLaszlo Ashin2008-11-08
* wavpack: check last_byte in push_back_byte() methodLaszlo Ashin2008-11-08
* wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin2008-11-08
* wavpack: put braces around one line code blocksLaszlo Ashin2008-11-08
* wavpack: added prefix to local function namesLaszlo Ashin2008-11-08
* wavpack: unified code styleLaszlo Ashin2008-11-08
* wavpack: check wvc seekabilityLaszlo Ashin2008-11-06
* wavpack: close wvc stream on errorLaszlo Ashin2008-11-06
* wavpack: enable seekingLaszlo Ashin2008-11-06
* wavpack: read_bytes() should not return after partial readsMax Kellermann2008-11-05
* wavpack: don't close the streamMax Kellermann2008-11-05
* decoder: removed stream_typesMax Kellermann2008-11-04
* wavpack: removed NULL element from tagtypesMax Kellermann2008-11-04
* wavpack: use enum tag_typeMax Kellermann2008-11-04
* wavpack: use GLib instead of utils.h / log.hMax Kellermann2008-11-04
* wavpack: read first byte from wvc streamMax Kellermann2008-11-04
* wavpack: use the bool data typeMax Kellermann2008-11-04
* wavpack: no CamelCaseMax Kellermann2008-11-04
* wavpack: fix indentMax Kellermann2008-11-04
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-02
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31