aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-21audio_format: added audio_format_valid()Max Kellermann1-0/+11
2008-11-21decoder: ignore decoder_data() calls with length==0Max Kellermann1-1/+2
2008-11-21flac, oggflac: use GLib instead of utils.h/log.hMax Kellermann4-33/+29
2008-11-21ffmpeg: use GLib instead of log.hMax Kellermann1-8/+11
2008-11-21audiofile: use GLib instead of log.hMax Kellermann1-8/+10
2008-11-21aac: use GLib instead of utils.h/log.hMax Kellermann1-10/+10
2008-11-21log: print the log_domainMax Kellermann1-2/+6
2008-11-21state_file: save state_file every 5 minutesMax Kellermann1-0/+9
2008-11-21input_curl: try to seek by fast-forwarding the bufferMax Kellermann1-0/+26
2008-11-21input_curl: moved code to consume_buffer()Max Kellermann1-12/+26
2008-11-21input_curl: don't do temporary calculations with input_stream.offsetMax Kellermann1-4/+4
2008-11-20decoder: ignore the SEEK command during startupMax Kellermann1-1/+1
2008-11-20ogg: moved the "errorStr" variable into the error handlerMax Kellermann1-1/+2
2008-11-20aac: get rid of gcc warningsLaszlo Ashin1-2/+2
2008-11-20update: pass UTF-8 path to skip_symlink()Konstantin Sobolev1-3/+2
2008-11-20mapper: use the utf8_to_fs_charset() resultKonstantin Sobolev1-1/+1
2008-11-20path: fix g_convert() argument orderKonstantin Sobolev1-2/+2
2008-11-20ogg: check the ov_read() return value before the vorbis_info evaluationMax Kellermann1-7/+6
2008-11-20input_curl: don't fail when seek to EOF is requestedMax Kellermann1-0/+8
2008-11-20curl: don't check running_handles for EOFMax Kellermann1-7/+1
2008-11-20input_curl: always set eof=true on CURLMSG_DONEMax Kellermann1-5/+7
2008-11-19wavpack: redo using audio_format_frame_size()Laszlo Ashin1-6/+1
2008-11-18decoder: pass the correct buffer length to pcm_convert()Max Kellermann1-5/+6
2008-11-18ffmpeg: read tags from AVFormatContextViliam Mateicka1-5/+16
2008-11-18audiofile: fixed misplaced ifViliam Mateicka1-2/+1
2008-11-18music_pipe: narrowed assertion on chunk indexMax Kellermann1-1/+1
2008-11-16input_stream: size==-1 means unknown sizeMax Kellermann6-2/+15
2008-11-16ffmpeg: fixed AVSEEK_SIZEMax Kellermann1-3/+9
2008-11-16aac: detect whether to pass "uint32_t*" to NeAACDecInit2()Max Kellermann2-7/+31
2008-11-15decoder: check length==0 in decoder_read()Max Kellermann2-0/+7
2008-11-15aac: fix compiler warnings on amd64Laszlo Ashin1-2/+2
2008-11-15aac: don't try to free static bufferLaszlo Ashin1-4/+0
2008-11-14log: check the log threshold in log_func()Max Kellermann1-0/+3
2008-11-14volume: eliminate alloca() usageMax Kellermann1-11/+4
2008-11-14volume: moved code to oss_mixer_find()Max Kellermann1-14/+23
2008-11-14player: don't queue song when there are 2 songs in the pipeMax Kellermann1-0/+5
2008-11-14player: wake up decoder before waiting for xfade chunksMax Kellermann1-0/+1
2008-11-14wavpack: be more robust if the underlying stream is not seekableLászló Áshin1-1/+5
2008-11-14wavpack: tolerate less decoded data than requestedLászló Áshin1-1/+1
2008-11-14wavpack: renamed variables and modified coding style slightlyLászló Áshin1-80/+113
2008-11-13mp3: fix SEEK command check after mp3_synth_and_send()Max Kellermann1-5/+3
2008-11-13decoder: additional dc.command checks in decoder_data()Max Kellermann1-0/+3
2008-11-13decoder: wait for the player only if the music pipe is fullMax Kellermann1-4/+5
2008-11-13decoder: check dc.command at the beginning of decoder_data()Max Kellermann1-0/+4
2008-11-13player: chop the tail of the music pipe after CANCELMax Kellermann3-0/+19
2008-11-13music_pipe: continuously check the sample format of all chunksMax Kellermann3-0/+29
2008-11-13decoder: ignore SEEK commands during initializationMax Kellermann1-1/+4
2008-11-13music_pipe: check for partial frames in appended chunkMax Kellermann1-0/+2
2008-11-13player: assert that there was no previous "next song chunk"Max Kellermann1-0/+1
2008-11-12playlist: call clearPlayerQueue() only if song is queued IIMax Kellermann1-14/+10