aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-04mp4: no CamelCaseeMax Kellermann2-106/+111
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 Kellermann2-102/+103
2008-11-04tag: added tag_is_empty()Max Kellermann1-0/+10
2008-11-04osx: fix gcc warningsMax Kellermann1-7/+8
2008-11-04osx: adapt to new output plugin APIMax Kellermann1-19/+15
2008-11-03decoder: update dc.error after input stream failureMax Kellermann1-0/+1
2008-11-03input_curl: use curl_multi_info_read()Max Kellermann1-1/+32
2008-11-03player: converted PLAYER_ERROR_* to enumMax Kellermann2-9/+14
2008-11-03player: removed "volatile" attributesMax Kellermann1-6/+6
2008-11-03player: no CamelCaseMax Kellermann3-45/+45
2008-11-03decoder: converted DECODE_ERROR_* to enumMax Kellermann1-4/+6
2008-11-03decoder: removed "volatile" modifierMax Kellermann1-2/+2
2008-11-03decoder: no CamelCaseMax Kellermann5-31/+31
2008-11-03decoder_api: send song tag in decoder_data()Max Kellermann1-8/+26
2008-11-03decoder_api: automatically send stream tagMax Kellermann5-51/+60
2008-11-03tag: added function tag_has_type()Max Kellermann2-0/+19
2008-11-03decoder_api: no CamelCaseMax Kellermann1-34/+32
2008-11-03configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann2-2/+9
2008-11-03alsa: initialize "device" with NULLMax Kellermann1-2/+1
2008-11-03mod: removed boolean globals for lazy initMax Kellermann1-15/+4
2008-11-03mod: always initialize libmikmodMax Kellermann1-8/+1
2008-11-02output: don't allow length==0Max Kellermann3-0/+5
2008-11-02player: don't play empty chunksMax Kellermann1-0/+3
2008-11-02ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann1-1/+1
2008-11-02removed unused sourcesMax Kellermann6-691/+0
2008-11-02player: copy stream tag to the song structMax Kellermann1-5/+19
2008-11-02player: added player.songMax Kellermann1-0/+7
2008-11-02ffmpeg: don't rewind stream in url_close()Max Kellermann1-4/+0
2008-11-02decoder: rewind input stream after try_decode()Max Kellermann3-9/+8
2008-11-02decoder: moved code to decoder_try_decode()Max Kellermann1-6/+13
2008-11-02player: send chunk tag to audio deviceMax Kellermann1-0/+3
2008-11-02crossfade: copy tagMax Kellermann1-0/+5
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-02input_curl: buffered rewindingMax Kellermann1-3/+115
2008-11-02decoder_api: added decoder_tag()Max Kellermann3-2/+30
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 Kellermann15-44/+37
2008-11-02music_pipe: add tag pointer to the music_chunk structMax Kellermann2-1/+41
2008-11-02music_pipe: added functions chunk_init() and chunk_free()Max Kellermann1-10/+38
2008-11-02music_pipe: document struct music_chunkMax Kellermann1-0/+11
2008-11-02music_pipe: removed "volatile"Max Kellermann1-2/+2
2008-11-02music_pipe: renamed "size" to "num_chunks"Max Kellermann2-13/+12
2008-11-02music_pipe: no CamelCaseMax Kellermann4-29/+29
2008-11-02music_pipe: set bit_rate and time in music_pipe_append()Max Kellermann1-10/+10
2008-11-02music_pipe: moved code to music_chunk_append()Max Kellermann1-13/+28