aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/wavpack_decoder_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-06wavpack: close wvc stream on errorLaszlo Ashin1-1/+3
2008-11-06wavpack: enable seekingLaszlo Ashin1-1/+1
2008-11-05wavpack: read_bytes() should not return after partial readsMax Kellermann1-1/+16
2008-11-05wavpack: don't close the streamMax Kellermann1-1/+0
2008-11-04decoder: removed stream_typesMax Kellermann1-1/+0
2008-11-04wavpack: removed NULL element from tagtypesMax Kellermann1-3/+2
2008-11-04wavpack: use enum tag_typeMax Kellermann1-1/+1
2008-11-04wavpack: use GLib instead of utils.h / log.hMax Kellermann1-28/+12
2008-11-04wavpack: read first byte from wvc streamMax Kellermann1-25/+13
2008-11-04wavpack: use the bool data typeMax Kellermann1-12/+12
2008-11-04wavpack: no CamelCaseMax Kellermann1-42/+44
2008-11-04wavpack: fix indentMax Kellermann1-47/+47
2008-11-02decoder: rewind input stream after try_decode()Max Kellermann1-2/+0
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann1-2/+2
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann1-1/+1
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-2/+2
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-11/+12
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-2/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-2/+0
2008-10-26input_stream: use "bool" instead of "int"Max Kellermann1-4/+6
2008-10-26input_stream: no CamelCaseMax Kellermann1-10/+10
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-7/+8
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-9/+0
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-5/+4
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-3/+3
2008-09-29use C99 struct initializersMax Kellermann1-10/+8
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+1
2008-09-07fix -Wcast-qual -Wwrite-strings warningsMax Kellermann1-4/+8
2008-08-29wavpack: tag_new() cannot failMax Kellermann1-5/+0
2008-08-29tag: renamed functions, no CamelCaseMax Kellermann1-3/+3
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+2
2008-08-26moved global variable "ob" to outputBuffer.hMax Kellermann1-0/+3
2008-08-26check decoder_command!=NONE instead of decoder_command==STOPMax Kellermann1-1/+1
2008-08-26wavpack: don't use "isp" before initializationMax Kellermann1-4/+1