aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-12aac: check the buffer length in the ADIF parserMax Kellermann1-0/+6
2008-11-12aac: use unsigned integers and size_t where appropriateMax Kellermann1-5/+6
2008-11-12aac: check if the stream is seekable before length checkMax Kellermann1-1/+2
2008-11-12aac: removed attribute "atEof"Max Kellermann1-14/+7
2008-11-12mpc: assume the result fo of mpc_decoder_decode() is unsignedMax Kellermann1-2/+2
2008-11-12mpc: don't assume the stream is stereoMax Kellermann1-2/+1
2008-11-12mpc: get decoder command from decoder_data()Max Kellermann1-12/+9
2008-11-12mpc: moved code to mpc_to_mpd_buffer()Max Kellermann1-14/+12
2008-11-12mpc: make the buffer large enough for one mpc frameMax Kellermann1-28/+11
2008-11-12mpc: use GLib instead of utils.h/log.hMax Kellermann1-9/+6
2008-11-12mpc: declare buffer as int32_t[]Max Kellermann1-4/+4
2008-11-11mpc: eliminated the local variable "eof"Max Kellermann1-8/+3
2008-11-11ogg: removed stray "}"Max Kellermann1-1/+0
2008-11-11ogg: use ogg_fopen() instead of ogg_open()Max Kellermann1-8/+6
2008-11-11ogg: use GLib instead of utils.h/log.hMax Kellermann1-6/+8
2008-11-11ogg: get decoder command from decoder_data()Max Kellermann1-9/+8
2008-11-11ogg: flush buffer after every ov_read() callMax Kellermann1-25/+10
2008-11-11mp3: support stream tagsMax Kellermann1-1/+8
2008-11-11mp3: eliminated duplicate command checkMax Kellermann1-18/+20
2008-11-11oggflac: removed the obsolete try_decode() methodMax Kellermann1-6/+3
2008-11-11decoder: return void from decode() methodsMax Kellermann11-85/+46
2008-11-11replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann5-22/+22
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-11ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann1-13/+20
2008-11-11replay_gain: no CamelCaseMax Kellermann8-60/+65
2008-11-10decoder: removed plugin method try_decode()Max Kellermann3-21/+14
2008-11-10flac: call flac_process_metadata() for ogg filesMax Kellermann1-4/+5
2008-11-10flac: enable the oggflac plugin with older libflac versionsMax Kellermann1-3/+14
2008-11-09wavpack: removed try_decode() methodMax Kellermann1-23/+0
2008-11-09flac: make the init() method check for oggflac supportMax Kellermann1-2/+8
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 Kellermann11-12/+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