aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/wavpack_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed decoder plugin sourcesMax Kellermann2010-01-041-603/+0
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-041-9/+7
* input_stream: return allocated input_stream objectsMax Kellermann2010-01-011-14/+13
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* Merged release 0.15.7 from branch 'v0.15.x'Max Kellermann2009-12-271-3/+2
|\
| * decoder/wavpack: allow fine-grained seekingMax Kellermann2009-12-261-3/+2
* | decoder_api: added function decoder_timestamp()Max Kellermann2009-12-261-9/+2
* | input_stream: return errors with GErrorMax Kellermann2009-12-151-3/+3
* | Merge branch 'v0.15.x'Max Kellermann2009-12-141-1/+1
|\|
| * decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann2009-12-111-1/+1
* | audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-12/+35
* | decoder: use audio_format_init_checked()Max Kellermann2009-11-141-12/+13
* | include config.h in all sourcesMax Kellermann2009-11-121-3/+4
* | decoder/wavpack: allow more than 2 channelsMax Kellermann2009-11-111-3/+3
* | decoder/wavpack: activate 32 bit supportMax Kellermann2009-11-111-13/+7
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-11/+11
* | Add audio_format_init() functionDavid Woodhouse2009-07-191-3/+3
|/
* 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