aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffmpeg: removed debug messagesMax Kellermann2008-10-301-35/+5
* ffmpeg: initialize base.decoderMax Kellermann2008-10-301-0/+1
* mpc: provide 24 bit samplesMax Kellermann2008-10-301-7/+6
* mpc: moved sample size into a constantMax Kellermann2008-10-301-5/+9
* mpc: renamed variable "s16" to "dest"Max Kellermann2008-10-301-5/+4
* mpc: fix broken integer sample conversionMax Kellermann2008-10-301-6/+4
* mpc: fix boolean interpretation of input_stream_seek()Max Kellermann2008-10-301-1/+1
* decoder: use bool for return values and flagsMax Kellermann2008-10-3011-114/+119
* mp3: make mp3_read() return boolMax Kellermann2008-10-301-19/+7
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-299-23/+0
* decoder_api: removed decoder_clear()Max Kellermann2008-10-298-16/+3
* mp3: seek in backgroundMax Kellermann2008-10-291-5/+7
* mp3: return from mp3_synth_and_send() on any commandMax Kellermann2008-10-291-2/+2
* mp3: moved code to mp3_synth_and_send()Max Kellermann2008-10-291-60/+74
* mp3: moved code to mp3_send_pcm()Max Kellermann2008-10-291-29/+48
* mp3: moved code to mp3_update_timer_next_frame()Max Kellermann2008-10-291-16/+28
* mp3: moved code to mp3_this_frame_offset()Max Kellermann2008-10-291-10/+10
* mp3: moved code to mp3_time_to_frame()Max Kellermann2008-10-291-11/+21
* mp3: assert that the stream is seekableMax Kellermann2008-10-291-5/+5
* mp3: moved code to mp3_filesize_to_song_length()Max Kellermann2008-10-281-23/+42
* mp3: no "goto"Max Kellermann2008-10-281-19/+36
* mp3: use GLib allocation functionsMax Kellermann2008-10-281-11/+9