Max Kellermann
|
a7f13d841f
|
song_update: update the "has_playlist" flag
|
2012-02-12 18:40:55 +01:00 |
Max Kellermann
|
686d8bbe69
|
tag_handler: add new handler that updates has_playlist
|
2012-02-12 18:40:55 +01:00 |
Max Kellermann
|
4b36af4a34
|
tag: add attribute "has_playlist"
|
2012-02-12 18:29:05 +01:00 |
Max Kellermann
|
4a23a4bfee
|
tag_{ape,id3}: remove the _load() functions
Use _scan() instead, to have more control.
|
2012-02-12 18:29:05 +01:00 |
Max Kellermann
|
ac3ad452c0
|
playlist_vector: use the list_head library
|
2012-02-12 17:50:30 +01:00 |
Max Kellermann
|
027c01511c
|
update_remove: add header update_remove.h
|
2012-02-12 17:43:23 +01:00 |
Max Kellermann
|
4fdcc0496f
|
update_walk: move code to update_db.c
|
2012-02-12 17:41:34 +01:00 |
Max Kellermann
|
0c4a2bea69
|
update_walk: move code to update_io.c
|
2012-02-12 17:00:00 +01:00 |
Max Kellermann
|
2ba3401238
|
update_walk: move code to update_song_file()
|
2012-02-12 16:50:24 +01:00 |
Max Kellermann
|
1735284a2a
|
playlist/embcue: new plugin for reading embedded cue sheets
Parses CUE data from the "CUESHEET" tag. Needs further integration in
the update thread.
|
2012-02-12 16:10:20 +01:00 |
Max Kellermann
|
8a3192ffc1
|
decoder/wavpack: bigger tag value buffer
Prepare for big CUESHEET tags.
|
2012-02-12 16:10:20 +01:00 |
Max Kellermann
|
ffea273a28
|
tag_handler: handle arbitrary name/value pairs
The new method pair() receives an arbitrary name/value pair. Support
for this is being added to a few decoder plugins.
|
2012-02-12 13:41:48 +01:00 |
Max Kellermann
|
1783aac438
|
decoder/wavpack: move code to wavpack_scan_tag_item()
Remove clutter from wavpack_scan_file(), and use a (large) fixed
buffer for the tag item.
|
2012-02-11 19:36:59 +01:00 |
Max Kellermann
|
29bf3d2c04
|
decoder/wavpack: use the tag_table library
|
2012-02-11 19:34:10 +01:00 |
Max Kellermann
|
ee16fc958c
|
decoder/{mikmod,fluidsynth,mp4ff}: adapt to tag_handler API
Fixes build regression.
|
2012-02-11 19:28:56 +01:00 |
Max Kellermann
|
5d73215a8d
|
decoder_plugin: scan tags with callback table
Pass a callback table to scan_file() and scan_stream(), instead of
returning a tag object.
|
2012-02-11 17:04:29 +01:00 |
Max Kellermann
|
b7356bc526
|
decoder/gme: convert runtime check to assertion
When gme_track_info() returns with success, then the gme_info_t
pointer must be set.
|
2012-02-11 16:59:24 +01:00 |
Max Kellermann
|
8ec8282f38
|
decoder/ffmpeg: use the tag_table library
|
2012-02-11 16:39:03 +01:00 |
Max Kellermann
|
43b7b98949
|
decoder/ffmpeg: move code to ffmpeg_metadata.c
|
2012-02-11 16:37:29 +01:00 |
Max Kellermann
|
f791065a98
|
decoder/ffmpeg: remove AV_VERSION_INT definition
All supported ffmpeg/libav versions have this.
|
2012-02-11 16:37:25 +01:00 |
Max Kellermann
|
d95db28695
|
decoder/flac: check for errors only after _process_single()
The only other libFLAC call (seek) does not produce fatal errors.
|
2012-02-11 12:57:18 +01:00 |
Max Kellermann
|
851fb16e7c
|
decoder/flac: symmetric FLAC__stream_decoder_finish() calls
Call it in the function that also invokved
FLAC__stream_decoder_init_*().
|
2012-02-11 12:56:52 +01:00 |
Max Kellermann
|
a4cbaafd10
|
decoder/flac: use error messages from libFLAC
|
2012-02-11 12:37:24 +01:00 |
Max Kellermann
|
c5f2cdb822
|
decoder/flac: eliminate the remaining "gotos"
https://www.xkcd.com/292/
|
2012-02-11 12:37:24 +01:00 |
Max Kellermann
|
1892d29be0
|
decoder/{vorbis,flac}: use the tag_table library
|
2012-02-11 12:37:24 +01:00 |
Max Kellermann
|
9e5a49b8cb
|
tag_id3: use the tag_table library for TXXX
|
2012-02-11 12:37:24 +01:00 |
Max Kellermann
|
767ade02f4
|
tag_table: convert to a struct
The struct is smaller because it is sparse. Its traversal is also
more efficient.
|
2012-02-11 12:37:24 +01:00 |
Max Kellermann
|
6e05071a47
|
decoder_api: correct decoder_seek_error() documentation
|
2012-02-11 12:37:23 +01:00 |
Max Kellermann
|
c8a990b9d3
|
decoder/vorbis: move code to vorbis_comment.c
|
2012-02-11 10:04:02 +01:00 |
Max Kellermann
|
6868ceae9b
|
INSTALL: mention libav
|
2012-02-11 09:58:06 +01:00 |
Max Kellermann
|
cace646346
|
INSTALL: remove mention of libcue
|
2012-02-10 08:26:10 +01:00 |
Max Kellermann
|
abcc225763
|
cue_parser: new line based CUE sheet parser
To replace libcue, the unmaintained and crashy library.
|
2012-02-10 00:12:29 +01:00 |
Max Kellermann
|
b9673fc521
|
command: add optional range parameter to "load"
|
2012-02-09 23:55:34 +01:00 |
Max Kellermann
|
b0ea3f4261
|
playlist_save: add start/end_index parameters
|
2012-02-09 23:54:31 +01:00 |
Max Kellermann
|
0103219f00
|
playlist_queue: add start/end_index parameters
|
2012-02-09 23:44:33 +01:00 |
Max Kellermann
|
e15b4f40d6
|
Merge commit 'release-0.16.7'
Conflicts:
NEWS
configure.ac
|
2012-02-05 18:33:58 +01:00 |
Avuton Olrich
|
f9c5d026f4
|
mpd version 0.16.7
|
2012-02-04 14:41:59 -08:00 |
Max Kellermann
|
c46239af22
|
Merge branch 'v0.16.x'
Conflicts:
src/decoder/ffmpeg_decoder_plugin.c
test/read_tags.c
test/run_decoder.c
|
2012-02-04 17:23:53 +01:00 |
Max Kellermann
|
48eb3ff8d9
|
test/run_decoder: initialize the tag_pool library
|
2012-02-04 17:18:37 +01:00 |
Max Kellermann
|
5646dcc791
|
test/read_tags: initialize the tag_pool library
|
2012-02-04 14:32:17 +01:00 |
Max Kellermann
|
5d9876e338
|
decoder/ffmpeg: use AV_SAMPLE_FMT_* if available
Implements support for libavcodec 0.9, which removes the compatibility
macros SAMPLE_FMT_*
|
2012-02-03 09:55:25 +01:00 |
Max Kellermann
|
083340a937
|
decoder/ffmpeg: use sentinel for the ffmpeg_tag_maps table
Minor optimisation.
|
2012-02-03 09:18:05 +01:00 |
Max Kellermann
|
378fa5ee6a
|
decoder/ffmpeg: support all MPD tags
Use the tag_item_names table to look up the names of all MPD tags, and
remove the duplicate entries from ffmpeg_tag_maps.
|
2012-02-03 09:10:48 +01:00 |
Max Kellermann
|
4764daf3c2
|
decoder/ffmpeg: pass tag_type and name to _copy_metadata()
Allow using this function without the ffmpeg_tag_map struct.
|
2012-02-03 09:09:18 +01:00 |
Max Kellermann
|
6357496d17
|
decoder/ffmpeg: merge code to _copy_dictionary()
Eliminate some duplicate code.
|
2012-02-03 09:09:18 +01:00 |
Max Kellermann
|
001e2a604b
|
decoder/ffmpeg: add macros emulating AVDictionary
Move the #ifdefs out of _copy_metadata().
|
2012-02-03 09:02:14 +01:00 |
Max Kellermann
|
f370911c15
|
decoder/ffmpeg: _copy_metadata() returns void
No interest in this return value.
|
2012-02-03 08:59:26 +01:00 |
Max Kellermann
|
ef5cf40fa6
|
directory: require the caller to lock the db_mutex
Reduce the number of lock/unlock cycles, and make database handling
safer.
|
2012-02-02 18:06:33 +01:00 |
Max Kellermann
|
837bd79b20
|
db_lock: add assertions
|
2012-02-02 17:59:51 +01:00 |
Max Kellermann
|
3edd4a24af
|
update_walk: use directory_make_child()
|
2012-02-02 17:59:51 +01:00 |