aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (unfollow)
Commit message (Expand)AuthorFilesLines
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-04mp4: get decoder command from decoder_data()Max Kellermann1-7/+8
2008-11-04mp4: initialize audio_format before decoder_initialized()Max Kellermann1-6/+5
2008-11-04mp4: use decoder_read() instead of input_stream_read()Max Kellermann1-1/+4
2008-11-04mp4: pass struct mp4_context to the mp4ff_callback_t methodsMax Kellermann1-10/+18
2008-11-04mp4: use GLib instead of utils.h / log.hMax Kellermann1-13/+14
2008-11-04mp4: use tag_is_empty() instead of passing the tag_is_found flagMax Kellermann1-13/+3
2008-11-04mp4: static mp4ff_callback_t variablesMax Kellermann1-22/+15
2008-11-04mp4: no CamelCaseeMax Kellermann1-104/+109
2008-11-04ffmpeg: removed loop from mpd_ffmpeg_read()Max Kellermann1-15/+2
2008-11-04ffmpeg: removed ffmpeg_context.codecMax Kellermann1-2/+0
2008-11-04ffmpeg: moved code to ffmpeg_find_audio_stream()Max Kellermann1-9/+12
2008-11-04ffmpeg: no CamelCaseMax Kellermann1-100/+101
2008-11-03decoder_api: automatically send stream tagMax Kellermann2-51/+5
2008-11-03mod: removed boolean globals for lazy initMax Kellermann1-15/+4
2008-11-03mod: always initialize libmikmodMax Kellermann1-8/+1
2008-11-02ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann1-1/+1
2008-11-02ffmpeg: don't rewind stream in url_close()Max Kellermann1-4/+0
2008-11-02decoder: rewind input stream after try_decode()Max Kellermann2-8/+0
2008-11-02ffmpeg: use decoder_read() wrapper instead of direct input_stream_read()Max Kellermann1-1/+2
2008-11-02ogg, ffmpeg: try to decode, even when the stream is not seekableMax Kellermann3-11/+1
2008-11-02decoder_api: added decoder_tag()Max Kellermann1-2/+6
2008-11-02aac, mod: moved decoder command check into loop conditionMax Kellermann2-18/+9
2008-11-02aac, mod: don't check for SEEK commandMax Kellermann2-18/+2
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann12-23/+27
2008-11-01decoder: make the suffixes and mime_types arrays really constMax Kellermann11-32/+41
2008-11-01decoder: make all decoder_plugin structs constMax Kellermann11-12/+12
2008-10-31decoder_api: pass constant path pointersMax Kellermann11-27/+41
2008-10-31added prefix to header macrosMax Kellermann2-4/+4
2008-10-31ogg: don't include _flac_common.hMax Kellermann1-1/+0
2008-10-31oggflac: adapt to new APIMax Kellermann1-6/+6
2008-10-30ffmpeg: pass input_stream pointer to decoder_data()Max Kellermann1-3/+5
2008-10-30ffmpeg: use return value of decoder_data()Max Kellermann1-18/+20
2008-10-30ffmpeg: output buffer size cannot be negativeMax Kellermann1-5/+7
2008-10-30ffmpeg: break immediately after av_read_frame()Max Kellermann1-9/+8
2008-10-30ffmpeg: moved code to ffmpeg_send_frame()Max Kellermann1-27/+34
2008-10-30ffmpeg: report seek errors to MPDMax Kellermann1-5/+4
2008-10-30ffmpeg: simplified mpdurl_read()Max Kellermann1-13/+11
2008-10-30ffmpeg: call tag_free() instead of free()Max Kellermann1-1/+1
2008-10-30ffmpeg: eliminated local variable "tag"Max Kellermann1-7/+4
2008-10-30ffmpeg: make ffmpeg_helper() return boolMax Kellermann1-24/+21
2008-10-30ffmpeg: removed debug messagesMax Kellermann1-35/+5
2008-10-30ffmpeg: initialize base.decoderMax Kellermann1-0/+1
2008-10-30mpc: provide 24 bit samplesMax Kellermann1-7/+6