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