aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* wavpack: read_bytes() should not return after partial readsMax Kellermann2008-11-051-1/+16
* wavpack: don't close the streamMax Kellermann2008-11-051-1/+0
* decoder: removed stream_typesMax Kellermann2008-11-0411-12/+0
* wavpack: removed NULL element from tagtypesMax Kellermann2008-11-041-3/+2
* wavpack: use enum tag_typeMax Kellermann2008-11-041-1/+1
* wavpack: use GLib instead of utils.h / log.hMax Kellermann2008-11-041-28/+12
* wavpack: read first byte from wvc streamMax Kellermann2008-11-041-25/+13
* wavpack: use the bool data typeMax Kellermann2008-11-041-12/+12
* wavpack: no CamelCaseMax Kellermann2008-11-041-42/+44
* wavpack: fix indentMax Kellermann2008-11-041-47/+47
* mp4: get decoder command from decoder_data()Max Kellermann2008-11-041-7/+8
* mp4: initialize audio_format before decoder_initialized()Max Kellermann2008-11-041-6/+5
* mp4: use decoder_read() instead of input_stream_read()Max Kellermann2008-11-041-1/+4
* mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann2008-11-041-10/+18
* mp4: use GLib instead of utils.h / log.hMax Kellermann2008-11-041-13/+14
* mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann2008-11-041-13/+3
* mp4: static mp4ff_callback_t variablesMax Kellermann2008-11-041-22/+15
* mp4: no CamelCaseeMax Kellermann2008-11-041-104/+109
* ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann2008-11-041-15/+2
* ffmpeg: removed ffmpeg_context.codecMax Kellermann2008-11-041-2/+0
* ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann2008-11-041-9/+12
* ffmpeg: no CamelCaseMax Kellermann2008-11-041-100/+101
* decoder_api: automatically send stream tagMax Kellermann2008-11-032-51/+5
* mod: removed boolean globals for lazy initMax Kellermann2008-11-031-15/+4
* mod: always initialize libmikmodMax Kellermann2008-11-031-8/+1
* ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann2008-11-021-1/+1
* ffmpeg: don't rewind stream in url_close()Max Kellermann2008-11-021-4/+0
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-022-8/+0
* ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann2008-11-021-1/+2
* ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann2008-11-023-11/+1
* decoder_api: added decoder_tag()Max Kellermann2008-11-021-2/+6
* aac, mod: moved decoder command check into loop conditionMax Kellermann2008-11-022-18/+9
* aac, mod: don't check for SEEK commandMax Kellermann2008-11-022-18/+2
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-0212-23/+27
* decoder: make the suffixes and mime_types arrays really constMax Kellermann2008-11-0111-32/+41
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-0111-12/+12
* decoder_api: pass constant path pointersMax Kellermann2008-10-3111-27/+41
* added prefix to header macrosMax Kellermann2008-10-312-4/+4
* ogg: don't include _flac_common.hMax Kellermann2008-10-311-1/+0
* oggflac: adapt to new APIMax Kellermann2008-10-311-6/+6
* ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann2008-10-301-3/+5
* ffmpeg: use return value of decoder_data()Max Kellermann2008-10-301-18/+20
* ffmpeg: output buffer size cannot be negativeMax Kellermann2008-10-301-5/+7
* ffmpeg: break immediately after av_read_frame()Max Kellermann2008-10-301-9/+8
* ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann2008-10-301-27/+34
* ffmpeg: report seek errors to MPDMax Kellermann2008-10-301-5/+4
* ffmpeg: simplified mpdurl_read()Max Kellermann2008-10-301-13/+11
* ffmpeg: call tag_free() instead of free()Max Kellermann2008-10-301-1/+1
* ffmpeg: eliminated local variable "tag"Max Kellermann2008-10-301-7/+4
* ffmpeg: make ffmpeg_helper() return boolMax Kellermann2008-10-301-24/+21