aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* input_registry: add _for_each() macrosMax Kellermann2012-06-12
* cmdline: dump list of playlist pluginsMax Kellermann2012-06-12
* playlist_list: add _for_each() macrosMax Kellermann2012-06-12
* cmdline: change --version formattingMax Kellermann2012-06-12
* decoder_list: add _for_each() macrosMax Kellermann2012-06-12
* archive_list: add _for_each() macrosMax Kellermann2012-06-12
* cmdline: don't initalise archive plugins for --versionMax Kellermann2012-06-12
* encoder_list: add macro _for_each()Max Kellermann2012-06-12
* encoder_list: make the list truly "const"Max Kellermann2012-06-12
* output_list: declare variables inside _plugins_for_each()Max Kellermann2012-06-12
* output_list: make the list truly "const"Max Kellermann2012-06-12
* output_list: simplify audio_output_plugins_for_each() callMax Kellermann2012-06-12
* cmdline: update copyright yearMax Kellermann2012-06-12
* Work around incorrect g_file_test() behavior on Win32Denis Krjuchkov2012-06-12
* audio-parser, output_thread: work around -Wmaybe-uninitializedMax Kellermann2012-06-12
* gcc.h: backport GCC_CHECK_VERSION() from v0.17.xMax Kellermann2012-06-12
* decoder_api: log the decoder plugin nameMax Kellermann2012-05-29
* decoder/ffmpeg: improve "decoding failed" messageJonathan Neuschäfer2012-05-29
* decoder/ffmpeg: add webm as a supported formatJonathan Neuschäfer2012-05-29
* encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-05
* encoder_plugin: add state assertionsMax Kellermann2012-04-05
* encoder/vorbis: generate end-of-stream packet before tagMax Kellermann2012-04-04
* output/jack: check for connection failure before starting playbackMax Kellermann2012-04-04
* output/jack: workaround for libjack1 crash bugMax Kellermann2012-04-04
* directory: use strrchr() instead of g_basename()Max Kellermann2012-04-04
* uri: remove g_basename() call from uri_get_suffix()Max Kellermann2012-04-04
* update: properly skip symlinks in path that is to be updated.Anton Khirnov2012-04-04
* output/osx: use the fifo_buffer library instead of rolling ownMax Kellermann2012-03-28
* Use g_message and not g_debug when removing songDan McGee2012-03-26
* event_pipe, test: explicitly ignore write() return valueMax Kellermann2012-03-19
* decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3Jonathan Neuschäfer2012-03-19
* text_input_stream: detect end-of-fileMax Kellermann2012-03-19
* decoder/ffmpeg: read the "year" tagMax Kellermann2012-02-13
* decoder_api: check state before emitting initial seek commandMax Kellermann2012-02-13
* pcm_buffer: pcm_buffer_get() never returns NULLMax Kellermann2012-02-13
* output/winmm: remove pointless NULL checkMax Kellermann2012-02-13
* decoder/ffmpeg: use AV_SAMPLE_FMT_* if availableMax Kellermann2012-02-03
* decoder/ffmpeg: use sentinel for the ffmpeg_tag_maps tableMax Kellermann2012-02-03
* decoder/ffmpeg: support all MPD tagsMax Kellermann2012-02-03
* decoder/ffmpeg: pass tag_type and name to _copy_metadata()Max Kellermann2012-02-03
* decoder/ffmpeg: merge code to _copy_dictionary()Max Kellermann2012-02-03
* decoder/ffmpeg: add macros emulating AVDictionaryMax Kellermann2012-02-03
* decoder/ffmpeg: _copy_metadata() returns voidMax Kellermann2012-02-03
* decoder/ffmpeg: check libavutil version for AVDictionaryEntryMax Kellermann2012-01-12
* decoder/ffmpeg: raise version dependency for avformat_find_stream_info()Max Kellermann2012-01-12
* decoder/ffmpeg: support libavformat 0.8Max Kellermann2012-01-05
* decoder/ffmpeg: use avcodec_decode_audio4(), support libavcodec 0.8Max Kellermann2012-01-04
* decoder/ffmpeg: include libavutil/mathematics.hMax Kellermann2012-01-04
* decoder/ffmpeg: use avcodec_open2() on newer ffmpeg versionsMax Kellermann2012-01-04
* decoder/ffpmeg: don't use av_metadata_conv() in ffmpeg 0.7Max Kellermann2012-01-04