aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/mp4ff_decoder_plugin.c
Commit message (Collapse)AuthorAge
* decoder/mp4ff: support tag "album artist"Max Kellermann2010-06-25
| | | | | We already supported "albumartist", but it seems some folks also use "album artist" (with a space).
* decoder/mp4ff: rename and move local variableMax Kellermann2010-05-31
| | | | | Allocate the "tag" object after the file has been checked. That removes one tag_free() call in an error handler.
* decoder/mp4ff: merge code into mp4ff_input_stream_open()Max Kellermann2010-05-31
|
* decoder/mp4ff: move mp4ff_callback_t into mp4ff_input_streamMax Kellermann2010-05-31
| | | | Allocate only one item on the stack.
* decoder/mp4ff: rename mp4_context to mp4ff_input_streamMax Kellermann2010-05-31
|
* decoder/mp4ff: remove duplicate entries in the tag name tableMax Kellermann2010-05-31
| | | | Reuse the function tag_name_parse_i().
* decoder/mp4ff: moved code to mp4ff_tag_name_parse()Max Kellermann2010-05-31
|
* decoder/mp4ff: support tags "albumartist", "band"Max Kellermann2010-05-30
| | | | | I'm not sure if mapping "band" to TAG_PERFORMER is correct, but it might be better than nothing.
* decoder/mp4ff: use tag_table.h to parse tag namesMax Kellermann2010-05-30
| | | | Convert if/else/else/... to a loop.
* decoder/mp4ff: rename plugin "mp4" to "mp4ff"Max Kellermann2010-05-30
| | | | | The underlying library is named "libmp4ff". To reduce confusion, rename the plugin to a more specific name.
* renamed decoder plugin sourcesMax Kellermann2010-01-04
Make it X_decoder_plugin.c.