aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | tag_id3: use the tag_table library for TXXXMax Kellermann2012-02-11
* | tag_table: convert to a structMax Kellermann2012-02-11
* | decoder_api: correct decoder_seek_error() documentationMax Kellermann2012-02-11
* | decoder/vorbis: move code to vorbis_comment.cMax Kellermann2012-02-11
* | cue_parser: new line based CUE sheet parserMax Kellermann2012-02-10
* | command: add optional range parameter to "load"Max Kellermann2012-02-09
* | playlist_save: add start/end_index parametersMax Kellermann2012-02-09
* | playlist_queue: add start/end_index parametersMax Kellermann2012-02-09
* | Merge branch 'v0.16.x'Max Kellermann2012-02-04
|\|
| * 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
* | directory: require the caller to lock the db_mutexMax Kellermann2012-02-02
* | db_lock: add assertionsMax Kellermann2012-02-02
* | update_walk: use directory_make_child()Max Kellermann2012-02-02
* | directory: add new objects to the end of the linked listMax Kellermann2012-02-02
* | input/soup: use #pragma only with gcc 4.6+Max Kellermann2012-01-29
* | directory: fix deep path lookupMax Kellermann2012-01-29
* | directory: mark unused parameterMax Kellermann2012-01-24
* | directory: replace songvec with doubly linked listMax Kellermann2012-01-24
* | directory: add function directory_get_song(), ...Max Kellermann2012-01-24
* | directory: replace dirvec with doubly linked listMax Kellermann2012-01-24
* | util/list.h: import the Linux kernel's linked list libraryMax Kellermann2012-01-24
* | directory: simplify constructors and clarify API documentationMax Kellermann2012-01-24
* | dirvec: unlock mutex in dirvec_find() in all branchesMax Kellermann2012-01-24
* | dirvec: don't call g_path_get_basename() on parameterMax Kellermann2012-01-24
* | songvec: move code to songvec_find_pointer()Max Kellermann2012-01-24
* | songvec: _delete() returns voidMax Kellermann2012-01-24
* | refcount: add missing stdbool.h includeMax Kellermann2012-01-24
* | decoder/ffmpeg: remove debug codeMax Kellermann2012-01-24
* | dirvec: remove unused functions _clear(), _for_each()Max Kellermann2012-01-21
* | db_lock: new unified lock for songvec and dirvecMax Kellermann2012-01-21
* | db/simple: pass the correct GError pointerMax Kellermann2012-01-12
* | Merge branch 'v0.16.x'Max Kellermann2012-01-12
|\|
| * decoder/ffmpeg: check libavutil version for AVDictionaryEntryMax Kellermann2012-01-12
| * decoder/ffmpeg: raise version dependency for avformat_find_stream_info()Max Kellermann2012-01-12
* | mixer/alsa: listen for external volume changesMax Kellermann2012-01-05
* | mixer/alsa: move code to alsa_mixer_setup()Max Kellermann2012-01-05
* | mixer/alsa: move code to alsa_mixer_lookup_elem()Max Kellermann2012-01-05
* | Merge branch 'v0.16.x'Max Kellermann2012-01-05
|\|
| * 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
| * decoder/ffmpeg: use AVIOContext instead of ByteIOContextMax Kellermann2012-01-04