Max Kellermann
|
9eb292c1e5
|
decoder/mp4ff: support tag "album artist"
We already supported "albumartist", but it seems some folks also use
"album artist" (with a space).
|
2010-06-25 22:54:18 +02:00 |
|
Max Kellermann
|
51c7577c8f
|
decoder/mp4ff: rename and move local variable
Allocate the "tag" object after the file has been checked. That
removes one tag_free() call in an error handler.
|
2010-05-31 09:35:49 +02:00 |
|
Max Kellermann
|
be308c6657
|
decoder/mp4ff: merge code into mp4ff_input_stream_open()
|
2010-05-31 09:29:45 +02:00 |
|
Max Kellermann
|
1729a0b437
|
decoder/mp4ff: move mp4ff_callback_t into mp4ff_input_stream
Allocate only one item on the stack.
|
2010-05-31 09:23:27 +02:00 |
|
Max Kellermann
|
1b2fc2ae19
|
decoder/mp4ff: rename mp4_context to mp4ff_input_stream
|
2010-05-31 09:22:42 +02:00 |
|
Max Kellermann
|
58a75f0b78
|
decoder/mp4ff: remove duplicate entries in the tag name table
Reuse the function tag_name_parse_i().
|
2010-05-31 08:48:41 +02:00 |
|
Max Kellermann
|
daf6e2b5da
|
decoder/mp4ff: moved code to mp4ff_tag_name_parse()
|
2010-05-31 08:47:59 +02:00 |
|
Max Kellermann
|
017d61a1aa
|
decoder/mp4ff: support tags "albumartist", "band"
I'm not sure if mapping "band" to TAG_PERFORMER is correct, but it
might be better than nothing.
|
2010-05-30 22:55:02 +02:00 |
|
Max Kellermann
|
4028d03a6e
|
decoder/mp4ff: use tag_table.h to parse tag names
Convert if/else/else/... to a loop.
|
2010-05-30 22:52:45 +02:00 |
|
Max Kellermann
|
44b771aca1
|
decoder/mp4ff: rename plugin "mp4" to "mp4ff"
The underlying library is named "libmp4ff". To reduce confusion,
rename the plugin to a more specific name.
|
2010-05-30 22:52:44 +02:00 |
|
Max Kellermann
|
9b9abff972
|
renamed decoder plugin sources
Make it X_decoder_plugin.c.
|
2010-01-04 21:45:32 +01:00 |
|