aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder: removed stream_typesMax Kellermann2008-11-0413-28/+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-042-44/+46
* 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-042-106/+111
* 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-042-102/+103
* tag: added tag_is_empty()Max Kellermann2008-11-041-0/+10
* osx: fix gcc warningsMax Kellermann2008-11-041-7/+8
* osx: adapt to new output plugin APIMax Kellermann2008-11-041-19/+15
* decoder: update dc.error after input stream failureMax Kellermann2008-11-031-0/+1
* input_curl: use curl_multi_info_read()Max Kellermann2008-11-031-1/+32
* player: converted PLAYER_ERROR_* to enumMax Kellermann2008-11-032-9/+14
* player: removed "volatile" attributesMax Kellermann2008-11-031-6/+6
* player: no CamelCaseMax Kellermann2008-11-033-45/+45
* decoder: converted DECODE_ERROR_* to enumMax Kellermann2008-11-031-4/+6
* decoder: removed "volatile" modifierMax Kellermann2008-11-031-2/+2
* decoder: no CamelCaseMax Kellermann2008-11-035-31/+31
* decoder_api: send song tag in decoder_data()Max Kellermann2008-11-031-8/+26
* decoder_api: automatically send stream tagMax Kellermann2008-11-035-51/+60
* tag: added function tag_has_type()Max Kellermann2008-11-032-0/+19
* decoder_api: no CamelCaseMax Kellermann2008-11-031-34/+32
* configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann2008-11-032-2/+9
* alsa: initialize "device" with NULLMax Kellermann2008-11-031-2/+1
* mod: removed boolean globals for lazy initMax Kellermann2008-11-031-15/+4
* mod: always initialize libmikmodMax Kellermann2008-11-031-8/+1
* output: don't allow length==0Max Kellermann2008-11-023-0/+5
* player: don't play empty chunksMax Kellermann2008-11-021-0/+3
* ffmpeg: fix boolean inversion in ffmpeg_tag()Max Kellermann2008-11-021-1/+1
* removed unused sourcesMax Kellermann2008-11-026-691/+0
* player: copy stream tag to the song structMax Kellermann2008-11-021-5/+19
* player: added player.songMax Kellermann2008-11-021-0/+7
* ffmpeg: don't rewind stream in url_close()Max Kellermann2008-11-021-4/+0
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-023-9/+8
* decoder: moved code to decoder_try_decode()Max Kellermann2008-11-021-6/+13
* player: send chunk tag to audio deviceMax Kellermann2008-11-021-0/+3
* crossfade: copy tagMax Kellermann2008-11-021-0/+5