aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/wavpack_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-02-17replay_gain_info: allocate the struct staticallyMax Kellermann1-17/+8
2010-01-20decoder/wavpack: fixed WVC URIMax Kellermann1-4/+5
2010-01-18decoder_api: removed function decoder_get_uri()Max Kellermann1-7/+2
2010-01-04renamed decoder plugin sourcesMax Kellermann1-0/+0
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-9/+7
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-14/+13
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-9/+2
2009-12-26decoder/wavpack: allow fine-grained seekingMax Kellermann1-3/+2
2009-12-15input_stream: return errors with GErrorMax Kellermann1-3/+3
2009-12-11decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-12/+35
2009-11-14decoder: use audio_format_init_checked()Max Kellermann1-12/+13
2009-11-12include config.h in all sourcesMax Kellermann1-3/+4
2009-11-11decoder/wavpack: allow more than 2 channelsMax Kellermann1-3/+3
2009-11-11decoder/wavpack: activate 32 bit supportMax Kellermann1-13/+7
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-11/+11
2009-07-19Add audio_format_init() functionDavid Woodhouse1-3/+3
2009-04-02decoder: Rename all main decoder plugins functions to *decoder_plugin.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-8/+7
2009-02-17wavpack: added GLib log domainMax Kellermann1-0/+3
2009-01-30wavpack: pass NULL if the .wvc file fails to openMax Kellermann1-1/+3
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-3/+4
2009-01-03utils: removed unused functionsMax Kellermann1-0/+2
2009-01-01decoder plugins: don't include gcc.hMax Kellermann1-1/+1
2008-12-29removed os_compat.hMax Kellermann1-0/+2
2008-11-24flac, mpc, ogg, wavpack: include unistd.h for SEEK_SETMax Kellermann1-0/+1
2008-11-22wavpack: use assert_static()Laszlo Ashin1-4/+5
2008-11-21decoder: check audio_format_valid() in all decodersMax Kellermann1-0/+8
2008-11-19wavpack: redo using audio_format_frame_size()Laszlo Ashin1-6/+1
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann1-0/+3
2008-11-14wavpack: be more robust if the underlying stream is not seekableLászló Áshin1-1/+5
2008-11-14wavpack: tolerate less decoded data than requestedLászló Áshin1-1/+1
2008-11-14wavpack: renamed variables and modified coding style slightlyLászló Áshin1-80/+113
2008-11-12wavpack: remove commented debug messagesMax Kellermann1-6/+1
2008-11-12wavpack: calculate outsamplesize with audio_format_frame_size()Max Kellermann1-5/+1
2008-11-11decoder: return void from decode() methodsMax Kellermann1-8/+4
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann1-4/+4
2008-11-11wavpack: added wavpack_tag_float()Max Kellermann1-41/+25
2008-11-11wavpack: make the "key" argument to wavpack_tag() constMax Kellermann1-9/+5
2008-11-11replay_gain: no CamelCaseMax Kellermann1-11/+11
2008-11-09wavpack: removed try_decode() methodMax Kellermann1-23/+0
2008-11-08wavpack: make 24-bit samples available for mpdLaszlo Ashin1-47/+46
2008-11-08wavpack: check last_byte in push_back_byte() methodLaszlo Ashin1-2/+6
2008-11-08wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin1-13/+20
2008-11-08wavpack: put braces around one line code blocksLaszlo Ashin1-15/+27
2008-11-08wavpack: added prefix to local function namesLaszlo Ashin1-14/+14
2008-11-08wavpack: unified code styleLaszlo Ashin1-16/+28
2008-11-06wavpack: check wvc seekabilityLaszlo Ashin1-2/+5