aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
Commit message (Expand)AuthorAge
...
* aac: removed attribute "atEof"Max Kellermann2008-11-12
* mpc: assume the result fo of mpc_decoder_decode() is unsignedMax Kellermann2008-11-12
* mpc: don't assume the stream is stereoMax Kellermann2008-11-12
* mpc: get decoder command from decoder_data()Max Kellermann2008-11-12
* mpc: moved code to mpc_to_mpd_buffer()Max Kellermann2008-11-12
* mpc: make the buffer large enough for one mpc frameMax Kellermann2008-11-12
* mpc: use GLib instead of utils.h/log.hMax Kellermann2008-11-12
* mpc: declare buffer as int32_t[]Max Kellermann2008-11-12
* mpc: eliminated the local variable "eof"Max Kellermann2008-11-11
* ogg: removed stray "}"Max Kellermann2008-11-11
* ogg: use ogg_fopen() instead of ogg_open()Max Kellermann2008-11-11
* ogg: use GLib instead of utils.h/log.hMax Kellermann2008-11-11
* ogg: get decoder command from decoder_data()Max Kellermann2008-11-11
* ogg: flush buffer after every ov_read() callMax Kellermann2008-11-11
* mp3: support stream tagsMax Kellermann2008-11-11
* mp3: eliminated duplicate command checkMax Kellermann2008-11-11
* oggflac: removed the obsolete try_decode() methodMax Kellermann2008-11-11
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* replay_gain: converted struct replay_gain_info elements to an arrayMax Kellermann2008-11-11
* wavpack: added wavpack_tag_float()Max Kellermann2008-11-11
* wavpack: make the "key" argument to wavpack_tag() constMax Kellermann2008-11-11
* ogg: ogg_getReplayGainInfo() returns replay_gain_info pointerMax Kellermann2008-11-11
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* decoder: removed plugin method try_decode()Max Kellermann2008-11-10
* flac: call flac_process_metadata() for ogg filesMax Kellermann2008-11-10
* flac: enable the oggflac plugin with older libflac versionsMax Kellermann2008-11-10
* wavpack: removed try_decode() methodMax Kellermann2008-11-09
* flac: make the init() method check for oggflac supportMax Kellermann2008-11-09
* wavpack: make 24-bit samples available for mpdLaszlo Ashin2008-11-08
* wavpack: check last_byte in push_back_byte() methodLaszlo Ashin2008-11-08
* wavpack: wrapper for converting void* to struct wavpack_input*Laszlo Ashin2008-11-08
* wavpack: put braces around one line code blocksLaszlo Ashin2008-11-08
* wavpack: added prefix to local function namesLaszlo Ashin2008-11-08
* wavpack: unified code styleLaszlo Ashin2008-11-08
* wavpack: check wvc seekabilityLaszlo Ashin2008-11-06
* wavpack: close wvc stream on errorLaszlo Ashin2008-11-06
* wavpack: enable seekingLaszlo Ashin2008-11-06
* wavpack: read_bytes() should not return after partial readsMax Kellermann2008-11-05
* wavpack: don't close the streamMax Kellermann2008-11-05
* decoder: removed stream_typesMax Kellermann2008-11-04
* wavpack: removed NULL element from tagtypesMax Kellermann2008-11-04
* wavpack: use enum tag_typeMax Kellermann2008-11-04
* wavpack: use GLib instead of utils.h / log.hMax Kellermann2008-11-04
* wavpack: read first byte from wvc streamMax Kellermann2008-11-04
* wavpack: use the bool data typeMax Kellermann2008-11-04
* wavpack: no CamelCaseMax Kellermann2008-11-04
* wavpack: fix indentMax Kellermann2008-11-04
* mp4: get decoder command from decoder_data()Max Kellermann2008-11-04
* mp4: initialize audio_format before decoder_initialized()Max Kellermann2008-11-04
* mp4: use decoder_read() instead of input_stream_read()Max Kellermann2008-11-04