aboutsummaryrefslogtreecommitdiff
path: root/src/decoder
Commit message (Expand)AuthorAge
* 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
* mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann2008-11-04
* mp4: use GLib instead of utils.h / log.hMax Kellermann2008-11-04
* mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann2008-11-04
* mp4: static mp4ff_callback_t variablesMax Kellermann2008-11-04
* mp4: no CamelCaseeMax Kellermann2008-11-04
* ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann2008-11-04
* ffmpeg: removed ffmpeg_context.codecMax Kellermann2008-11-04
* ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann2008-11-04
* ffmpeg: no CamelCaseMax Kellermann2008-11-04
* decoder_api: automatically send stream tagMax Kellermann2008-11-03
* mod: removed boolean globals for lazy initMax Kellermann2008-11-03
* mod: always initialize libmikmodMax Kellermann2008-11-03
* ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann2008-11-02
* ffmpeg: don't rewind stream in url_close()Max Kellermann2008-11-02
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-02
* ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann2008-11-02
* ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann2008-11-02
* decoder_api: added decoder_tag()Max Kellermann2008-11-02
* aac, mod: moved decoder command check into loop conditionMax Kellermann2008-11-02
* aac, mod: don't check for SEEK commandMax Kellermann2008-11-02
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-01
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* added prefix to header macrosMax Kellermann2008-10-31
* ogg: don't include _flac_common.hMax Kellermann2008-10-31
* oggflac: adapt to new APIMax Kellermann2008-10-31
* ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann2008-10-30
* ffmpeg: use return value of decoder_data()Max Kellermann2008-10-30
* ffmpeg: output buffer size cannot be negativeMax Kellermann2008-10-30
* ffmpeg: break immediately after av_read_frame()Max Kellermann2008-10-30
* ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann2008-10-30
* ffmpeg: report seek errors to MPDMax Kellermann2008-10-30
* ffmpeg: simplified mpdurl_read()Max Kellermann2008-10-30
* ffmpeg: call tag_free() instead of free()Max Kellermann2008-10-30
* ffmpeg: eliminated local variable "tag"Max Kellermann2008-10-30
* ffmpeg: make ffmpeg_helper() return boolMax Kellermann2008-10-30
* ffmpeg: removed debug messagesMax Kellermann2008-10-30
* ffmpeg: initialize base.decoderMax Kellermann2008-10-30